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
176 2 1 5

Grain Tender data via API

Is there a way to get GRAINTENDERS via the api? GRAINTENDERS is not really an instrument key or a chain.

I have tried

df = ek.get_data(['graintenders'], fields="Commodity")

and

df = ek.get_timeseries(['graintenders'], start_date=start_date, end_date=end_date, fields="Commodity")

But get "nothing found" or invalid RIC.

eikon-data-apiworkspaceworkspace-data-api#productapi
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.

Upvotes
Accepted
176 2 1 5

in the end this is what came closest:

rd.news.get_headlines("GRA/TEND", start="20.03.2021", end=timedelta(days=-4), count=3)

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.

Upvotes
80k 257 52 75

@valstar

Thank you for reaching out to us.

The graintenders is an application name, not an instrument code.

1702011961238.png

Those methods requires instrument codes.

Please contact your Refinitiv account team or sales team directly to verify your API requirements.



1702011961238.png (20.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.