You're viewing a demo portfolio

Join the waitlist
PRSM

options_history_contract

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →