Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.

Small learning repo (notebooks and basic script) with Poetry deps, no tests/CI or production structure. Useful as a personal sandbox and course artifact but not a flagship/template/library. Prefer preserving for reference.

Notifications You must be signed in to change notification settings

maxgalchenko/Python-for-Finance

Repository files navigation

Python-for-Finance

Python Jupyter Pandas NumPy Matplotlib SciPy Statsmodels Poetry

Overview

Hands-on notebooks exploring investment fundamentals and financial data analysis. Built as a learning sandbox for data retrieval, risk/return analysis, and portfolio experiments.

Key Features

  • Data ingestion from Yahoo Finance via yfinance and pandas-datareader.
  • Exploratory analysis and visualization with Pandas/NumPy/Matplotlib.
  • Experiments with portfolio theory, CAPM, and Monte Carlo simulations.

Tech Stack

Python 3.13, Jupyter Notebook, Pandas, NumPy, SciPy, Statsmodels, Matplotlib, Poetry

Architecture

Notebook-centric project with ad-hoc scripts; no web server or API components.

Performance & Accessibility

Uses vectorized operations (NumPy/Pandas) for efficient analysis. Accessibility not applicable to notebooks.

Prerequisites

  • Node.js: 18.17.0
  • Python 3.13 and Poetry for environment management

Installation

git clone https://github.com/maxgalchenko/Python-for-Finance.git
cd Python-for-Finance
npm install

Quick Start

npm run dev
# Production
npm run build
npm start

Open http://localhost:8888

Available Scripts

  • npm run dev – Not used in this repo (notebook-driven workflow)
  • npm run build – Not used in this repo
  • npm test – Not used in this repo

Built with ❤️ by Maksym Galchenko

LinkedIn Portfolio Email License

About

Small learning repo (notebooks and basic script) with Poetry deps, no tests/CI or production structure. Useful as a personal sandbox and course artifact but not a flagship/template/library. Prefer preserving for reference.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published