lynnlee2002 / VBA-Challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VBA-Challenge (Multiple stock data)

Instructions:

Creating a script that loops through all the stocks for one year and outputs 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.

  • Add functionality to your script to return the stock with the "Greatest % increase", "Greatest % decrease", and "Greatest total volume".

About


Languages

Language:VBA 100.0%