why oh why !!!!
ek.get_timeseries worked (somehow) for all RICS you threw at it.
i.e. :
ek.get_timeseries(['AUD=', 'IBM'], start_date=str('2023-01-01'), end_date=str(tsClosingDate), interval='daily', fields = fieldsToReturnEK)
rd.get_history does ... not ... besides all the undocumented idiosyncrasies.
rd.get_history(universe=['AUD='], fields=fieldsToReturnRD, parameters={"SDate": str('2023-01-01'), "EDate": str(tsClosingDate), "Fill": "None"},use_field_names_in_headers=True)
How can i get currencies from rd.get_history ?
Separate loop?
Stomach churning pain in the backside ...
Thanks for pointers