Project overview
In this project, you’ll assume the role of a financial analyst to explore historical stock price data from the NASDAQ stock exchange. Using your Python skills, you’ll read in CSV data, store it in appropriate data structures like dictionaries, and analyze it to uncover insights about the stock market.
You’ll compute metrics like the average closing price for each stock, determine the most traded stocks per day, search for days with unusually high trading volume, and identify the most profitable stocks over the time period. This project allows you to apply fundamental Python concepts to a real-world financial dataset, building your data analysis skills.
**Objective:** Analyze historical NASDAQ stock price data using Python to identify trends, uncover market insights, and find the most profitable stocks.
Key skill required
To complete this project, it's recommended to build these foundational skills in Python
- Implementing hash tables and linked lists in Python
- Employing linked nodes to create data structures
- Defining LIFO and FIFO data structures
- Developing binary search and linear search algorithms
Projects steps
Step 1: Stock Price Data
Step 2: Minimum and Maximum Average Closing Prices
Step 3: Grouping Trades per Day
Step 4: Finding the Most Traded Stock Each Day
Step 5: Searching for High Volume Days
Step 6: Finding Profitable Stocks
Step 7: Next Steps
Master skills faster with Dataquest
Go from zero to job-ready
Learn exactly what you need to achieve your goal. Don’t waste time on unrelated lessons.
Build your project portfolio
Build confidence with our in-depth projects, and show off your data skills.
Challenge yourself with exercises
Work with real data from day one with interactive lessons and hands-on exercises.
Showcase your path certification
Share the evidence of your hard work with your network and potential employers.
The Dataquest guarantee
Dataquest has helped thousands of people start new careers in data. If you put in the work and follow our path, you’ll master data skills and grow your career.
We believe so strongly in our paths that we offer a full satisfaction guarantee. If you complete a career path on Dataquest and aren’t satisfied with your outcome, we’ll give you a refund.
Recommended projects
Investigative Statistical Analysis – Analyzing Accuracy in Data Presentation
Practice using R to analyze movie ratings data, compare 2015 vs 2016 ratings, and apply sampling and distributions to investigate bias.
Predicting Listing Gains in the Indian IPO Market Using PyTorch
Practice building a regularized deep learning model in PyTorch to predict IPO profitability using real Indian stock market data with advanced evaluation techniques.
Exploring Financial Data using Nasdaq Data Link API
Practice retrieving financial data from APIs, manipulating it with Pandas, and visualizing trends using Python.
NYC Schools Perceptions
Practice data cleaning, analysis, and visualization in R to explore survey data and showcase your skills with R Notebooks.
Investigative Statistical Analysis – Analyzing Accuracy in Data Presentation
Practice statistical analysis in Python to investigate movie rating bias and determine if Fandango inflated ratings.
Building Fast Queries on a CSV
Practice implementing an inventory system for a laptop store using Python classes, dictionaries, and binary search.
Garden Simulator Text Based Game
Practice using OOP, error handling, and randomness in Python to create an interactive gardening game simulator.
Predicting Heart Disease
Practice building a K Nearest Neighbors classifier in Python to predict heart disease risk from patient data.
Word Raider
Practice using Python variables, lists, loops, conditionals, and file handling to build an interactive word-guessing game.
Grow your career with
Dataquest.


