FexrYahoo v0.1.0 FexrYahoo View Source

Documentation for FexrYahoo.

Link to this section Summary

Functions

returns a map with exchange rates, an options is provided to select symbols, default is set to all available symbols

Link to this section Functions

Link to this function rates(base, symbols \\ []) View Source

returns a map with exchange rates, an options is provided to select symbols, default is set to all available symbols

Examples

iex> FexrYahoo.rates("USD", ["EUR"])
%{"EUR" => 0.8491}