Skip to content

INR to COP exchange rate API

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

33.4049

▲ +4.11% over 30D

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 30 days, INR/COP traded between 32.0865 and 33.9401, averaged 32.9803 and rose 4.11%. 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 30D

INR/COP over 30D: show the values
PointINR/COP
2026-08-2532.0865
2026-08-2632.4105
2026-08-2732.7301
2026-08-2833.0965
2026-08-2933.5648
2026-08-3033.5075
2026-08-3133.6615
2026-09-0133.9401
2026-09-0233.3366
2026-09-0333.4586
2026-09-0433.2988
2026-09-0533.1823
2026-09-0633.0969
2026-09-0733.1441
2026-09-0833.0073
2026-09-0932.7371
2026-09-1032.5325
2026-09-1132.4702
2026-09-1232.2266
2026-09-1332.1272
2026-09-1432.3570
2026-09-1532.3860
2026-09-1632.5185
2026-09-1732.6856
2026-09-1833.0519
2026-09-1933.1479
2026-09-2033.0759
2026-09-2133.1577
2026-09-2233.4779
2026-09-2333.5092

High

33.9401

Low

32.0865

Average

32.9803

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.