---
title: "Financials As Reported"
method: GET
path: "/stock/financials-reported"
tags: ["Default"]
---

# Financials As Reported

`GET /stock/financials-reported`

Get financials as reported. This data is available for bulk download on <a href="https://www.kaggle.com/finnhub/reported-financials" target="_blank">Kaggle SEC Financials database</a>.

## Query parameters

- `symbol` string
- `cik` string
- `accessNumber` string
- `freq` string
- `from` string, date
- `to` string, date

## Response `200`

successful operation

- FinancialsAsReported
  - `symbol` string — Symbol
  - `cik` string — CIK
  - `data` Report[] — Array of filings.
    - `accessNumber` string — Access number.
    - `symbol` string — Symbol.
    - `cik` string — CIK.
    - `year` integer — Year.
    - `quarter` integer — Quarter.
    - `form` string — Form type.
    - `startDate` string — Period start date <code>%Y-%m-%d %H:%M:%S</code>.
    - `endDate` string — Period end date <code>%Y-%m-%d %H:%M:%S</code>.
    - `filedDate` string — Filed date <code>%Y-%m-%d %H:%M:%S</code>.
    - `acceptedDate` string — Accepted date <code>%Y-%m-%d %H:%M:%S</code>.
    - `report` object

---

[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)
