Is it possible to get an historical exchange rate using the Concurrency Gem in Ruby on Rails? The current documentation only describe converting as at this moment: Concurrency Gem but it also uses data from Currency Converter API which has historical data available.
The current way of requesting a current exchange rate:
Concurrency.conversion_rate("NZD", "INR")
No, the Concurrency Gem doesn't implement the APIs historical data. It only sets
qand notdate/endDateas described in the Currency Converter API.concurrency.rb:You could use Money Historical Bank instead. Here you can use a Timestamp: