---
title: "Get monthly technical risk trend of a monitored company."
method: GET
path: "/api/v2/companies/{id}/trend/technical"
tags: ["Company Trend"]
---

# Get monthly technical risk trend of a monitored company.

`GET /api/v2/companies/{id}/trend/technical`

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

## Path parameters

- `id` integer, required

## Response `200`

Success

- object[]
  - `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.
  - `CyberRating` number — Average technical risk score. 0 means either this company was not scanned at all or the value is the result of a scan.
  - `IndustryAverageCyberRating` number, 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.
  - `BreachIndex` number, 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.
  - `RansomwareIndex` number, float, nullable — Ransomware Susceptibility Index (RSI) is a metric for customers to understand which of their companies are susceptible to a ransomware attack.
  - `SnapshotDate` string, date-time, nullable — The first day of the month that the average values are calculated.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `default` — Failure

---

[API](https://skmtc.net/blackkitetech/apis/black-kite-api.md) · [All operations](https://skmtc.net/blackkitetech/apis/black-kite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blackkitetech/black-kite-api/versions/7dadaba760fb/schema)
