---
title: "Get Financials"
method: GET
path: "/api/v1/financials/{ticker}"
tags: ["financials"]
---

# Get Financials

`GET /api/v1/financials/{ticker}`

## Path parameters

- `ticker` string, required — Ticker

## Query parameters

- `report_type` string — DFP (annual) or ITR (quarterly)
- `statement_type` string, nullable — BPA, BPP, DRE, DFC_MI, DVA
- `reference_date` string, date, nullable
- `limit` integer
- `format` string — Response format: json or csv

## Response `200`

Successful Response

- FinancialsResponse
  - `ticker` string, required
  - `cvm_code` string, required
  - `report_type` string, required
  - `count` integer, required
  - `statements` FinancialLineItem[], required
    - `reference_date` string, date, required
    - `statement_type` string, required
    - `account_code` string, required
    - `account_name` string, required
    - `value` number, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/usebolsai/apis/bolsai.md) · [All operations](https://skmtc.net/usebolsai/apis/bolsai/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usebolsai/bolsai/revisions/62183de581ea/schema)
