Does anyone know if it's possible to get historical options data where the expiry date is in the past? Eg, if say, today is 07-Jun-22, and I want to get options data for 02-Mar-22 for APPL call options at the strike price of 130, with an expiry date of 04-Mar-2022. Is this possible?
I'm a newbie to Python, and have a simple script which gets the historical options data for expiries that are for the current week/future (eg 10-Jun-2022), but when I try to get the historical options data I get the "No security definition has been found."
This video by IB themselves (at 14:30) states that once the option has expired, then it's data is removed from the database and it's data is thus no longer available. I was thinking maybe there is a way, or there may be a 3rd party service available (happy to pay) which has this options data.
I'm a newbie to Python, and have a simple script which gets the historical options data for expiries that are for the current week/future (eg 10-Jun-2022), but when I try to get the historical options data I get the "No security definition has been found."
This video by IB themselves (at 14:30) states that once the option has expired, then it's data is removed from the database and it's data is thus no longer available. I was thinking maybe there is a way, or there may be a 3rd party service available (happy to pay) which has this options data.