---
title: "查询现金流量表"
method: GET
path: "/v1/financials/cash-flow"
tags: ["财务数据"]
---

# 查询现金流量表

`GET /v1/financials/cash-flow`

获取指定标的的现金流量表数据，包含经营/投资/筹资三类净现金流。

## Query parameters

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

## Response `200`

查询成功

- CashFlowResponse — 现金流量表响应
  - `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)
