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

dowload timeseries of adjusted price and market cap

Hello,

I would like to download a historical daily time series of a stock with adjusted close and market cap using the Eikon Proxy. Is this possible?

Many thanks!


eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apidata
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 @alena.kykalova,

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

1 Answer

· Write an Answer
Upvote
Accepted
18.2k 21 13 21

Hi @alena.kykalova

To get adjusted/unadjusted price:


To get timeseries for market cap:


ahs2.png (33.7 KiB)
ahs1.png (13.1 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.

Thanks for providing the solution @ @chavalit.jintamalit

In case we want to access the FREE FLOAT Market Cap instead of the normal market cap, then what changes do we need to make in the above code?

Thanks

Hi @pankaj

I do not know what is "Free Float Market Cap".

I am assuming that there is another field that carrying this information.

So you need to change the TR.CompanyMarketCap field to the field which carry the information you are looking for.

You can use "Data Item Browser" to explore/search for the field.

Thanks chavalit for your reply.

Free Float Market Cap is explained here, in case anyone wants to know - https://www.investopedia.com/terms/f/freefloatmethodology.asp

Best Regards

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.