Is it possible to get the WKN(Wertpapier) with get_symbology() or another function ?

it is missing in the documentation.

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @ismail.qasmi

    Thanks for reaching out to us.

    You can try the get_data method. The code looks like this:

    df, err = ek.get_data(["IBM.N","DPWGn.DE"],["TR.WertCode"])
    df

    The output is:

    1673834625241.png

    I hope that this information is of help