Metadata-Version: 2.1
Name: pystockparameter
Version: 0.1.1
Summary: Python package to fetch stock data from a merged Excel file
Home-page: https://github.com/yourusername/pystockparameter
Author: PredictRAM
Author-email: support@predictram.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: openpyxl

# pystockparameter

**pystockparameter** is a lightweight Python package that lets you easily fetch and explore stock-specific data from a precompiled Excel file. Itâ€™s designed to be fast, simple, and ideal for data analysis or financial research based on quarterly and yearly financials.

---

## ðŸ“¦ Installation

Install the package directly from PyPI:

```bash
pip install pystockparameter
