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: show the values
| Point | INR/COP |
|---|---|
| 2025-12-31 | 41.6956 |
| 2026-01-07 | 41.3588 |
| 2026-01-14 | 40.4852 |
| 2026-01-21 | 40.0889 |
| 2026-01-28 | 39.6233 |
| 2026-02-04 | 40.3127 |
| 2026-02-11 | 40.3004 |
| 2026-02-18 | 40.2808 |
| 2026-02-25 | 40.7859 |
| 2026-03-04 | 41.2136 |
| 2026-03-11 | 40.2765 |
| 2026-03-18 | 39.8201 |
| 2026-03-25 | 39.4287 |
| 2026-04-01 | 39.3857 |
| 2026-04-08 | 39.9319 |
| 2026-04-15 | 38.4667 |
| 2026-04-22 | 38.2404 |
| 2026-04-29 | 38.1089 |
| 2026-05-06 | 39.2665 |
| 2026-05-14 | 39.5317 |
| 2026-05-21 | 38.7268 |
| 2026-05-29 | 38.4056 |
| 2026-06-05 | 37.6142 |
| 2026-06-14 | 36.5461 |
| 2026-06-21 | 36.5140 |
| 2026-06-28 | 36.3233 |
| 2026-07-05 | 35.0618 |
| 2026-07-12 | 33.9456 |
| 2026-07-19 | 33.5195 |
| 2026-07-26 | 33.2458 |
| 2026-08-02 | 32.9466 |
| 2026-08-09 | 33.0816 |
| 2026-08-16 | 32.8056 |
| 2026-08-24 | 31.8339 |
| 2026-08-31 | 33.6615 |
| 2026-09-07 | 33.1441 |
| 2026-09-14 | 32.3570 |
| 2026-09-21 | 33.1577 |
High
41.6956
Low
31.8339
Average
37.3051
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=COP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=COP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=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¤cies=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.