Skip to content

KWASSI09/VBA_WallStreet_StockAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The VBA of Wall Street

Files

Stock Market Analyst

Instructions

I created 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.

Other Considerations

  • I addad functionality to my script to return the stock with the "Greatest % increase", "Greatest % decrease", and "Greatest total volume".

  • I also Made the appropriate adjustments to my VBA script to allow it to run on every worksheet (that is, every year) just by running the VBA script once.

  • I Used the sheet alphabetical_testing.xlsx while developing your code. This data set is smaller and allowed me to test faster. My code should run on this file in less than 3 to 5 minutes.

  • I verified that the script acts the same on every sheet. The joy of VBA is that it takes the tediousness out of repetitive tasks with one click of a button.

About

VBA scripting to analyse stock market data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published