...ile Eikon retreival works
Hi,
I trying to get event data using Refinitiv Data, using both sync requests as async requests. No error code is supplied for sync requests (just an empty df), but when I use async I get error code 221 'The access to field(s) denied.'
I find the error strange since I have access to event data using Eikon's Python API. Using the identical async request code, I can access corax data without an issue.
So what could be wrong? A bug somewhere in the Refinitiv Data API?
Also, for clarification, for the async request I use fundamental_and_reference from refinitiv.data.content. Should I perhaps use something else?
Or, is there an alternative way to get event data?