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

Eikon API HTTP errors in previously working scripts - same error

Hi I saw a similar issue using get_simbology but in my case Im using get_data which should be the workorund sugestion. df =get_data(list('GOOG.O','MSFT.O', 'FB.O'), list('TR.Revenue','TR.GrossProfit')) gives me the following error: Error in print.default("HTTP Error, code= ", response$status_code, sep = "") : argumento 'digits' inválido. im not sure if its a comunication problem or is it a issue of the R app
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.

Hello @marcelo.hiroki

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 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
39.4k 77 11 27

@marcelo.hiroki

Could you add raw_output=TRUE, debug=TRUE parameters to get_data method to have the request and the response printed. In other words what does the method return when you call

get_data(list('GOOG.O','MSFT.O', 'FB.O'), list('TR.Revenue','TR.GrossProfit'), raw_output=TRUE, debug=TRUE)
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 1 0 1
hi @Alex Putkov thanks for the reply. i got response error 503 which looks like a comunication error right?
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.

Yes, HTTP status 503 ("Service Unavailable") indicates either a communication problem or a problem with the backend service.

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.