Skip to content

hej6853/VBA-challenge

Repository files navigation

VBA-challenge - The VBA of Wall Street

In this project I used VBA scripting to analyze real stock market data.

Process Background

hard_solution

  • Created a script that will loop 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.

    • Return the stock with the "Greatest % increase", "Greatest % decrease" and "Greatest total volume".

    • Made the appropriate adjustments to my VBA script that will allow it to run on every worksheet.

Files

  • [Test Data] - Used this while I was developing my scripts.

  • [Stock Data] - Ran my scripts on this data to generate the final report.

Built With

  • Excel -VBA Script

License

© hej6853

About

In this project I used VBA scripting to analyze real stock market data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published