12 lines
No EOL
318 B
Markdown
12 lines
No EOL
318 B
Markdown
# 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. |