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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
98 10 21 27

Using CF_Curr on companies listed on AMEX.

I was trying to request currency codes for companies listed under AMEX and I didn't succeed.

To use a couple of examples, when I used TSLA.O or 1111.HK, I got the currencies back correctly, but, when I tried using ISBC.A, I got nothing.


Is this normal?

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythonforex
icon clock
10 |1500

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

Upvotes
Accepted
38.1k 69 35 53

@aquilesjlp300

To verify the problem, you can enable logging by using the following code:

import logging
logger = logging.getLogger('pyeikon')
logger.setLevel(5)

Then, run the code. You can verify the response message retrieved by the API.




1595393809667.png (80.8 KiB)
icon clock
10 |1500

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

Upvotes
18k 21 12 20

Hi @aquilesjlp300

It is working fine for me.


ahs.png (8.1 KiB)
icon clock
10 |1500

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

Click below to post an Idea Post Idea