Skip to content

Created a macro that loops through stock data information and reports on a variety of metrics.

Notifications You must be signed in to change notification settings

settinge/Stock_Ticker_Analytics

Repository files navigation

VBA-Challenge-1

How to Run Code

  1. Clone repository to a folder in your machine

  2. Open excel workbook

  3. Go to Developer> Macros> and run both scripts

  • Created a script that will loop through all the stocks for one year for each run and take the following information.

    • The ticker symbol.

    • 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.

  • Conditional formatting highlights positive change in green and negative change in red.

Screenshots

ScreenShot

Screenshot of output after running code. Shows the tickers and values associated with the greatest percent increase, greatest precent decrease, and greatest total value change over the course of a year along with their values.

About

Created a macro that loops through stock data information and reports on a variety of metrics.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages