Skip to content

This project uses VBA macros to identify trends in Wall Street multiple year stock data.

Notifications You must be signed in to change notification settings

JaviSandoval94/VBA-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

Stock market analysts often work with large, structured data sets to extract valuable market insights and make forecasts based on the data. The analysis of such sets often includes repetitive tasks which can be automated using VBA scripting. This project analyzes real multi-year stock market data to achieve the following goals for each analyzed year:

  1. For each ticker symbol in the data set, get the yearly change, percent change and total stock volume.
  2. Return the greatest % increase, greatest % decrease and greatest total volume
  3. Run through every worksheet, i.e. every year, by running the VBA script once.

Data set

Stock data Excel file from 2014 to 2018. The complete analyzed data set can be found in the Excel files included in this repository.

Code description

This repository contains the VBA code in the VBA Homework script.vb file. This script can be run in the .xlsm files as macros to get the corresponding results.

About

This project uses VBA macros to identify trends in Wall Street multiple year stock data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages