get_option_snapshot
Retrieve option contract snapshots with trade data, quotes, implied volatility, and Greeks for analysis and trading decisions.
Instructions
Retrieves comprehensive snapshots of option contracts including latest trade, quote, implied volatility, and Greeks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes | A comma-separated list of contract symbols with a limit of 100. | |
| feed | No | The source feed of the data. `opra` is the official OPRA feed, `indicative` is a free indicative feed where trades are delayed and quotes are modified. Default: `opra` if the user has a subscription, otherwise `indicative`. | opra |
| updated_since | No | Filter to snapshots that were updated since this timestamp, meaning that the timestamp of the trade or the quote is greater than or equal to this value. Format: RFC-3339 or YYYY-MM-DD. If missing, all values are returned. | |
| limit | No | Number of maximum snapshots to return in a response. The limit applies to the total number of data points, not the number per symbol! Use `next_page_token` to fetch the next set of responses. | |
| page_token | No | The pagination token from which to continue. The value to pass here is returned in specific requests when more data is available, usually because of a response result limit. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||