You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple enough. Fetch the historical rate table by making a GET request in the form of http://www.xe.com/currencytables/?from=<currency>&date=<date as yyyy-mm-dd>, for example: EUR on 2010-02-01. Find the relevant row by looking at .//tr/td[1]/a/text() and extract the rates via the last two cells (classed with ICTRate).
The text was updated successfully, but these errors were encountered:
Simple enough. Fetch the historical rate table by making a
GET
request in the form ofhttp://www.xe.com/currencytables/?from=<currency>&date=<date as yyyy-mm-dd>
, for example: EUR on 2010-02-01. Find the relevant row by looking at.//tr/td[1]/a/text()
and extract the rates via the last two cells (classed withICTRate
).The text was updated successfully, but these errors were encountered: