CBT grains settlement

rbanerjee
rbanerjee Explorer
edited April 29 in Eikon Data APIs

Please look at the settles for Soybeans SN25 , Corn CN25 and Wheat WN25 . Why is the cirrency USc ? This is messing up our settle capture

Thanks

Raja

4753957364

Answers

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @rbanerjee

    Thank you for reaching out to us.

    For content related questions, please contact the helpdesk team directly via MyAccount. The helpdesk team will either have the required content expertise ready available or can reach out to relevant content experts to get the answer for you.

    Typically, you can specify the currency in fields when retrieving prices via the API. For example:

    ld.get_data(['SN25','CN25','WN25'], 
                ['TR.SettlementPrice',
                 'TR.SettlementPrice(Curn=USD)'],
                header_type=ld.HeaderType.NAME)
    
    image.png