Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
3 0 0 2

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

eikon-data-apirefinitiv-dataplatform-eikon#productpython api
1684157455356.png (8.3 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
14.2k 30 5 10

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


1684209995858.png (57.2 KiB)
1684209953953.png (13.3 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.