API ドキュメント
get
/api/v1/Instruments/{symbol}/eod-historyReturns daily mid prices for one instrument, oldest to newest — useful for charts and period performance.
Instruments
パラメータ
symbol
path · string
必須
days
query · integer
オプション
version
path · string
必須
反応
- 200Daily mid price series (empty when none are available).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
{}