ajax - Time-resolved JavaScript currency conversion -


i convert set of data consisting of dated expenses different currency. issue: expenses span few years, fluctuations on period need taken account.

is there ajax code allows me convert currencies var usdval = convert(100, "eur", "usd", "aug 18, 2005"); ?

you don't need "ajax code" that, need api maintain huge track of currency fluctuations on years between @ least 2 currencies of example.

a quick search led me this: https://currencylayer.com/


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -