No commit activity in last 3 years
No release in over 3 years
Fetch the exchange rates from the BNB. Use cache. Simple fast. The url from where the rates are taken is http://www.bnb.bg/Statistics/StExternalSector/StExchangeRates/StERForeignCurrencies/index.htm
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.2.0
~> 1.8.4

Runtime

 Project Readme

Exchange rates from Bulgarian National Bank¶ ↑

# Installing as Ruby gem
$ gem install bnb_exchange_rate

# Cloning the repository
$ git clone git://github.com/gudata/bnb_echange_rate.git

Usage¶ ↑

Fast

Bnb::Rates.new.fetch['ZAR'].rate

Slow

rates = Bnb::Rates.new.fetch
rates['ZAR'].rate

Copyright © 2012 Gudata. See LICENSE.txt for further details.