Financial Python
Python is the language of finance. Learn it from the ground up with real financial data and practical projects.
Getting Started with Python
Install Python, grab your first financial dataset, and calculate returns.
02Pandas for Finance
Essential DataFrame operations for financial data analysis.
03Financial Data Visualisation
Line charts, candlesticks, and heatmaps with matplotlib and mplfinance.
04Fetching Financial Data via APIs
Get free market data from Yahoo Finance, Alpha Vantage, and CoinGecko.
05SQL for Financial Data Analysis
Query, aggregate, and join financial datasets with SQL.
06Build a Financial API with Flask
Serve portfolio data and analytics through a REST API.
07Track Your Portfolio in Python
Monitor positions, P&L, and allocation in real time.
08Automating Finance Tasks
Schedule reports, alerts, and data pipelines with Python.
09Build a Simple Trading Bot
Automate a basic trading strategy with live market data.
10Web Scraping Financial Data
Scrape prices, news, and filings with requests and BeautifulSoup.