Skip to content

hamadalikhan8770/Extracting_Stock_Data_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extracting Stock Data Project

This repository was an empty public placeholder, so this pass adds a minimal verified Python starter that downloads recent Tesla stock data, saves CSV output, and prints a quick preview.

Status

  • Previous status: empty placeholder
  • Current status: runnable starter verified on Windows
  • Verified on 2026-06-18: python -m pip install -r requirements.txt, python main.py

Tech stack

  • Python
  • pandas
  • yfinance

What works now

  • Downloads the last 30 days of Tesla stock data
  • Saves CSV outputs to outputs/
  • Prints a console preview and summary metrics
  • Generates a small HTML verification report

Interface preview

Extracting Stock Data Project verification report

Run locally

python -m pip install -r requirements.txt
python main.py

Limitations

  • This is a minimal recovery starter because the original project source was not present
  • The current script verifies stock-data extraction only, not a larger dashboard or notebook workflow

Repo docs

About

Peer-graded Assignment

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors