Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
3 3 5 5

Some country indices keep getting the same price, how do I fix it?

Hi? I am receiving price data of thousands of stocks and 50 national indices through the EIKON API every morning around 7:00 KST(GMT+9). 
However, among the 50 national indices, the following six indices continue to receive the same price as the previous day. 
The RICs are as follows. 
.DJI .IXIC .NYA .SPX .GSPTSE .MERV 
How to deal with this?
eikoneikon-data-apiapi
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@H_U

Please share the code and fields that you are using to retrieve the data.

Hello @H_U ,

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query?

If yes, please click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

-AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,
AHS

1 Answer

· Write an Answer
Upvote
Accepted
17.2k 82 39 63

Hi @H_U

The data service offers many prices and depending on the exchange, the population of some price fields is based on when the closing run occurs. That being said, I would suggest you look within the DIB (Data Item Browser) to view the different price fields available. For example:

df, err = ek.get_data(['.DJI','.IXIC','.NYA','.SPX','.GSPTSE','.MERV'], 
                      ['TR.PriceClose','TR.PriceOpen','TR.BIDPRICE',
                       'TR.ASKPRICE']

ahs.png


ahs.png (20.5 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.