hello ,
i am building a database that require a daily update for about 20 currencies rates between them and the USD , it is hard to update it manually which will opend the door for human mistakes that will cost money ,
i have searched along to have somthing do this via api , but i was not able to understand the api thing so i couldnt do it ,
can anyone of the prof. help me .
i need a code that update the currency rates table on daily basis or on the time interval that i define .
the table i need to have the fields :
currency from
currency to
exchange rate
update date
update reference
example :
currency from : Euro
currency to : USD
exchange rate : 1.252
update date : 17.05.20
update reference : yahoo finance.
i have searched for some sites that give currency rates feeds for free like
free.currencyconverterapi.com/
fixer.io/
code.google.com/archive/p/currency-converter-api/
i am building a database that require a daily update for about 20 currencies rates between them and the USD , it is hard to update it manually which will opend the door for human mistakes that will cost money ,
i have searched along to have somthing do this via api , but i was not able to understand the api thing so i couldnt do it ,
can anyone of the prof. help me .
i need a code that update the currency rates table on daily basis or on the time interval that i define .
the table i need to have the fields :
currency from
currency to
exchange rate
update date
update reference
example :
currency from : Euro
currency to : USD
exchange rate : 1.252
update date : 17.05.20
update reference : yahoo finance.
i have searched for some sites that give currency rates feeds for free like
free.currencyconverterapi.com/
fixer.io/
code.google.com/archive/p/currency-converter-api/