rodolfobandeira / iex-cpp-client

IEX Finance API C++ Client. Stock Tracking, Companies Information, Financial Reports, Dividends, Statistics, Etc
MIT License
7 stars 4 forks source link

IEX Cloud #23

Open rodolfobandeira opened 5 years ago

rodolfobandeira commented 5 years ago

#rip to the free, open and public IEX API. Looks like now everyone that wants to use it will need to create an account on https://iexcloud.io/ and get its own token.

That being said, we might need to implement support to this new logic on the project.

I didn't scope the effort to implement it here yet. I'll take a look on how it was implemented on https://github.com/dblock/iex-ruby-client and update here before starting this task