options_chain
ActiveTool of io.github.blackboxfoundry/livedatalink
Get the options chain for a stock - calls and puts with strike prices, bid/ask spread, volume, open interest, implied volatility, and available expirations. Use this for "show me AAPL options", "what are the puts on Tesla?", "options expiring this Friday", "what's the implied volatility?", or any options trading question.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"symbol"
],
"properties": {
"type": {
"enum": [
"call",
"put",
"both"
],
"type": "string",
"description": "Filter by option type (default: \"both\")"
},
"symbol": {
"type": "string",
"description": "Stock ticker symbol (e.g., \"AAPL\")"
},
"expiration": {
"type": "string",
"description": "Expiration date in YYYY-MM-DD format. Defaults to nearest expiration."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries