Financial Statement data via EIkon API get_data is downloaded in scientific notation

Downloading financial statement data using the Eikon API get_data sometimes delivers numbers formatted in scientific notation like 5.4e-14. I down load several large files with several thousand RIC Codes and a variety financial statement data. I then upload the data to SQL Server. SQL Server fails to accept the scientific notation data but has no problem with the traditional number data.

Is there away to get the Eikon API to only deliver data in a traditional number format rather than using scientific notation? Or is there away to convert the scientific notation delivered in the panda dataframe for all the columns to get the data in a traditional number format?

Thanks, appreciate any help!!

Best Answer

Answers

  • Thanks for your idea Chavalit but further research shows it is for use in Jupyter notebooks. I did try it it and no success.

  • Hi @paulgamelin

    Please share your sample API call in which you received the data in scientific notation format.

    Thanks.