How to translate company names to Japanese?

How we can get the company name in Japanese? I'm able to retrieve the company name in English. I want to translate it to Japanese. I'm unable to install any other translator packages. Is it possible to get the Japanese version of the Company names? For example, I want the Kyokuyo Co Ltd in Japanese language like (極洋株式会社).

1684157455356.png

Best Answer

  • raksina.samasiri
    Answer ✓

    Hi @Jeslin.S ,

    The field "DSPLY_NMLL" can be used, its definition is Local language instrument name, you can discover the field and definition in Data Item browser app in Refinitiv Workspace/Eikon Desktop

    1684209995858.png

    For example

    df, err = ek.get_data(['1301.T', '1332.T', '1333.T'], [ 'TR.CompanyName', 'DSPLY_NMLL'])
    df

    1684209953953.png