Why does this code return data for 1996-1998 when I am asking for 1990?

Hi

Why does this code return data for 1996-1998 when I am asking for data for fiscal year 1990.

w,err=ek.get_data('4295913449', 'TR.RevenueDate',
{'SDate': '1990-01-01',
'EDate': -1, 'FRQ': 'FY', 'Curn': 'EUR'})

thx

  Instrument Date 
0 4295913449 1996-12-31T00:00:00Z
1 4295913449 1997-12-31T00:00:00Z
2 4295913449 1998-12-31T00:00:00Z

Best Answer

  • m.bunkowski
    Answer ✓

    Hi @mbp

    Please compare that with the information in Thomson Reuters Eikon. This is the data available for this company.

    image

Answers