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

Python Plot chart

Hi community

I would like to know if It is possible to update or use a chart that I have in one of my sheets with python code.

I am using this code but I would like to link the chart direct.

"""

from PIL import Image

pngfile = Image.open("C://Desktop//Python//1.png")

pngfile

"""

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
24.4k 53 17 14

Hello @especialista.coberturas

Which Refinitiv product that has your chart? Is it Eikon/Refinitiv Workspace?

Please note that the Eikon Data API lets the Python application consumes "data" from Eikon/Workspace, but the application needs to draw a chart from those data by itself.

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

Hi @especialista.coberturas

I think you can follow this article to write a chart to Excel.

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

Hi Chavalit

Thanks for your help, but I am trying to connect a specific chart that I have in my Reuters account with Python.

I don´t know if it is possible.

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.