The Credit Score object
Beta API Versions
API versions labelled as Beta are not subject to our standard versioning policy. As such, they may undergo small breaking changes until they are transitioned to the stable version. We encourage you to exercise caution when using Beta API versions and take the necessary steps to ensure a smooth integration into your applications
From the Credit Score endpoint, you can retrieve a business's point-in-time credit score based on a 1-year probability of default and 3 scores based on financial forecast and probability of default projections for a business.
Data Dependencies
- Credit Scores are created for the monthly timeframe only. Thus, its sources are the monthly financial forecasts that have the same start date as the credit score & rating.
- Credit Scores 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.
All credit scores are part of an array of reports. See Reports data type for more details on the report structure and its meta-data.
Field | Type | Description |
---|---|---|
scorePit filterable | integer | A standard point in time credit score based on a 1-year probability of default in the range of 300-850. |
score12m filterable | integer | A credit score based on the financial forecasts and probability of default projections for the next 12 months in the range of 300-850. |
score24m filterable | integer | A credit score based on the financial forecasts and probability of default projections for the next 24 months in the range of 300-850. |
score36m filterable | integer | A credit score based on the financial forecasts and probability of default projections for the next 36 months in the range of 300-850. |
How to - User Guide
Step-by-step guide on utilizing this endpoint.