---
title: "查询资产负债表"
method: GET
path: "/v1/financials/balance-sheet"
tags: ["财务数据"]
---

# 查询资产负债表

`GET /v1/financials/balance-sheet`

获取指定标的的资产负债表数据，包含资产、负债、权益核心科目。

## Query parameters

- `symbols` string, required
- `start_date` string, nullable
- `end_date` string, nullable
- `latest` boolean, nullable

## Response `200`

查询成功

- BalanceSheetResponse — 资产负债表响应
  - `data` object, required

## Other responses

- `400` — 参数错误
- `401` — 认证失败
- `403` — 无权限

---

[API](https://skmtc.dev/tickflow/apis/tickflow-api.md) · [All operations](https://skmtc.dev/tickflow/apis/tickflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tickflow/tickflow-api/revisions/13831df8eba1/schema)
