2013-12-06 06:34:53 +04:00
|
|
|
### openexchangerates ###
|
2013-12-06 05:28:02 +04:00
|
|
|
Implementation API openexchangerates.org on Ruby
|
2013-12-06 06:34:53 +04:00
|
|
|
|
|
|
|
### methods ###
|
|
|
|
**1.** `get_latest()`
|
|
|
|
Get the most recent exchange rates
|
|
|
|
|
|
|
|
**2.** `get_currencies`
|
|
|
|
get list of currency codes and names
|
|
|
|
|
2013-12-06 06:47:08 +04:00
|
|
|
**3.** `get_old(date)`
|
2013-12-06 06:34:53 +04:00
|
|
|
get rates for any given day, where available
|