Skip to content

INR to COP exchange rate API

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

33.4049

▼ +23.28% over 1Y

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 year, INR/COP traded between 32.0865 and 44.5647, averaged 38.8981 and fell 23.28%. 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 1Y

INR/COP over 1Y: show the values
PointINR/COP
2025-09-2443.5409
2025-10-0144.2235
2025-10-0843.6902
2025-10-1544.5647
2025-10-2243.9485
2025-10-2944.1013
2025-11-0543.5685
2025-11-1242.2896
2025-11-1942.0365
2025-11-2642.6760
2025-12-0342.3473
2025-12-1142.5166
2025-12-1842.8254
2025-12-2541.5553
2026-01-0141.9102
2026-01-0841.7031
2026-01-1540.6953
2026-01-2240.1137
2026-01-2939.9315
2026-02-0540.3504
2026-02-1240.5465
2026-02-1940.3118
2026-02-2640.6840
2026-03-0541.0419
2026-03-1240.1579
2026-03-1939.7236
2026-03-2639.3072
2026-04-0239.3824
2026-04-0939.3887
2026-04-1638.8043
2026-04-2337.9500
2026-04-3038.3039
2026-05-0739.5397
2026-05-1539.4886
2026-05-2338.5169
2026-05-3038.6468
2026-06-0637.8303
2026-06-1536.8050
2026-06-2236.4152
2026-06-2936.5389
2026-07-0635.0356
2026-07-1333.9414
2026-07-2033.6624
2026-07-2733.5512
2026-08-0333.1156
2026-08-1033.1244
2026-08-1732.8964
2026-08-2532.0865
2026-09-0133.9401
2026-09-0833.0073
2026-09-1532.3860
2026-09-2233.4779

High

44.5647

Low

32.0865

Average

38.8981

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.