---
title: "Get financial statement for a project"
method: GET
path: "/v2/projects/{project_id}/financial-statement"
tags: ["Projects"]
---

# Get financial statement for a project

`GET /v2/projects/{project_id}/financial-statement`

Use this endpoint to retrieve the financial statement report for a project.

## Path parameters

- `project_id` string, required

## Query parameters

- `timestamp_granularity` 'year' | 'quarter' | 'month' | 'week'
- `interval` '1m' | '1y' | '2y' | '3y' | '5y' | 'max'

## Response `200`

OK

- object
  - `data` object[]
    - `timestamp` string — The timestamp of the data point.
    - `timestamp_label_heading` string — The heading for granularity, e.g. Q3 2023.
    - `timestamp_label_subheading` string — The subheading for the granularity, e.g. Oct 1 - Dec 31.
    - `timestamp_granularity` string — The date granularity, e.g. quarter.
    - `project_name` string — The project's name.
    - `section` string — The section a metric belongs to, e.g. Income statement.
    - `metric_id` string — The metric ID.
    - `value` string — The value of the metric.
    - `pop_change` string — The change ratio of the metric value to the previous value.
    - `definition` string — The definition of the metric.

---

[API](https://skmtc.dev/tokenterminal/apis/token-terminal-api.md) · [All operations](https://skmtc.dev/tokenterminal/apis/token-terminal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tokenterminal/token-terminal-api/revisions/02245ad77f39/schema)
