AshOldfield / VBAChallenge2

VBA Challenge 2 - Ashley Oldfield

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VBAChallenge2

VBA Challenge 2 - Ashley Oldfield Instructions Create a script that loops through all the stocks for one year and outputs the following information:

The ticker symbol

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

The percentage change from the 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. Bonus Add functionality to your script to return the stock with the "Greatest % increase", "Greatest % decrease", and "Greatest total volume". The solution should match the following image:

Please note I am unable to sabve the Multiple year stock data file as it is 72,423KB.

About

VBA Challenge 2 - Ashley Oldfield


Languages

Language:Visual Basic .NET 100.0%