Extract time-series stock market data and analyze with Django and Celery
Welcome
0:00
Demo
0:00
Requirements
0:00
Setup Python Environment
0:00
Picking Data Source and Loading API Keys
0:00
Your First Polygon Rest API Request
0:00
Your First Alpha Vantage Rest API Request
0:00
Transform Polygon Response
0:00
Transform Alpha Vantage Response
0:00
Custom Polygon API Client
0:00
Custom Alpha Vantage API Client
0:00
Integrate Django and Juypter
0:00
Handling Time Series Data
0:00
Django & Timescale with Docker Compose
0:00
Django & TimescaleDB with Timescale Cloud
0:00
Django Model for Time Series Data
0:00
API Clients as Helper Functions
0:00
Load Stock Quotes into Django
0:00
Batch and Bulk Load Stock Quotes
0:00
Sync Stock Data Functions
0:00
Verify The Stock Sync Functions
0:00
Integrate Celery and Django
0:00
Django Functions as Celery Tasks
0:00
Verify Stock Quotes in the Django Admin
0:00
Scheduled Daily Sync
0:00
Sync Historical Stock Data
0:00
Display Time and Range Filter in Django Admin
0:00
Storing the Raw Timestamp
0:00
Moving Averages Part 1
0:00
Moving Averages Part 2
0:00
Daily Moving Averages
0:00
Volume Trend and Price Target
0:00
Logic-based Recommendation
0:00
LLM-based Recommendation
0:00
Thank you and next steps
0:00