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.

Best Answer

  • valstar
    Answer ✓

    in the end this is what came closest:

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

Answers

  • @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.