forex

ModuleNotFoundError: No module named 'forex_python'

ModuleNotFoundError: No module named 'forex_python' Question: As I was trying to practice building a Currency Converter python program, guided by one of the open resources, I installed forex-python and ensured it was installed: $ pip freeze certifi==2022.12.7 charset-normalizer==2.1.1 colorgram.py==1.2.0 forex-python==1.8 idna==3.4 Pillow==9.4.0 prettytable==3.5.0 prettyTables==1.1.5 requests==2.28.1 simplejson==3.18.1 urllib3==1.26.13 wcwidth==0.2.5 Then the code was copied/pasted without further …

Total answers: 1

How to get FOREX data live-streaming in python?

How to get FOREX data live-streaming in python? Question: I used this github code for getting FOREX data live-streaming, but it produced NAN values in all columns. Can anyone help me to get live FOREX data in python? Your help will be appreciated, thanks in advance Asked By: Sarath_Mj || Source Answers: Can you post …

Total answers: 4