Metadata-Version: 2.4
Name: quick-quant-cfr
Version: 0.1.0
Summary: A Python package for quick quantitative analysis and trading strategies.
Author-email: Christian Rafferty <cfr081709@gmail.com>
Project-URL: Homepage, https://github.com/cfr081709/quickQuant/tree/main
Project-URL: Changelog, https://github.com/cfr081709/quickQuant/blob/main/CHANGELOG.txt
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy>=2.4.2
Requires-Dist: pandas>=3.0.0
Requires-Dist: yfinance>=0.2.66
Dynamic: license-file

Library to get and compute stock data. Data retrieval is held in class 'dataCollectionAndModification', and computation functions for base signals are held in the class 'stockStandardSignalRetrieval'.
Regression models will be added in the future.
