diff --git a/Beginner_Projects/Stock App/Readme.md b/Beginner_Projects/Stock App/Readme.md
new file mode 100644
index 0000000000..0c9c212e6c
--- /dev/null
+++ b/Beginner_Projects/Stock App/Readme.md
@@ -0,0 +1,46 @@
+## **STOCK APP**
+
+### ๐ฏ **Goal**
+
+Python Project - This App show stock details of the entered ticker.
+ - Compnay Profile
+ - Income Statement Details
+ - EPS Chart
+ - Company Current Quotes
+
+ Modules Used:
+ - Financial Modelling Perp API
+ - requests
+ - Flask
+
+
+### ๐งพ **Description**
+
+This project allows users to fetch detailed stock-related information using the Financial Modeling Prep API. The app returns essential financial data of a company based on the ticker entered by the user. Data includes the company's profile, income statements, EPS trends, and real-time stock quotes.
+
+### ๐งฎ **What I had done!**
+
+1. Created a Flask-based web app to collect the stock ticker from the user.
+2. Used the Financial Modeling Prep API to fetch the stock details.
+3. Processed the API data and displayed it in a user-friendly format.
+4. Created an EPS chart visualization using the stock data.
+5. Added company profile and income statement details to the app for easy analysis.
+6. Integrated real-time stock quotes into the app for instant updates.
+
+### ๐ **Models Implemented**
+
+No machine learning models were implemented in this app. The stock data is purely fetched from the Financial Modeling Prep API and visualized as-is. The EPS trend is displayed in a chart for easier interpretation.
+
+### ๐ข **Conclusion**
+
+`The app successfully displays comprehensive financial data for any entered stock ticker. This includes a company's profile, income statement, real-time quotes, and an EPS trend chart to analyze the company's financial health. It serves as a basic stock data retrieval and visualization tool for quick reference.`
+
+### โ๏ธ **Your Signature**
+
+
+`Ananya Gupta`
+[GitHub Profile](https://github.com/ananyag309)
+
+
+
+
diff --git a/Beginner_Projects/Stock App/Templates/base.html b/Beginner_Projects/Stock App/Templates/base.html
new file mode 100644
index 0000000000..853c9f10b1
--- /dev/null
+++ b/Beginner_Projects/Stock App/Templates/base.html
@@ -0,0 +1,37 @@
+
+
+