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
1 0 0 1

get_data python/R ikon API call stopped working

get_data python/R ikon API call stopped working:

> df <- get_data("AAPL.O",
+ list("TR.OPENPRICE.Date","TR.OPENPRICE","TR.HIGHPRICE","TR.LOWPRICE","TR.CLOSEPRICE", "TR.VOLUME"),
+ list("Frq"="D","SDate"="0D","EDate"="-1AY", CH="FD", RH="IN"))
> df
NA TR.OPENPRICE.DATE TR.OPENPRICE TR.HIGHPRICE TR.LOWPRICE TR.CLOSEPRICE TR.VOLUME
1 AAPL.O <NA> <NA> <NA> <NA> <NA> <NA>

same call warked yesterday and days before

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-api
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.

@neo.wang

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the 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

Upvotes
Accepted
78.9k 250 52 74

@neo.wang

I am able to retrieve the data properly.

You may need to set the debug=TRUE to verify the problem.

df <- get_data("AAPL.O", 
               list("TR.OPENPRICE.Date","TR.OPENPRICE","TR.HIGHPRICE","TR.LOWPRICE","TR.CLOSEPRICE", "TR.VOLUME"),
                list("Frq"="D","SDate"="0D","EDate"="-1AY", CH="FD", RH="IN"),debug = TRUE)

1617080125197.png (28.0 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.

Upvotes
1 0 0 1
Hi Jirapongse Sorry I didn't get any reply from client. I guess he is all good now. We can close this thread. Thanks a lot. Cheers Neo
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.