Hi!
I used the python API to retrieve the names of certain finnish stocks in the finnish language. Heres an example:
names, err = ek.get_data("AHM1.HE", "DSPLY_NMLL")
This returns the name as some kind of string of numbers:
"000773823/d"
How can I convert that into that into letters?