Skip to content

A python script that generates Monte Carlo simulations for stock price predictions using Python

Notifications You must be signed in to change notification settings

jovanshernandez/monte-carlo-stock-sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

monte-carlo-stock-sim

A python script that generates Monte Carlo simulations to provide predicted future stock prices during a given interval.

monte-carlo-ibm

Packages

pandas_datareader.data pandas datetime numpy matplotlib.pyplot

What is Monte Carlo Simulation?

Monte Carlo methods, or Monte Carlo experiments, are a broad class of computational algorithms that rely on repeated random sampling to obtain numerical results. The underlying concept is to use randomness to solve problems that might be deterministic in principle

IDE

Spyder 5 was used to run the code and generate plots as seen in the screenshot above. You can download Spyder IDE for free in several manners, but the way I chose was through apt package manager. You can find more instructions on how to install Spyder here.

Installing Spyder IDE

About

A python script that generates Monte Carlo simulations for stock price predictions using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages