Using get_data i get the PriceClose data from some but i need to use other field to get the NAV of a OEF.
Is there any (single) way to get the last price of any kind of instrument?
If you find a RIC that shows NAV in the close price field, you can use the CF_CLOSE field
I know but i'm looking for a command to call the last known price of any kind of instrument. I'm handling a portfolio with many types of papers and it would make my life much easier to use only one command to download all the prices.
@pchauveau
You can directly contact the Eikon support via Get Support and ask for an excel formula (TR function) used to retrieve the required information. If it is available, you can use the same parameters with get_data to retrieve the data via Eikon Data API.