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

# Get monthly financial risk trend of a monitored company.

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

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

## Path parameters

- `id` integer, required

## Response `200`

Success

- object[]
  - `RiskType` string, nullable — The type of Financial Risk Trend. It can be Data Breach, Ransomware or Business Interruption
  - `Rating` number, float, nullable — Average financial (the annualized risk exposure) risk score.
  - `RatingMin` number, float, nullable — Average minimum financial (the annualized minimum risk exposure) risk score.
  - `RatingMax` number, float, nullable — Average maximum financial (the annualized maximum risk exposure) risk score.
  - `LossMagnitude` number, float, nullable — How much average loss is our organization likely to experience as a direct result of a loss event?
  - `LossEventFrequency` number, float, nullable — The average percentage that over the next year is the loss event likely to occur.
  - `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/revisions/7dadaba760fb/schema)
