Simple trading bot using API to obtain stock data
For obtainig stock prices there are different API these some options:
- Yahoo Finance
- Google Finance
- IXE Cloud
- Alphavantage
- World Trading Data
- Kraken
- Bitso
I am going to try using Bitso
Installed with:
$ pip install [library]- logging
- time