Retrieve Historic Data
Returns historic data for the given option contract for each trading day.
get/api/option-contract/{id}/historic
Path parameters
idstring required
Example:TSLA230526P00167500
The option contract in ISO format.
Query parameters
limitinteger
Example:10
The number of items to return. Minimum is 1.
Response
Successful response with historic data.
Example response
{
"chains": [
{
"ask_volume": 1766,
"avg_price": "0.01360828625235404896",
"bid_volume": 887,
"date": "2023-05-26T00:00:00.000Z",
"high_price": "2.95",
"implied_volatility": "0.310502942482285",
"iv_high": "0.675815680048166",
"iv_low": "0.310502942482285",
"last_price": "0.01",
"last_tape_time": "2023-05-26T21:30:29.000000Z",
"low_price": "0.01",
"multi_leg_volume": 393,
"open_interest": 15907,
"sweep_volume": 752,
"total_premium": "3613.00",
"trades": 244,
"volume": 2655
}
]
}