market.status
anonymous okMarket status
Whether US equity markets are open right now, the current session, and the next regular-session open.
Free. Anonymous and Free callers get 15-minute delayed data capped at 50 rows.
Input
No arguments.
Output
Returned under data; every response also carries meta with freshness, as_of and truncated.
| Field | Type | Description |
|---|---|---|
| open* | boolean | |
| session* | "pre" | "regular" | "post" | "closed" | |
| next_open | string | |
| as_of* | string | |
| timezone* | "America/New_York" |
* required
Example request
No arguments
curl -X POST "https://impliedoptions.com/api/v1/tools/market.status" \
-H "Authorization: Bearer <YOUR_KEY>" \
-H "Content-Type: application/json" \
-d '{
"args": {}
}'