limit-event-timeline · git:20260916.8724d04 · 2026-09-16 · sha256 593f036de50a50e1

limit-event-timeline git:20260916.8724d04A

Immutable. This exact content is served forever at /api/v1/blob/593f036de50a50e1.

---
name: limit-event-timeline
description: 查询涨跌停事件时间线。接口:GET /api/v2/market/data/limit-event-timeline-3s。所有请求必须设置 FTSHARE_API_KEY。
---

# 涨跌停事件时间线

接口:GET `/api/v2/market/data/limit-event-timeline-3s`。参数和响应以 `ftshare-doc/api-doc/股票数据/打板专题数据/涨跌停事件时间线.md` 为准。

请求必须从环境变量 `FTSHARE_API_KEY` 读取凭据,并通过请求头发送 `FTSHARE_API_KEY` 和 `Content-Type: application/json`;缺少凭据时不会发起请求。

## 调用示例

```bash
python <RUN_PY> limit-event-timeline --symbol 600519.SH --limit_down_enter 5 --limit_down_break 5
```