Skip to content

INR to COP exchange rate API

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

33.4049

▼ +19.88% over YTD

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 year to date, INR/COP traded between 31.8339 and 41.6956, averaged 37.3051 and fell 19.88%. 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 YTD

INR/COP over YTD: show the values
PointINR/COP
2025-12-3141.6956
2026-01-0741.3588
2026-01-1440.4852
2026-01-2140.0889
2026-01-2839.6233
2026-02-0440.3127
2026-02-1140.3004
2026-02-1840.2808
2026-02-2540.7859
2026-03-0441.2136
2026-03-1140.2765
2026-03-1839.8201
2026-03-2539.4287
2026-04-0139.3857
2026-04-0839.9319
2026-04-1538.4667
2026-04-2238.2404
2026-04-2938.1089
2026-05-0639.2665
2026-05-1439.5317
2026-05-2138.7268
2026-05-2938.4056
2026-06-0537.6142
2026-06-1436.5461
2026-06-2136.5140
2026-06-2836.3233
2026-07-0535.0618
2026-07-1233.9456
2026-07-1933.5195
2026-07-2633.2458
2026-08-0232.9466
2026-08-0933.0816
2026-08-1632.8056
2026-08-2431.8339
2026-08-3133.6615
2026-09-0733.1441
2026-09-1432.3570
2026-09-2133.1577

High

41.6956

Low

31.8339

Average

37.3051

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.