/stock-analysis

UCI Module 2 Challenge

Primary LanguageVBScriptMIT LicenseMIT

Stock Analysis

UCI Data Analytics Bootcamp | Module 2 Challenge

Summary

The stock_analysis.vba is a visual basic script that can be copied into any excel workbook to briefly analyze and summarize stock information. The script will loop through any number of worksheets within the workbook.

Workbook Prerequisites

Column headers must be in the below order. Data should be sorted by ticker then by date from oldest to newest.

  1. Ticker
  2. Date
  3. Open
  4. High
  5. Low
  6. Close
  7. Volume

Example Screenshots

Screenshot 1 - 2018 Screenshot 1 - 2019 Screenshot 1 - 2020

License

MIT