Code Monkey home page Code Monkey logo

vba-challenge's Introduction

The VBA of Wall Street

Background

In this project, VBA scripting will be used to analyze real stock market data.

Files

  • Test Data - This file was used while developing the VBA scripts. You can run the VBA scripts against this file to see the results faster than running through the larger Stock Data file.

  • Stock Data - Run VBA scripts on this data to generate the final report.

Stock market analyst

stock Market

Project Details

  • The VBA script 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.

    • Conditional formatting that will highlight positive change in green and negative change in red.

    • Return the stock with the "Greatest % increase", "Greatest % decrease" and "Greatest total volume". The solution will look as follows:

      • 2016 2016_screenshot

      • 2015 2015_screenshot

      • 2014 2014_screenshot

  • Use TickerProcessorAllWorksheets() to process the tickers on all the worksheets in the workbook.

  • Use TickerProcessor() to process the tickers on the current active worksheet.

  • Use ClearTickerSummary() to clear the summary tables on all of the worksheets in the workbook.

Contents


vba-challenge's People

Contributors

melissamonroe avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.