chore: initial project scaffold for quant trading learning

Sets up project structure with yfinance-based OHLCV fetcher for top
100 S&P companies, Jupyter notebook scaffold, and uv-managed deps.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-25 00:58:02 +08:00
commit 60fa0c113d
7 changed files with 5406 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from learn-trading!")
if __name__ == "__main__":
main()