Skip to content

VBA of analysis performed on Wall Street Stock data between 2014 - 2016. Please click on the "VBA_Script_JG.txt" file to view the MS Excel VBA Automation Script.

Notifications You must be signed in to change notification settings

jhustles/wallstreet_stock_data_analysis_vba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Wall Street Stock Data Analysis Using VBA

stock Market

Project Goal:

Using my VBA scripting skills to analyze real stock market data over 2014, 2015, 2016 stock data.

VBA Script Takes The Actions:

  • Created a script that loops through each year of stock data and grab the total amount of volume each stock had over the year

  • Display the ticker symbol to coincide with the total volume

    • Yearly change from what the stock opened the year at to what the closing price was

    • The percent change from the what it opened the year at to what it closed

    • The total Volume of the stock

    • Ticker symbol

  • Conditionally format and highlight positive change in green and negative change in red.

  • Locate the stock with the "Greatest % increase", "Greatest % Decrease" and "Greatest total volume".

Output Results After Implementing VBA Script

Screenshot of 2014 Results

Screenshot of 2015 Results

Screenshot of 2016 Results

Author

  • Johneson Giang - Individual Project - Github

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

VBA of analysis performed on Wall Street Stock data between 2014 - 2016. Please click on the "VBA_Script_JG.txt" file to view the MS Excel VBA Automation Script.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published