Company Trend
Get monthly financial risk trend of a monitored company.
Get monthly financial risk score details of a monitored company for the last year period.
get/api/v2/companies/{id}/trend/financial
Path parameters
idinteger required
The id of the company requested.
Response
Success
Example response
[
{
"RiskType": "Data Breach",
"Rating": 40845,
"RatingMin": 10697,
"RatingMax": 647362,
"LossMagnitude": 3098734,
"LossEventFrequency": 0.0132,
"SnapshotDate": "2021-08-09T08:30:30.682Z"
}
]