Can I load future option market daily data for a set (potentially all) options on a specific future, for example for:
For example:
December 2023 monthly options expiring on CLZ3
open/high/low/close/volume/last_bid/last_ask
daily for the past [2] days
In one query.
I am currently loading all RIC's for future option chains and then loading the historical bars using one api call per RIC, but due to the large number of queries I am running into the API rate limit very rapidly.