Skip to content

paru-503/STOCK-PRICE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

STOCK-PRICE

Simple Stock Price

This repository contains a beginner-friendly data science project that creates a simple stock price app using Python, Streamlit, and the Yahoo Finance API (yfinance). The app displays the closing price and volume of Google's stock (ticker symbol: GOOGL) over a specified period.

Getting Started

Prerequisites

Make sure you have Python installed on your system. You can download it from python.org.

Installation

  1. Clone the repository:
git clone https://github.com/your-username/simple-stock-price-app.git
  1. Navigate to the project directory:
cd simple-stock-price-app
  1. Install the required Python packages:
pip install -r requirements.txt

Running the App

Execute the following command in your terminal to run the Streamlit app:

streamlit run app.py

This will launch the app in your default web browser.

App Features

  • Closing Price Chart: Visualizes the historical closing prices of Google's stock over the specified period.

  • Volume Chart: Displays the historical trading volume of Google's stock over the specified period.

Technologies Used

Acknowledgments

  • The app is built upon the excellent Streamlit library for creating web applications with minimal effort.
  • Stock data is fetched using the yfinance library, which provides a convenient interface to Yahoo Finance API.

Contributing

Feel free to contribute to this project by opening issues or submitting pull requests. Your feedback and suggestions are highly appreciated!

License

This project is licensed under

the MIT License - see the LICENSE file for details.

Author

PARVATHI LAL

Acknowledgments

Feel free to customize the README file with your name, additional acknowledgments, or any other relevant information. Make sure to update the LICENSE file if needed.

About

Simple Stock Price App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages