Skip to main content

GL Stats

Summary

Tracks the total number of GL journals and lines for a given fiscal year.

Data Definitions

Company

Data TypeField NameRulesAbout
StringfiscalYearZero or OneRepresents the fiscal year for which financial data is being tracked. The fiscal year is typically a 4-digit number indicating the year in which the fiscal period ends (e.g., 2024).
DecimaljournalsCountZero or OneThe total count of journals.
DecimaljournalItemsCountZero or OneThe total count of journal items.
DateTimecapturedOnZero or OneThe date and time when the GL statistics were captured. This field indicates when the data was polled or captured, providing a timestamp for the accuracy of the statistics.

Note omitted fields: attributeField, extendedBy, externalIdentity, recordedBy, sourceSystemCode, sourceSystemId, uniqueText

Sample JSON

{
"@type": "GLAccountStats",
"fiscalYear": "2025",
"journalsCount": "766",
"journalItemsCount": "3926",
"capturedOn": "2024-10-03T15:30:00Z"
}