Displays data and ratios of stocks and rates them via API
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
First, make sure Python is up to date:
Python3
Ensure Python is in PATH
Download get-pip.py:
$ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
Inspect get-pip.py for any malevolence. Then run the following:
$ python get-pip.py
Install Python requests module:
$ pip install requests
Simply clone or download repository
Navigate to the src/python folder and run the following command
$ python3 stockessence.py [args]
where "[args]" is a list of stock symbols (case insensitive) e.g.
$ python3 stockessence.py AAPL msft Fb
will display data for AAPL (Apple), MSFT (Microsoft), and FB (Facebook).
- Requests module for Python - Web API calls
- Financial Modeling Prep - Stock Data
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Griffin Austin - Initial work - GitHub
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details
