Skip to content

LazGari83/financial-performance-sql-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 

Repository files navigation

Financial Performance Analysis (SQL + Python)

Open In Colab nbviewer

Goal: Monthly rollups for revenue & expense, KPIs (Net Income, Margin %), anomaly flags, and a 3-month revenue forecast.
Stack: SQLite (SQL), pandas, matplotlib, statsmodels (Holt-Winters ETS).

๐Ÿ”Ž Business Results

  • 12-month revenue growth: <paste from summary cell>
  • Avg margin (last 12m): <paste from summary cell>%
  • Anomaly months (margin < 5%): <paste list>
  • Next 3-month revenue forecast: <paste dict>

๐Ÿ“ Key Files

โ–ถ๏ธ Run Locally

pip install -r requirements.txt
# then open the notebook and Run All

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published