Hello,
It seems eikon is 32 bit, but some large values are larger than the 32bit wideness.
I've read around that there's no plan to release the API in 64bit, but some workaround may be possible.
In my case, I'm trying to retrieve data through get_data in python 3.7.7 (64 bit):
ek.get_data(
['.HSI'],
{'TR.SurfVolMONEYNESS': { 'params':{ 'TENOR': '1M;24M', 'range': '50;150' }}},
raw_output=True
)
Looking at the software, it seems the large value that cannot be converted is not even part of the results table, in the software it's there:
Is there any workaround known to you to avoid this error?
Thanks,