Skip to content

INR to COP exchange rate API

Indian Rupee to Colombian Peso · quoted 2026-09-24

33.4049

▼ +13.89% over 6M

1 INR = 33.4049 COP · 1 COP = 0.02994 INR · Get this rate via the API

1 INR buys 33.4049 COP as of 2026-09-24, so 1 COP buys 0.02994 INR. Over the last 6 months, INR/COP traded between 31.8963 and 39.7189, averaged 35.9410 and fell 13.89%. The API holds daily INR/COP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/COP over 6M

INR/COP over 6M: show the values
PointINR/COP
2026-03-2838.7953
2026-04-0439.5285
2026-04-1139.1866
2026-04-1838.9431
2026-04-2537.8156
2026-05-0238.5429
2026-05-0939.7189
2026-05-1739.4606
2026-05-2538.7092
2026-06-0138.8116
2026-06-1037.5347
2026-06-1736.2947
2026-06-2436.2116
2026-07-0135.9895
2026-07-0834.9193
2026-07-1533.8372
2026-07-2233.3890
2026-07-2933.5242
2026-08-0533.6878
2026-08-1232.8561
2026-08-2031.8963
2026-08-2732.7301
2026-09-0333.4586
2026-09-1032.5325
2026-09-1732.6856

High

39.7189

Low

31.8963

Average

35.9410

For developers

Get this rate via the API

One GET request returns the INR/COP rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=COP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=COP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=COP").json()

Replace YOUR_API_KEY with the key from your dashboard.

INR/COP API questions

How do I get the INR/COP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=COP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/COP rate in rates.COP.

How far back does INR/COP historical data go?

Daily INR/COP rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free INR/COP exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.