Company Trend
Get technical risk trend of a monitored company.
Get technical risk score details of a monitored company for a selectable timeframe and resolution. Defaults to the last year, at monthly resolution, when omitted.
get/api/v2/companies/{id}/trend/technical
Path parameters
idinteger required
The id of the company requested.
Query parameters
timeframe'OneYear' | 'TwoYears'
How far back to look. Defaults to OneYear.
resolution'Monthly' | 'Weekly' | 'Daily'
The bucket granularity of the returned series. Defaults to Monthly. Note: IndustryAverageCyberRating/IndustryAverageGradeLetter are only ever calculated at monthly granularity, so Weekly/Daily resolutions repeat the containing month's industry average value across each bucket.
Response
Success
Example response
[
{
"GradeLetter": "B+",
"CyberRating": 87,
"IndustryAverageCyberRating": 77,
"IndustryAverageGradeLetter": "B+",
"BreachIndex": 0.65,
"RansomwareIndex": 0.322,
"SnapshotDate": "2021-08-09T08:30:30.682Z"
}
]Changes
Changed in 1 of the 3 revisions of this API.2
- ○
added the new optional
queryrequest parameterresolutionnew-optional-request-parameter
- ○
added the new optional
queryrequest parametertimeframenew-optional-request-parameter
- ○