I am running the followng simply query:
data,err = ek.get_data(['UBSG.S'],['CF_CURR'],parameters={'SDate': '2020-06-19', 'EDate': '2020-06-19'});
But i keep receiving the following error:
EikonError: Error code 400 | Backend error. 400 Bad Request
I am curious why it does not work as there are barely no data request and it is not a complex query. Could anyone point out if there is something wrong with this query or why this error would come all the time?
It seems that it is field related as other fields work jsut fine. Anyting reason why this particular field 'CF_CURR' could return this error?