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 0

No Portinuse file

Hi i am on Eikon core but i can't seem to pull data in Python. I went through the forum and here are my results from the logs and Powershell. It seems like i don't have a Portinuse file?:


image.pngimage.png

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.

<viewable by AHS+Original poster>

This is your account manager contact detail:

<AHS only>

Got an update from Account Manager that the client will retrieve data points in Eikon Excel.

Then they will write Python code to retrieve data from Eikon Excel for their usage.

Case closed.

Hello @r_p_s

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
18.2k 21 13 21

Hi @r_p_s

I checked your permission using the registered email.

You are on Eikon - Core.

Please see this forum which explains that Eikon Data API is available to Eikon - Premium variant.

Please discuss with your account manager.

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 0

Hi Refinitiv,


I ran Powershell again and it found portinuse file but it cannot POST /api/v1/data


1570677615782.png (54.8 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 0

@refinitiv

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
78.8k 250 52 74

@r_p_s

According to this thread, Eikon API was supported in all variants except for Eikon Core and Eikon for Exchanges.

Moreover, refer to this thread, you may need to verify the version of Eikon. To use Eikon Data APIs you need to update your Eikon to v4.0.42 or higher.

However, you need to contact your Refinitiv's account team for confirmation.

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 0

Thanks for replying.


I am on Eikon version 4.0.49


My account team says Eikon API is available on my subscription. See my error 404 below (vs error 403 in the thread you linked which said "Error code 403 | Client Error: Your Eikon account is not allowed to run Eikon API Proxy. - Your Eikon account is not allowed to run Eikon API Proxy." )


1570677994412.png (21.2 KiB)
1570678108742.png (27.4 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.

@r_p_s

Please follow steps in this article: Eikon Data API(Python) Troubleshooting | Refinitiv to enable debug log in Eikon. From the log file, we can verify the problem.

Upvotes
78.8k 250 52 74

From the log file, your subscription only supports SIDEBYSIDE API (http://127.0.0.1:9000/sxs/v1). It doesn't support APIPROXY.

[2019-10-10 02:56:53.901|1|api-svc|2|DEBUG] [bus] onCallback name=sxs:GetSetting callId=5 data~={"callId":5,"value":"SIDEBYSIDE","action":"ReturnCall"}
[2019-10-10 02:56:53.940|1|api-svc|2|DEBUG] [bus] onCallback name=sxs:GetSetting callId=6 data~={"callId":6,"value":"","action":"ReturnCall"}
[2019-10-10 02:56:53.970|1|api-svc|1|INFO] PO: SIDEBYSIDE
[2019-10-10 02:56:54.003|1|api-svc|3|DEBUG] create SIDEBYSIDE
[2019-10-10 02:56:54.024|1|api-svc|2|DEBUG] [bus] channel=/desktopsxs name=sxs:GetSetting callId=7 data={"settingName":"KOBRA.APPLICATION.DESKTOPSXS.ENCRYPTION.DISABLED","provider":"Configuration","isVersioning":false,"action":"GetSetting"}

The log that supports Eikon Data API looks like:


proxy.png (156.9 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.