Loading...
Loading...
美股基础数据查询。美股列表、交易日历。 当用户询问"美股列表""美股交易日""美股代码查询"时触发。
npx skill4agent add hubblevision/hubble-data-service-skill us-fundamental所有接口均为 V2 版本()。/api/v2/...
BASE="http://43.167.234.49:3101"
AUTH=(-H "X-API-Key: 123456" -H "Content-Type: application/json")| 规则 | 值 |
|---|---|
| 日期格式 | |
| Parameter | Type | Required | Description |
|---|---|---|---|
| string | No | YYYYMMDD |
| string | No | YYYYMMDD |
| int | No | 1-10000 (默认 1000) |
# 美股列表
curl -sS "${AUTH[@]}" "$BASE/api/v2/usstock/symbols"
# 美股交易日历
curl -sS "${AUTH[@]}" "$BASE/api/v2/usstock/trade-cal?startDate=20240101&endDate=20240630"| 错误 | 原因 | 修复 |
|---|---|---|
| 400 | 日期格式错误 | 用 |