I created an Eikon API app key through the desktop app in order to access it via Python. The connection and access worked good so far. I'm having trouble retrieving financial data on some specific local market corporate bonds (RICs and example provided attached). Asked the author of some Eikon API tutorial and told me the instrument is classified as "high level" which meant not all fields are available. I'm specifically interested in retrieving historical VOLUME data via the .get_data() function. But...
I've been retrieving this data from the Eikon Excel Add-on without trouble for some time now... and the data is availale and works great.
I need some guidance on how to proceed and get the function to fetch the volume data I'm working with.
RIC: ARYMCIO3=BA
image of what im getting
Thank you in advance.