v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
Company Trend

Get monthly technical risk trend of a monitored company.

Get monthly technical risk score details of a monitored company for the last year period.

get/api/v2/companies/{id}/trend/technical

Path parameters

idinteger required

The id of the company requested.

Response

Success

GradeLetter'A+' | 'A' | 'A-' | 'B+' | 'B' | 'B-' | 'C+' | 'C' | 'C-' | 'D+' | 'D' | 'D-' | 'F' | 'n/a'

Average technical risk score translated into GPA letter grades.

CyberRatingnumber

Average technical risk score. 0 means either this company was not scanned at all or the value is the result of a scan.

IndustryAverageCyberRatingnumber nullable

Average technical risk score for the related industry.

IndustryAverageGradeLetter'A+' | 'A' | 'A-' | 'B+' | 'B' | 'B-' | 'C+' | 'C' | 'C-' | 'D+' | 'D' | 'D-' | 'F' | 'n/a'

Average technical risk score translated into GPA letter grades for the related industry.

BreachIndexnumber float nullable

The Data Breach Index (DBI) is a key performance index that tracks data breaches, measuring their severity based on the number of records compromised and when the data was breached.

RansomwareIndexnumber float nullable

Ransomware Susceptibility Index (RSI) is a metric for customers to understand which of their companies are susceptible to a ransomware attack.

SnapshotDatestring date-time nullable

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

Example response

[
  {
    "GradeLetter": "B+",
    "CyberRating": 87,
    "IndustryAverageCyberRating": 77,
    "IndustryAverageGradeLetter": "B+",
    "BreachIndex": 0.65,
    "RansomwareIndex": 0.322,
    "SnapshotDate": "2021-08-09T08:30:30.682Z"
  }
]