Getting a result in excel but not in python

I am trying to get a rate for a specfic instrument and a specific date and while I do get the expected result in excel, meanwhile in Python in get N/A. Am I using the wrong fields? excel.pngpython.png

Best Answer

  • Hi @daaldana

    Try the following code:

    import refinitiv.data as rd
    ...
    rd.open_session()
    rd.get_history(universe="COP3MOIS=INFV", interval="1D", 
    start="2023-01-18", end="2023-02-18")

    1693010100688.png