For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
3 1 0 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-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpython
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
18k 21 12 20

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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea