Skip to content

This project aims to perform stock market analysis using Python, utilizing the yfinance API from Yahoo Finance to collect stock price data for the last year from the current date. It also utilizes the Plotly library to generate various graphs, such as a candlestick chart, bar plot, and time period selectors.

Notifications You must be signed in to change notification settings

nenalukic/stock-price-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Stock Market Analysis using Python

Overview

This project aims to perform stock market analysis using Python, utilizing the yfinance API from Yahoo Finance to collect stock price data for the last year from the current date. It also utilizes the Plotly library to generate various graphs, such as a candlestick chart, bar plot, and time period selectors.

Prerequisites

Before running this project, make sure you have the following prerequisites installed:

  • Python 3.x: Visit the official Python website (https://www.python.org/) to download and install Python.

  • Pandas: Install Pandas using the following command: pip install pandas

  • yfinance: Install yfinance using the following command: pip install yfinance

  • Plotly: Install Plotly using the following command: pip install plotly

Acknowledgments

  • Yahoo Finance for providing the yfinance API.
  • Plotly for the interactive data visualization library.
  • Pandas for the powerful data manipulation and analysis library.

H&M Candlestick Chart

H&M Bar Plot

H&M Time Period Selectors

About

This project aims to perform stock market analysis using Python, utilizing the yfinance API from Yahoo Finance to collect stock price data for the last year from the current date. It also utilizes the Plotly library to generate various graphs, such as a candlestick chart, bar plot, and time period selectors.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages