Is there a
way to pull full precision values of future settlement prices when using Eikon
API? More specifically, I am using the below script:
a, b = ek.get_data("TUM9",
"TR.SETTLEMENTPRICE", parameters = {"SDate":"2019-05-20"})
and I am getting 106.542969. However, when I use Eikon
excel add in the price I get is 106.542968750 which is 3 decimal points more
precise. Is there a way I could get the same precision level while using the
Eikon API?
Thank you!
Shahlar