Why the fundamental data for some companies are missing?

AAN.N does issue annual reports but

imagethe code above returns me an empty dataframe


image


Can someone please tell me where is wrong?

Best Answer

  • Hello @ryan.liu,

    Somehow, as I try to test the same request, I get the same result, but also error "delimiter is unexpected in formula".

    Try:

    df, err = ek.get_data(
        instruments = ['AAN.N'],
        fields = ['TR.F.OriginalAnnouncementDate(SDate=0,EDate=-99)']
    )
    df

    for me the result looks like:

    image

    Using Code Creator in Eikon can be very helpful:

    Type CODECR into Eikon search bar, select instrument, field, and you can tune the parameters:

    image

    The code that is generated at the bottom panel can be copied to clipboard.