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 APP chart data

Hello,


There're lots of charts in EIKON app, and we can download the data to an excel file and process.The example is as below.

However,it takes a lot of effort if we download the excel one by one.Are there any tools in eikon api can quickly help to deal with such data?


Thank you

eikoneikon-data-apirefinitiv-dataplatform-eikonworkspaceworkspace-data-api
1620281320690.png (54.3 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.

Hello @YanHan

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?


If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,


AHS


@YanHan

Hi,

Please be informed that a reply has been verified as correct in answering the question, and marked as such.

Thanks,

AHS


1 Answer

· Write an Answer
Upvotes
Accepted
24.6k 54 17 14

Hello @YanHan

The Eikon Data API get_data and get_timeseries functions return data to the application as the Pandas DataFrame object. Then the application can use Pandas to_excel or to_csv function to export data to Excel/CSV file format.

I suggest you check the Eikon Data API tutorials page which will give you an idea of how to get data from the API.

If you want to export the "Graph" to Excel, you can draw the Pandas DataFrame object to be a graph with any libraries (such as matplotlib.pyplot) and use other 3rd party Python-Excel libraries to export Dataframe and Graph to Excel. You can find more examples of how to export data and graph to Excel with the xlwing library in the following articles:

The articles use Refinitiv Data Platform Library for Python as an example API, but it should be adapted to Eikon Data API easily.


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.