Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joshmusira/monte_carlo_simulation

Implementation of European option pricing using the Black-Scholes formula
https://github.com/joshmusira/monte_carlo_simulation

matplotlib monte-carlo-simulation python3 scipy yfinance-data-warehouse

Last synced: 3 months ago
JSON representation

Implementation of European option pricing using the Black-Scholes formula

Awesome Lists containing this project

README

        

# European Option Pricing

## Overview

This project is a Python implementation of European option pricing using the Black-Scholes formula and Monte Carlo simulation techniques.

## Features

- Calculate the price of European call and put options using the Black-Scholes formula.
- Perform Monte Carlo simulations to estimate option prices and analyze risk.
- Visualize option pricing results using histograms and density plots.

## Dependencies

- Python 3.x
- numpy
- scipy
- matplotlib
- pandas

## Usage

1. **Install dependencies:**
```bash
pip install numpy scipy matplotlib pandas yfinance
```

## Credits

- Author: Joshua Musira
- Email: [email protected]