Metadata-Version: 2.4
Name: quantitativelib
Version: 0.2.0
Summary: A stock analysis tool for quants
Author: Pheneas Newman
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: yfinance
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: numpy
Dynamic: license-file

# quantitativelib

A simple Python library for quantitative finance.
Fetch stock data, analyse returns, and compute Black-Scholes option prices and Greeks.

This functions mainly as a test to learn how packages are made, and hopefully to develop a customised quantitative finance library suited to my needs. Lots more to be added.

---

## Installation

```bash
pip install quantitativelib
