LJeanParrish / Stock_Retun_Project

The purpose of this project was to use VBA scripting to analyze real stock market data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stock Return Project

stock Market

Background

The purpose of this project was to use VBA scripting to analyze real stock market data.

I created a script which looped through multiple worksheets for all stocks provided over a one year period and captured

  • The ticker symbol.

  • The yearly change from opening price at the beginning of a given year to the closing price at the end of that year.

  • The percent change from opening price at the beginning of a given year to the closing price at the end of that year.

  • The total stock volume of the stock.

Additionally, I then added conditional formatting to highlight the positive changes in green and the negative changes in red.

moderate_solution

I then provided further analysis by returning the stock with the "Greatest % increase", "Greatest % decrease" and "Greatest total volume".

hard_solution

Contact

Lauren Parrish ljeanparrish@gmail.com

About

The purpose of this project was to use VBA scripting to analyze real stock market data.


Languages

Language:Visual Basic .NET 100.0%