Stock Quote - mgoodwin14/StockBuddy GitHub Wiki
Stock Search
Objectives
- search for a stock price by a symbol
- view historical data for a symbol
- graph of historical data
- see the current price
Implementation
- Consume
- Rest API: https://www.alphavantage.co/documentation/
- With
- Retrofit2
- make reactive with
- RxJava2