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

# Get technical risk trend of a monitored company.

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

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.

## Path parameters

- `id` integer, required

## Query parameters

- `timeframe` 'OneYear' | 'TwoYears'
- `resolution` 'Monthly' | 'Weekly' | 'Daily'

## 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 start date of the bucket that the values are calculated for: the first day of the month for Monthly resolution, the Monday of the week for Weekly resolution, or the exact day for Daily resolution.

## Other responses

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

## Changes

- **2026-08-29** `da31d88274df` — 2 info
  - added the new optional `query` request parameter `resolution`
  - added the new optional `query` request parameter `timeframe`

[Change history](https://skmtc.dev/blackkitetech/apis/black-kite-api/changes/api/v2/companies/:id/trend/technical/get.md)

---

[API](https://skmtc.dev/blackkitetech/apis/black-kite-api.md) · [All operations](https://skmtc.dev/blackkitetech/apis/black-kite-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blackkitetech/black-kite-api/revisions/da31d88274df/schema)
