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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
16 0 1 2

Japanese Equities UPLIMIT/LOLIMIT Prices

How can I download UPLIMIT/LOLIMIT prices for a group of Japanese Equities with ek.get_data?

It should be the same as =TR.("7203.T", "UPLIMIT") in Excel.

It's convenient if I can download this for group of stocks at a time

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
39.2k 75 11 27

Try

ek.get_data(['7201.T','7202.T','7203.T'],['UPLIMIT','LOLIMIT'])
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