Metadata-Version: 2.1
Name: Stocks-API
Version: 0.0.4
Summary: A small package for pulling stockmarket data via the free Polygon.io API
Author: Rene Alby
Author-email: Rene Alby <rene.alby@gmail.com>
Project-URL: Homepage, https://github.com/Reneige/stocks_api
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: lxml
Requires-Dist: requests

Simple tool to extract stockmarket data from the public free Polygon API. 

Note, you must create an API Key and store it in the file /stocks_api/config.py for this tool to work

Refer to example.py to see usage
