> For the complete documentation index, see [llms.txt](https://heytorus.gitbook.io/torus-digital-open-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://heytorus.gitbook.io/torus-digital-open-api/market.md).

# Market

<table><thead><tr><th width="283">Term</th><th>Definition</th></tr></thead><tbody><tr><td><strong>Current Session</strong></td><td>The ongoing trading session (e.g., pre-market, regular, or post-market).</td></tr><tr><td><strong>Exchange</strong></td><td>A marketplace where securities, commodities, derivatives, and other financial instruments are traded.</td></tr><tr><td><strong>Holidays</strong></td><td>Days when the exchange is closed for trading, typically due to public holidays.</td></tr><tr><td><strong>Last Update</strong></td><td>The most recent time at which the market status information was updated.</td></tr><tr><td><strong>Local Time</strong></td><td>The current time in the exchange's time zone.</td></tr><tr><td><strong>Market Index</strong></td><td>A measurement of the performance of a specific group of stocks (e.g., S&#x26;P 500, Dow Jones Industrial Average).</td></tr><tr><td><strong>Next Opening</strong></td><td>The date and time when the exchange will next open for trading.</td></tr><tr><td><strong>Significant Events</strong></td><td>Important events or news that could impact the market.</td></tr><tr><td><strong>Status</strong></td><td>Indicates whether the exchange is currently open or closed.</td></tr><tr><td><strong>Time Zone</strong></td><td>The time zone in which the exchange is located, impacting its trading hours.</td></tr><tr><td><strong>Trading Hours</strong></td><td>The specific times during which an exchange is open for trading.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://heytorus.gitbook.io/torus-digital-open-api/market.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
