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.

Upvotes
Accepted
78.6k 248 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.