A small Python finance project that fetches historical stock prices from Alpaca and calculates some indicators.
Find a file
2026-06-15 07:02:22 +01:00
.gitignore Start project 2026-06-15 07:02:22 +01:00
LICENSE Initial commit 2026-06-15 05:18:39 +00:00
README.md Start project 2026-06-15 07:02:22 +01:00
requirements.txt Start project 2026-06-15 07:02:22 +01:00
stock_analysis.py Start project 2026-06-15 07:02:22 +01:00

Stock Finance Analyzer

A small Python finance project that fetches historical stock prices from Alpaca and calculates:

  • highest close price
  • lowest close price
  • average close price
  • daily returns
  • average return
  • 3-day moving average

This project was built as part of my Python/pandas finance learning path.