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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 0

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-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpython
icon clock
10 |1500

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

Upvotes
Accepted
39.2k 75 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 5.0 MiB each and 10.0 MiB total.

Upvotes
1 0 0 0
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 5.0 MiB each and 10.0 MiB total.

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

Click below to post an Idea Post Idea