Session-scoped intraday endpoints requireDocumentation Index
Fetch the complete documentation index at: https://edgeful.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
start_time, end_time, and timezone. These presets match the web app session definitions in apps/web/types/session-definition.ts.
Use HH:MM:SS in API requests.
Asian range breakout endpoints use the Asia preset for start_time and end_time. They do not take a timezone parameter; the range is interpreted in Asia/Tokyo. Their candle_start_time and candle_end_time parameters are a separate daily candle window interpreted in America/New_York.
| market_type | session | start_time | end_time | timezone |
|---|---|---|---|---|
| forex | New York | 08:00:00 | 17:00:00 | America/New_York |
| forex | London | 08:00:00 | 16:00:00 | Europe/London |
| forex | Asia | 08:00:00 | 17:00:00 | Asia/Tokyo |
| futures | New York | 09:30:00 | 16:00:00 | America/New_York |
| futures | London | 08:00:00 | 16:00:00 | Europe/London |
| futures | Asia | 08:00:00 | 17:00:00 | Asia/Tokyo |
| crypto | New York | 09:30:00 | 16:00:00 | America/New_York |
| crypto | London | 08:00:00 | 16:00:00 | Europe/London |
| crypto | Asia | 08:00:00 | 17:00:00 | Asia/Tokyo |
| stock | New York | 09:30:00 | 16:00:00 | America/New_York |
daily-session presets
Daily-session presets are useful when a daily report supports optional custom-session aggregation. They are not an automatic fallback for session-scoped intraday endpoints.| market_type | session | start_time | end_time | timezone |
|---|---|---|---|---|
| forex | Daily | 17:00:00 | 17:00:00 | America/New_York |
| futures | Daily | 18:00:00 | 17:00:00 | America/New_York |
| crypto | Daily | 00:00:00 | 23:59:00 | America/New_York |
| crypto | Crypto Daily | 19:00:00 | 19:00:00 | America/New_York |