Hi,
I am trying to access an entire forward chain for commodities on a given day.
For example, I would like to obtain all forwards/futures data for Henry Hub on 09/29/2023 or all forwards for 12/29/2023 for ERCOT North.
I have encountered the Commodity_Futures_RIC_Search.ipynb and have used a brute force method. However, it seems that the get_futures function does not always work for all commodities, such as NG, CL, and power.
Is there a more streamlined or simpler way to access entire forward data for a given day?
Thanks.