get_symbol_session
Retrieve trading hours, market holidays, timezone data, and session corrections for financial symbols to verify market availability and plan trades.
Instructions
Trading session information. Retrieve trading session details including holidays, trading hours, timezone, and session corrections
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Symbol in Exchange:Symbol format (e.g., NASDAQ:AAPL, NYSE:TSLA). You can search for this symbol code using the /v3/symbols/search endpoint. | |
| filter | No | (Optional) JSONata expression to filter/transform the API response server-side before it reaches you. Use this to extract only the fields or rows you need, reducing token usage. See https://jsonata.org for syntax. |