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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -