Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

get forex exchange rates in python

from forex_python.converter import CurrencyRates

c = CurrencyRates()

print(c.get_rate('USD', 'GBP'))
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #forex #exchange #rates #python
ADD COMMENT
Topic
Name
5+5 =