options_history_contract
ActiveTool of io.github.blackboxfoundry/livedatalink
Track a specific options contract (same ticker + strike + expiration) over time. Returns all daily observations of that contract with its evolving bid/ask, IV, and Greeks. Useful for studying single-contract behavior leading up to expiration, gamma squeezes around specific strikes, etc.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"ticker",
"strike",
"expiration",
"call_put"
],
"properties": {
"strike": {
"type": "number",
"description": "Strike price (e.g. 450.00)"
},
"ticker": {
"type": "string",
"description": "Stock ticker"
},
"call_put": {
"enum": [
"Call",
"Put"
],
"type": "string",
"description": "Contract type"
},
"expiration": {
"type": "string",
"description": "Expiration date YYYY-MM-DD"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries