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
3 2 1 0

How get time series stock market cap with python api ?

Hello,

I would like to know please, how I can request the stock market capitaliation in euro with ek.get_timeseries() and not with ek.get_data().

Example : ek.get_timeseries("LVMH.PA",["?"],start_date="2020-04-22" ,end_date="2020-05-09", interval="minute")

Many Thanks

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.

1 Answer

· Write an Answer
Upvotes
Accepted
18.2k 21 13 21

Hi @thibault.hans

You can retrieve "interday" data for market capital field.

You cannot retrieve "intraday" data for market capital field.


You can retrieve "interday" OHLC(Open High Low Close) data.


ahs1.png (47.2 KiB)
ahs2.png (45.0 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.