Skip to content

Embark on a data-driven journey through the financial markets with our Real-Time Stock Market Dashboard powered by Python, Flask, and Streamlit. This dynamic web application leverages the Alpha Vantage API to provide users with up-to-the-minute insights into stock prices, trends, and market sentiment.

Notifications You must be signed in to change notification settings

Aadhithpr/Intraday-Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Market Dashboard

Overview

This project aims to create a real-time stock market dashboard using the Alpha Vantage API and Streamlit. The application provides a user-friendly interface to visualize and analyze intraday stock market data.

Features

  • Real-time Data: Utilizes the Alpha Vantage API to fetch intraday time series stock data.
  • Interactive Visualization: Presents stock market information through dynamic and interactive charts.
  • User-Friendly Interface: Built with Streamlit to create an intuitive web application.

Requirements

  • Python 3.x
  • Streamlit
  • Alpha Vantage API Key

Setup

  1. Clone the repository: git clone https://github.com/your-username/stock-market-dashboard.git

  2. Install dependencies: pip install -r requirements.txt

  3. Set up your Alpha Vantage API Key:

  • Sign up for an API key at Alpha Vantage.
  • Replace YOUR_API_KEY in the code with your actual API key.
  1. Run the application: streamlit run app.py

Usage

  1. Access the dashboard by navigating to the provided URL after running the application.

  2. Enter the stock symbol, time interval, or other parameters as needed.

  3. Explore real-time stock market data through interactive charts.

About

Embark on a data-driven journey through the financial markets with our Real-Time Stock Market Dashboard powered by Python, Flask, and Streamlit. This dynamic web application leverages the Alpha Vantage API to provide users with up-to-the-minute insights into stock prices, trends, and market sentiment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published