Hi, I need to get all the components of CHFFWD= (including but not limited to CHFON, CHFTN, CHFSW, CHF1M...) and their BID and ASK values.
The following code
data, err = ek.get_data(instruments=["CHFFWD="], fields=['BID', 'ASK'])
Throws an error. What am I missing?
Thank you