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?

Best Answer

  • Jirapongse
    Answer ✓

    @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.

    image



Answers