market.status

anonymous ok

Market 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.

FieldTypeDescription
open*boolean
session*"pre" | "regular" | "post" | "closed"
next_openstring
as_of*string
timezone*"America/New_York"

* required

Example request

curl -X POST "https://impliedoptions.com/api/v1/tools/market.status" \
  -H "Authorization: Bearer <YOUR_KEY>" \
  -H "Content-Type: application/json" \
  -d '{
    "args": {}
  }'

Run

Anonymous: 100 runs/day, delayed.
market.statusMarket statusFree

This tool takes no arguments.