What does the 'CH':'Fd' parameter mean when using ek.get_data ?

I am using this command to get the total returns on a day for a range of dates:

ek.get_data(firms, fields = ['TR.TotalReturn1D.date','TR.TotalReturn1D'], parameters={'SDate':Start,'EDate':End,'Frq':'D','CH':'Fd'})

It works, but what does 'CH':'Fd' mean?

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @blucap

    This is a parameter for the TR function in Eikon Excel.

    image

    Typically, it is used with RH (row headers). They are used to format the data displayed on the Eikon Excel, as shown below.

    image

    However, from my test, these parameters don't affect the result returned by Eikon Data APIs.

Answers