Skip to main content

INR (Indian Rupee)

The INR, or Indian Rupee, is the official currency of India. Its symbol, ₹, is inspired by the Indian flag. The INR is divided into 100 paise, which are smaller denominations of the currency. The Reserve Bank of India, the country's central bank, regulates the INR.

Available currency pairs

Currency pairBase currencyQuote currencyName

Code examples

Get last quoute:

curl --request GET \
  --url 'https://api.tradewatch.io/currencies/quote?symbol=SOME_STRING_VALUE&precision=SOME_INTEGER_VALUE' \
  --header 'api-key: REPLACE_KEY_VALUE'