Skip to content

McGlash/Stock-data-analysis-with-VBA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The VBA of Wall Street

Background

I used VBA scripting to analyze real stock market data.

Data

Stock market analyst

stock Market

Approach

  • Created a scripts that looped through all the stocks for one year and output 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.

  • Used conditional formatting to highlight positive change in green and negative change in red.

  • The result looked as follows.

moderate_solution

  • Returned the stock with the "Greatest % increase", "Greatest % decrease" and "Greatest total volume". The solution looked as follows:

hard_solution

About

Used VBA scripting to analyze stock market data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published