NWOG new week opening gap by weekday
For futures weeks where the new week opening gap retraced, identifies the first Monday-through-Friday day that touched the selected fill level. Percentages use retraced weeks as the denominator. Configurable via gap_reference and percentage.
Authorizations
Use your Edgeful API key as the bearer token. In the API Reference authorization drawer, paste only the key (for example, ef_live_<random>).
Path Parameters
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"
Query Parameters
inclusive start date, YYYY-MM-DD. malformed calendar dates are rejected before the report queries historical data.
"2024-01-01"
inclusive end date, YYYY-MM-DD. malformed calendar dates are rejected before the report queries historical data.
"2024-12-31"
reference used to define the weekend gap. friday_close uses Friday's final close; friday_visible_gap uses Friday's high for gap ups and low for gap downs.
friday_close, friday_visible_gap percentage of the weekend gap price must retrace. 100 requires a full return to the selected Friday reference; 50 requires half the gap.
x >= 0Response
Successful Response