Hi, I am trying to get historical data for AAL.O option chains in 2019 for example through Python API.
I do appreciate any help .
Hello @saif.albaqami,
Please review this previous discussion.
For history on chain, you would do the same two-step:
1. Request constituents of the chain,
2. Get history per previously obtained list of constituents.
Hope this helps?