View Source TradegateEx
Elixir API to get stock quotes from the tradegate exchange.
Usage
iex> TradegateEx.get_quote("US0378331005")Installation
The package can be installed by adding tradegate_ex to your list of dependencies in mix.exs:
def deps do
[
{:tradegate_ex, "~> 0.3.0"}
]
end