Skip to content

darrylconnellyii/Stock_Market_Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bull

Summary

I will use VBA scripting to analyze stock market data while developing my scripts to generate a final report.

Retrival of Data, Column Creation and Conditional Formatting

Stock Market

I created a script that looped through all the stocks for one year and output the following:

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

I also utilized conditional formatting that will highlight positive yearly changes in green and negative yearly changes in red by creating a VBA script that ran on every worksheet just by running the VBA script once.

  • These are the results.

2014_Stock_Data 2015_Stock_Data 2016_Stock_Data


Contact Information:

About

Utilizing VBA scripting to analyze stock market data.

Topics

Resources

Stars

Watchers

Forks