v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
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

RiskTypestring nullable

The type of Financial Risk Trend. It can be Data Breach, Ransomware or Business Interruption

Ratingnumber float nullable

Average financial (the annualized risk exposure) risk score.

RatingMinnumber float nullable

Average minimum financial (the annualized minimum risk exposure) risk score.

RatingMaxnumber float nullable

Average maximum financial (the annualized maximum risk exposure) risk score.

LossMagnitudenumber float nullable

How much average loss is our organization likely to experience as a direct result of a loss event?

LossEventFrequencynumber float nullable

The average percentage that over the next year is the loss event likely to occur.

SnapshotDatestring date-time nullable

The first day of the month that the average values are calculated.

Example response

[
  {
    "RiskType": "Data Breach",
    "Rating": 40845,
    "RatingMin": 10697,
    "RatingMax": 647362,
    "LossMagnitude": 3098734,
    "LossEventFrequency": 0.0132,
    "SnapshotDate": "2021-08-09T08:30:30.682Z"
  }
]