averages intraday price action of ticker (market_type) across the FOMC days listed in dates. returns the mean intraday curve and aggregate stats over the session window defined by start_time, end_time, and timezone.
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"
required intraday session start time, HH:MM:SS, interpreted in the request timezone. use the session preset that matches the market and trading session you want to analyze.
"09:30:00"
"08:00:00"
required intraday session end time, HH:MM:SS, interpreted in the request timezone. use the session preset that matches the market and trading session you want to analyze.
"16:00:00"
"17:00:00"
required IANA timezone used to interpret the requested intraday session window and group sessions into calendar days.
"America/New_York"
"Europe/London"
"Asia/Tokyo"
comma-separated list of FOMC announcement dates in YYYY-MM-DD; an empty value selects no days.
Successful Response