Skip to content

Commit

Permalink
Update README: list APIs endpoints use to date
Browse files Browse the repository at this point in the history
  • Loading branch information
astro30 committed Apr 1, 2020
1 parent 806dd23 commit 0df8f8d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ This software calculates an alternate version of the F-Score as follows:
### Starbucks Corporation (SBUX)

| | 2009 | 2010 | 2011 | 2012 | 2013 | 2014 | 2015 | 2016 | 2017 | 2018 | 2019 | Score |
| ------------ | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ----- |
|--------------|------|------|------|------|------|------|------|------|------|------|------|-------|
| REV_G | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
| EBT_G | | 1 | 1 | 1 | 0 | 1 | 1 | 1 | 0 | 0 | 1 | 0.7 |
| EPS_G | | 1 | 1 | 1 | 0 | 1 | 0 | 1 | 1 | 1 | 0 | 0.7 |
Expand All @@ -81,7 +81,7 @@ This software calculates an alternate version of the F-Score as follows:
### Apple Inc. (AAPL)

| | 2009 | 2010 | 2011 | 2012 | 2013 | 2014 | 2015 | 2016 | 2017 | 2018 | 2019 | Score |
| ------------ | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ----- |
|--------------|------|------|------|------|------|------|------|------|------|------|------|-------|
| REV_G | | 1 | 1 | 1 | 1 | 1 | 1 | 0 | 1 | 1 | 0 | 0.8 |
| EBT_G | | 1 | 1 | 1 | 0 | 1 | 1 | 0 | 1 | 1 | 0 | 0.7 |
| EPS_G | | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0.6 |
Expand All @@ -105,3 +105,8 @@ This software uses code from several open source packages:
- [numpy](http://numpy.pydata.org)
- [requests](https://requests.readthedocs.io/en/master/)
- [alpha_vantage](https://github.com/RomelTorres/alpha_vantage)

This software gets data from several APIs:
- [Financial Modeling Prep API](https://financialmodelingprep.com)
- [Reddit](https://www.reddit.com)
- [Alpha Vantage](https://www.alphavantage.co)

0 comments on commit 0df8f8d

Please sign in to comment.