initial version. downloads historical market data. creates a graph from peak to trough.

This commit is contained in:
2026-05-15 12:54:44 -04:00
commit e234bec1fc
15 changed files with 43598 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[project]
name = "marketreturns"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"pandas>=3.0.3",
"python-dotenv>=1.2.2",
"yfinance>=1.3.0",
]
[tool.setuptools.packages.find]
where = ["src"]