company-list · git:20260903.8f74c9b · 2026-09-03 · sha256 daf815c69bdaa8b9
company-list git:20260903.8f74c9bA
Immutable. This exact content is served forever at /api/v1/blob/daf815c69bdaa8b9.
--- name: company-list description: 查询公司列表。可选 --page、--page-size。接口:GET /api/v1/market/data/company-list。 --- # 公司列表 查询公司列表。可选 --page、--page-size。接口:GET /api/v1/market/data/company-list。 所有请求必须设置环境变量 `FTSHARE_API_KEY`;handler 将其作为 `FTSHARE_API_KEY` 请求头发送。缺失凭据时不会发起请求。 通过主目录 `run.py` 调用: ```bash python <RUN_PY> company-list ```