Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.76 KB

File metadata and controls

33 lines (20 loc) · 1.76 KB

Time-Series Stock Trading Analysis

This is a Data Science project with Visualization and Analyisis on Stock Trading of Apple.

Table of contents

  1. Installation
  2. Project Motivation
  3. File Description
  4. Results
  5. Licensing, Authors, and Acknowledgements

Installation

There are additional Yahoo Finance and XGBoost Library to run the code here beyond the Anaconda distribution of Python. The code should run with no issues using Python versions 3.*.

Project Motivation

For this project, I was interestested in using Apple dataset from 2016 to 2022 to better understand:

  1. Which is the best time to Buy a Stock in the Stock Market ?

  2. Which is the best time to Sell a Stock in the Stock Market ?

File Descriptions

There is 1 notebooks available here, which gives answers to all the above questions.

Results

The main findings of the code can be found at the post available here.

Licensing, Authors, Acknowledgements

Must give credit to Apple and Yahoo Finance Library for the data. You can find the Licensing for the data and other descriptive information at the Yahoo Finance link available here. Otherwise, feel free to use the code here as you would like!