Status
Retrieve market status information (open/closed) for dates and countries.
Making Requests
Use the status() method on the markets resource to fetch market status information.
| Output Format | Result Payload | Description |
|---|---|---|
| internal (default) | MarketStatus[] or MarketStatusHuman[] | Array of decoded market-status records. |
| json | Raw JSON object | The compressed, array-keyed response object. |
| csv | Blob | CSV payload. Use .save(filename) to write it. |