options_build_symbol
Construct a valid options symbol from underlying symbol, expiration date, call/put, and strike price for market data queries.
Instructions
Build an option symbol. expiry: YYMMDD, call_or_put: 'c'/'call' or 'p'/'put'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expiry | Yes | ||
| call_or_put | Yes | ||
| strike_price | Yes | ||
| underlying_symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |