---
title: "Financial Statements"
method: GET
path: "/stock/financials"
tags: ["Default"]
---

# Financial Statements

`GET /stock/financials`

Get standardized balance sheet, income statement and cash flow for global companies going back 30+ years. Data is sourced from original filings most of which made available through [SEC Filings](#filings) and [International Filings](#international-filings) endpoints.

Set `preliminary` param to true for faster updates for US companies.

_Wondering why our standardized data is different from Bloomberg, Reuters, Factset, S&P or Yahoo Finance ? Check out our [FAQ page](/faq) to learn more_

## Query parameters

- `symbol` string, required
- `statement` string, required
- `freq` string, required
- `preliminary` string

## Response `200`

successful operation

- FinancialStatements
  - `symbol` string — Symbol of the company.
  - `financials` FinancialMap[] — An array of map of key, value pairs containing the data for each period.

---

[API](https://skmtc.net/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.net/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/revisions/415b27331384/schema)
