-APPLE-STOCK-DATA-DEMO

License

Apple Stock Data Demo (AI-Ready Dataset)

Overview

This demo project prepares a clean, structured financial dataset for the Apple Inc. (AAPL) stock, covering the last 2 years.
It demonstrates data collection, cleaning, feature engineering, visualization, and reporting — suitable for AI model training, financial analytics, or forecasting prototypes.


Workflow

1. Data Source

2. Data Preparation

3. Feature Engineering

Calculated using ta:

4. Validation

5. Visualization

Line charts showing:

6. Summary Report (PDF)

Generated using reportlab:

How to Run

Prerequisites

Install required libraries:

cd Desktop
mkdir AI-FINANCE
cd AI-FINANCE
python -m venv venv
venv\Scripts\activate
pip install yfinance ta matplotlib reportlab pandas

Download the script file demo_dataset.py from this repository

python demo_dataset.py

Usage Notes

See also the NOTICE file for full attribution and data source information.