prpercy / Financial-Planning-for-Emergency-and-Retirement

Module 5 Assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module 5 Challenge Assignment : Financial Planning for Emergency and Retirement

Goal of this assignment is to -

  1. Make API / SDK calls to retrieve historical data of stocks/bonds/crypto
  2. Be able to perform Monte Carlo simulations
  3. Analyse the cumulative returns coming out of simulation

This program is a tool to help credit union members evaluate their financial health that will: 1. Assess monthly budget of member 2. Forecast a reasonably effective retirement plan based on their current holdings


Technologies

Program uses Python 3.10.6 version and Jupyter Lab

Program uses 'Pandas' library to work with dataframes and analyse timeseries data. Program uses 'Alpaca trade api' library to retrieve data. Program also imports requests, json libraries to read data retrived by APIs.


Installation Guide

Program runs in jupyter. Therefore its important to install Jupyter. If you already have installed anaconda, then you already have installed Jupyter and relevant libraries.


Usage

Jupyter lab Go to -> localhost:8888/lab/tree Choose a Notebook Use run function of Notebook


Contributors

Main author is : Pravin Patil. His linkedin profile is Profile


License

MIT License

About

Module 5 Assignment


Languages

Language:Jupyter Notebook 98.0%Language:Python 2.0%