- Returns the data for all contracts that share the same provided symbol and expiration. - Uses Theta Data's EOD reports that get generated at 17:15 ET each day. The closing option price and closing underlying price are used for the greeks calculation. - Set `expiration` to ``*`` if you want to retrieve data for every option that shares the same ``symbol``. (note: Any ``expiration=*`` must be requested day by day)
- Provider
- Theta Data
- Input summary
- {"name":"symbol","type":"string","required":true,"description":"The stock or index symbol, or underlying symbol for options."}, {"name":"expiration","type":"string","required":true,"description":"The expiration of the contract in `YYYY-MM-DD` or `YYYYMMDD` format, or `*` for all expirations."}, {"name":"strike","type":"string","required":false,"description":"The strike price of the contract in dollars (ie `100.00` for `$100.00`), or `*` for all strikes."}, {"name":"right","type":"string","required":false,"description":"The right (call or put) of the contract.","enum":["call","put","both"]}, {"name":"start_date","type":"string","required":true,"description":"The start date (inclusive)."}, {"name":"end_date","type":"string","required":true,"description":"The end date (inclusive)."}, {"name":"annual_dividend","type":"number","required":false,"description":"The annualized expected dividend amount to be used in Greeks calculations."}, {"name":"rate_type","type":"string","required":false,"description":"The interest rate type to be used in a Greeks calculation.","enum":["sofr","treasury_m1","treasury_m3","treasury_m6","treasury_y1","treasury_y2","treasury_y3","treasury_...
- Output summary
- Not available
- Billing
- 4.8
- Freshness
- Not available
- Verification
- Not available