API 文档
get
/api/v1/Instruments/{symbol}/eod-historyReturns stored end-of-day mid prices for one instrument, ordered by date ascending. Returns daily mid price series for charts and period performance (EOD snapshots merged with daily historical bars).
Instruments
参数
symbol
path · string
必需的
days
query · integer
选修的
version
path · string
必需的
响应
- 200Daily mid price series (empty when no snapshots are stored).application/json
{ "symbol": "EURUSD.spot", "points": [ { "date": "2026-06-28T00:00:00Z", "price": 1.1428 }, { "date": "2026-06-29T00:00:00Z", "price": 1.1443 } ] } - 404Unknown symbol.application/json
{}