---
title: "Burn rate reports"
method: GET
path: "/reports/burn-rate"
tags: ["Reports"]
---

# Burn rate reports

`GET /reports/burn-rate`

Burn rate reports for the authenticated team.

## Query parameters

- `from` string, required — Start date (ISO 8601 format)
- `to` string, required — End date (ISO 8601 format)
- `currency` string — Currency code (ISO 4217)

## Response `200`

Burn rate reports for the authenticated team.

- BurnRateItem[]
  - `date` string, required — Date for the burn rate value
  - `value` number, required — Burn rate value for the given date
  - `currency` string, required — Currency code (ISO 4217)

## Other responses

- `default` — An error occurred

---

[API](https://skmtc.net/midday-ai/apis/midday-api.md) · [All operations](https://skmtc.net/midday-ai/apis/midday-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/midday-ai/midday-api/versions/c0df9243c1b0/schema)
