Welcome to the Currency Converter API!

To use this tool, please provide the following parameters as query parameters:

  • amount: The amount to convert (e.g. 5)
  • from: The base currency code (e.g. USD)
  • to: The target currency code (e.g. INR)

Example usage:

https://cc.narendradwivedi.org/?amount=5&from=USD&to=INR

Developed By Narendra Dwivedi