Real-time USD exchange rates from Argentina's Ambito Financiero.
gem install ambito
Or add to your Gemfile:
gem "ambito"# Fetch all rates (threaded)
Ambito.rates
# Fetch a single rate
Ambito.rate("informal")
Ambito.rate("oficial")ambito # all rates
ambito -d oficial # single rate
| Name | Key |
|---|---|
| Oficial | oficial |
| Informal (Blue) | informal |
| MEP | mep |
| CCL | ccl |
| Cripto | cripto |
| Turista | turista |
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the Ambito project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.