Metadata-Version: 2.4
Name: GoekenDataScience
Version: 0.1.20
Summary: Python package for Goeken Data Science
Author-email: Ryan Goeken <pygoeken@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/GoekenStats
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: pandas>=2.0
Requires-Dist: numpy<2.0,>=1.26
Requires-Dist: yfinance<0.3.00,>=0.2.00
Dynamic: license-file

# TickerDataFetcher

A simple Python package for fetching and updating historical stock data from Alpha Vantage.

## Installation
```bash
pip install GoekenDataScience
