get_option_snapshot
Fetch option contract snapshots containing latest trade, quote, implied volatility, and Greeks to support market analysis.
Instructions
Retrieves comprehensive snapshots of option contracts including latest trade, quote, implied volatility, and Greeks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |
| 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. | |
| symbols | Yes | A comma-separated list of contract symbols with a limit of 100. | |
| 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. | |
| 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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||