API ドキュメント
get
/api/v1/Trade/financings/{symbol}Returns overnight financing rates and schedule for a single instrument. When the financing service is disabled, returns {enabled: false}. Unknown symbols yield an empty rates payload for that symbol when the service is enabled.
Trade
パラメータ
symbol
path · string
必須
version
path · string
必須
反応
- 200Financing payload for the requested symbol.application/json
{ "enabled": true, "reportTime": "PT22H", "wednesdayMultiplier": 3, "reportEveryDay": [ "SpotFX" ], "instruments": [ { "symbol": "EURUSD.spot", "instrumentType": "SpotFX", "financingLong": -0.5, "financingShort": 0.2, "financingAsOfDate": "2026-07-24T00:00:00", "nextFinancingDateTime": "2026-07-25T22:00:00", "financingWednesdayLong": -1.5, "financingWednesdayShort": 0.6 } ] }