philcallister / ticker-elixir

Elixir OTP Stock Quotes App (IEX Group) | Current Branch: elixir_1.8_iex
MIT License
70 stars 4 forks source link

Does this actually interact with IEX data? #1

Closed dknesek closed 6 years ago

dknesek commented 6 years ago

I see IEX referenced here and there, but your projects refer to Google Finance instead of IEX (https://iextrading.com/developer).

philcallister commented 6 years ago

@dknesek it does if you use the elixir_1.4_iex branch. It doesn't work with their socket.io endpoint yet, but it does work with their HTTP. To be honest, I haven't actually tried it for quite some time, so if you give it a try, let me know if you find any issues with it.