---
title: "查询核心财务指标"
method: GET
path: "/v1/financials/metrics"
tags: ["财务数据"]
---

# 查询核心财务指标

`GET /v1/financials/metrics`

获取指定标的的核心财务指标，包含每股指标、盈利能力、成长性和偿债能力。

## Query parameters

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

## Response `200`

查询成功

- MetricsResponse — 核心财务指标响应
  - `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)
