diff --git a/Calculators/Perpetuity-Calculator/README.md b/Calculators/Perpetuity-Calculator/README.md
new file mode 100644
index 000000000..dde1a8e8f
--- /dev/null
+++ b/Calculators/Perpetuity-Calculator/README.md
@@ -0,0 +1,36 @@
+#
Perpetuity Calculator
+
+## Description :-
+
+A simple and interactive tool to calculate the **present value (PV)** of a perpetuity, an infinite series of cash flows, using the formula:
+
+**PV = C / r**
+
+Where:
+- **PV** is the present value
+- **C** is the annual cash flow
+- **r** is the discount rate
+
+This tool makes financial calculations easier and helps users understand perpetuities better.
+
+## Tech Stacks :-
+
+- HTML
+- CSS
+- JavaScript
+
+## Features :-
+
+- **Perpetuity Calculation**: Input fields to calculate present value based on cash flow and discount rate.
+- **Reset Functionality**: Clear all fields and results with a single click.
+- **Error Handling**: Alerts users with meaningful error messages for invalid inputs.
+- **Tooltips**: User guidance on input requirements.
+- **Responsive Design**: Adapts to all devices for seamless usability.
+
+## Formula :-
+
+**Present Value = Cash Flow / Discount Rate**
+
+## Screenshots :-
+
+![image](https://github.com/user-attachments/assets/a68ff8ad-781a-4943-a125-4e1b2a57cf5a)
diff --git a/Calculators/Perpetuity-Calculator/index.html b/Calculators/Perpetuity-Calculator/index.html
new file mode 100644
index 000000000..d70257326
--- /dev/null
+++ b/Calculators/Perpetuity-Calculator/index.html
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+ Perpetuity Calculator
+
+
+
+
+
Perpetuity Calculator
+
Calculate the present value of an infinite series of cash flows.