2026-06-15 07:02:22 +01:00
|
|
|
# Stock Finance Analyzer
|
2026-06-15 05:18:39 +00:00
|
|
|
|
2026-06-15 07:02:22 +01:00
|
|
|
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.
|