GET v1/Business/CreditScoreHistory?id={id}&StartDate={StartDate}&EndDate={EndDate}&CustomerId={CustomerId}&SupplierId={SupplierId}
Gets the FRISK, PAYCE, DBT, and Z-Score history for a business.
Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Business Id |
integer |
Optional |
| StartDate |
Staring timeframe to return scores for |
date |
Optional |
| EndDate |
Ending timeframe to return scores for |
date |
Optional |
| CustomerId |
If you are a Trade Provider you can use your CustomerId to idenfity a Business with the CustomerId parameter. |
string |
Optional |
| SupplierId |
If you have a Supplier List you can use your SupplierId to identify a Business with the SupplierId parameter. |
string |
Optional |
Response
Collection of APICreditScoreHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| FRISKScore |
FRISK Score |
byte |
None. |
| DBTScore |
DBT Index |
byte |
None. |
| ZScore |
Altman Z-score |
decimal number |
None. |
| PAYCEScore |
PAYCE Score |
byte |
None. |
| Year |
Year for these scores |
integer |
None. |
| Month |
Month for these scores |
integer |
None. |
| Quarter |
Quarter for these scores |
integer |
None. |
Example
curl -H "Authorization: Bearer {SessionKey}" -X GET https://api.creditriskmonitor.com/v1/Business/CreditScoreHistory?id={BusinessId}
Try It Now
If you do not have a Session Key, you can get one by Logging In.
If you are a Trade Provider you can use your CustomerId to idenfity a Business with the CustomerId parameter.
If you have a Supplier List you can use your SupplierId to identify a Business with the SupplierId parameter.