Create Price Database Using SQLAlchemy & Python

449 views Dec 11, 2024

Learn how to create a price database for crypto, stocks, futures, and forex using SQLAlchemy, Python, and Postgres for future algo trading and backtesting purposes. šŸ‘ Subscribe for more: https://bit.ly/3lLybeP šŸ‘‰ Follow along: https://analyzingalpha.com/create-price-database-postgresql-sqlalchemy/ 0:00 Introduction 0:22 Entity Relationship Diagram 0:33 Symbol & MinuteBar Tables for Crypto, Stocks, Futures & Forex 1:43 Login to Database 2:27 Grant User Superuser Permissions 3:08 Import Modules 3:59 Import SQLAlchemy 5:22 Verify Database Creation 5:41 Create Market Class 5:58 Create Symbol Class 7:15 Create MinuteBar Class 9:59 Create Database #python #sqlalchemy


View Video Transcript
#Currencies & Foreign Exchange
#Investing
#Software