measures session range distribution by weekday across tokyo, london, and NY sessions. returns per-session aggregates plus a per-day detail table, configurable via the three session time windows.
Documentation Index
Fetch the complete documentation index at: https://edgeful.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ticker symbol. format varies by market_type: stocks use a plain symbol (e.g., SPY), forex uses a 6-character pair (e.g., EURUSD), crypto uses a contract pair (e.g., BTCUSD), futures uses the root symbol (e.g., ES).
"SPY"
"EURUSD"
"BTCUSD"
"ES"
market venue for the ticker. one of: forex, futures, crypto, stock. determines supported symbols and whether session-based intraday aggregation is available.
forex, futures, crypto, stock "stock"
"forex"
inclusive start date, YYYY-MM-DD, interpreted in the request timezone. sessions on or after this date are included in the calculation.
"2024-01-01"
inclusive end date, YYYY-MM-DD, interpreted in the request timezone. sessions on or before this date are included in the calculation.
"2024-12-31"
session 1 start time, HH:MM:SS, interpreted in Asia/Tokyo.
session 1 end time, HH:MM:SS, interpreted in Asia/Tokyo.
session 2 start time, HH:MM:SS, interpreted in Europe/London.
session 2 end time, HH:MM:SS, interpreted in Europe/London.
session 3 start time, HH:MM:SS, interpreted in America/New_York.
session 3 end time, HH:MM:SS, interpreted in America/New_York.
intraday candle granularity used for the calculation. accepted values: 1min, 5min, 15min, 30min, 1hour. route-specific defaults are shown in the default field.
Successful Response