13 lines
286 B
Markdown
13 lines
286 B
Markdown
### openexchangerates ###
|
|
Implementation API openexchangerates.org on Ruby
|
|
|
|
### methods ###
|
|
**1.** `get_latest()`
|
|
Get the most recent exchange rates
|
|
|
|
**2.** `get_currencies`
|
|
get list of currency codes and names
|
|
|
|
**3.** `get_old(date)`
|
|
get rates for any given day, where available
|