---
title: "Balance sheet health chart"
method: GET
path: "/api/financials/chart/balance-sheet-health"
tags: ["Financials"]
---

# Balance sheet health chart

`GET /api/financials/chart/balance-sheet-health`

![Free](https://img.shields.io/badge/Free-22c55e) ![Starter](https://img.shields.io/badge/Starter-3b82f6) ![Stock](https://img.shields.io/badge/Stock-f97316) ![ETF](https://img.shields.io/badge/ETF-14b8a6) ![Pro](https://img.shields.io/badge/Pro-8b5cf6)

Returns chart-ready data for balance sheet composition (assets, liabilities, debt, cash) and health ratios (debt-to-equity, current ratio) over time. Periods are sorted ascending. Use `series` for absolute values and `rates` for ratios.

## Query parameters

- `symbol` string
- `cik` integer
- `cusip` string
- `composite_figi` string
- `share_class_figi` string
- `currency` string
- `period` 'annual' | 'quarter' — Base reporting period: `annual` or `quarter` (the periods companies actually report, without the derived `ttm` rollup).
- `limit` integer

## Response `200`

Series-oriented chart data with periods sorted ascending

- object
  - `periods` string[], required — Reporting period end dates (YYYY-MM-DD), sorted ascending. Each entry corresponds index-wise to the values in every `series.data` and `rates.data` array.
  - `series` object[], required — Balance sheet composition series in the absolute requested `currency` (default USD). Always returns four entries — `Total Assets`, `Total Liabilities`, `Total Debt`, `Cash` — in that order. Individual data points may be `null` for periods where the underlying fact wasn't tagged.
    - `name` 'Total Assets' | 'Total Liabilities' | 'Total Debt' | 'Cash', required
    - `data` number[], required
  - `rates` object[], required — Health ratio series, expressed as decimals (e.g. 1.24 = 124%). Always returns two entries — `Debt to Equity`, `Current Ratio` — in that order.
    - `name` 'Debt to Equity' | 'Current Ratio', required
    - `data` number[], required

## Other responses

- `400` — Invalid parameters or symbol not found
- `403` — Feature not available on current plan

---

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