The Financial Benchmarking object
From the Financial Benchmarking endpoint, you can retrieve financial benchmarks within the Railz cohort based on the age of business, industry code and region.
Data Dependencies
- Financial benchmarks depend on the financial statements and financial ratios a business. In addition, a business must have populated at least a business name or domain name in their business information to allow Railz to infer the industry code (NAICS).
- List of 2022 NAICS codes Railz support.
- Financial Benchmarks will not be available if dependencies are missing or if the service provider connected does not support the data types required. See supported data types for more details.
Financial Benchmarks Report
Each benchmark report will have the following nested data (summary statistics) for each variable based on the
section
,subSection
,group
, andsubGroup
of a financial statement and financialratios
.Benchmarks based on tax data in partnership with Powerlytics do not include financial ratios.
Field | Type | Description |
---|---|---|
section | object | Summary statistics for section level of financial statements. |
subSection | object | Summary statistics for subSection level of financial statements. |
group | object | Summary statistics for group level of financial statements. |
subGroup | object | Summary statistics for subGroup level of financial statements. |
ratios | object | Summary statistics for ratios level of financial statements. |
Summary Statistics
Summary Statistics Naming Convention
The naming convention for the summary statistics is
camelCase
with the statistic abbreviation as the prefix. For example, the maximum value ofCOGS
is represented asmaxCostOfGoodsSold
.
Field | Type | Description |
---|---|---|
count | integer | Number of business records in the cohort. |
min | decimal | Minumum value of the cohort. Rounded to 2 decimals. |
max | decimal | Maximum value of the cohort. Rounded to 2 decimals. |
mean | decimal | Average value of the cohort. Rounded to 2 decimals. |
median | decimal | Median value of the cohort. Rounded to 2 decimals. |
sdev | decimal | Standard deviation value of the cohort. Rounded to 2 decimals. |
quantile5 | decimal | 5% quantile value of the cohort. Rounded to 2 decimals. |
quantile25 | decimal | 25% quantile value of the cohort. Rounded to 2 decimals. |
quantile75 | decimal | 75% quantile value of the cohort. Rounded to 2 decimals. |
quantile95 | decimal | 95% quantile value of the cohort. Rounded to 2 decimals. |
How to - User Guide
Step-by-step guide on utilizing this endpoint.