Abla-Beatrice / The-VBA-of-Wall-Street

Used VBA scripting to analyze real stock market data from 2014 to 2016.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The VBA of Wall Street

VBA script analyzing the stock market from 2014 to 2016 in three parts.

Created a script that will loop through each year of stock data and grab the total amount of volume each stock had over the year. Displayed the ticker symbol to coincide with the total volume.

Created a script that will loop through all the stocks and take the following info.

  • Yearly change from what the stock opened the year at to what the closing price was.
  • Percent change from the what it opened the year at to what it closed
  • Total Volume of the stock Ticker symbol.
  • Conditional formatting that will highlight positive change in green and negative change in red.

About

Used VBA scripting to analyze real stock market data from 2014 to 2016.


Languages

Language:VBA 100.0%