diff --git a/Existing_API_Collection/Currency_Converter_API/README.md b/Existing_API_Collection/Currency_Converter_API/README.md
new file mode 100644
index 0000000..50d7597
--- /dev/null
+++ b/Existing_API_Collection/Currency_Converter_API/README.md
@@ -0,0 +1,40 @@
+# Currency Converter
+
+This is a simple currency converter web application built using HTML, CSS, and JavaScript. It allows users to convert currency values from one currency to another based on the latest exchange rates.
+
+## Features
+
+- Users can input a quantity and select a currency to convert from.
+- Supports conversion to various currencies including:
+ - Indian Rupee (INR)
+ - US Dollar (USD)
+ - Euro (EUR)
+ - British Pound (GBP)
+ - Japanese Yen (JPY)
+ - Canadian Dollar (CAD)
+ - Australian Dollar (AUD)
+ - Swiss Franc (CHF)
+ - Chinese Yuan (CNY)
+ - New Zealand Dollar (NZD)
+ - Singapore Dollar (SGD)
+ - Hong Kong Dollar (HKD)
+ - Swedish Krona (SEK)
+ - Norwegian Krone (NOK)
+ - Danish Krone (DKK)
+ - Mexican Peso (MXN)
+ - Russian Ruble (RUB)
+ - South African Rand (ZAR)
+ - Brazilian Real (BRL)
+ - South Korean Won (KRW)
+- Users can submit the form to see the converted values in a table.
+
+## Usage
+
+1. Clone the repository:
+
+2. Open the `index.html` file in your web browser.
+
+3. Enter a quantity and select a currency to convert from.
+
+4. Click the "Submit" button to see the converted values in the table.
+
diff --git a/Existing_API_Collection/Currency_Converter_API/index.html b/Existing_API_Collection/Currency_Converter_API/index.html
new file mode 100644
index 0000000..6ce37d9
--- /dev/null
+++ b/Existing_API_Collection/Currency_Converter_API/index.html
@@ -0,0 +1,65 @@
+
+
+
+