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

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -

angular - DownloadURL return null in below code -