Skip to content

arzezak/ambito

Repository files navigation

Ambito

Real-time USD exchange rates from Argentina's Ambito Financiero.

Installation

gem install ambito

Or add to your Gemfile:

gem "ambito"

Usage

Ruby

# Fetch all rates (threaded)
Ambito.rates

# Fetch a single rate
Ambito.rate("informal")
Ambito.rate("oficial")

CLI

ambito              # all rates
ambito -d oficial   # single rate

Supported Dollar Types

Name Key
Oficial oficial
Informal (Blue) informal
MEP mep
CCL ccl
Cripto cripto
Turista turista

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Ambito project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

About

A Ruby gem for retrieving real-time USD exchange rates and financial data.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors