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: show the values
| Point | INR/COP |
|---|---|
| 2026-08-25 | 32.0865 |
| 2026-08-26 | 32.4105 |
| 2026-08-27 | 32.7301 |
| 2026-08-28 | 33.0965 |
| 2026-08-29 | 33.5648 |
| 2026-08-30 | 33.5075 |
| 2026-08-31 | 33.6615 |
| 2026-09-01 | 33.9401 |
| 2026-09-02 | 33.3366 |
| 2026-09-03 | 33.4586 |
| 2026-09-04 | 33.2988 |
| 2026-09-05 | 33.1823 |
| 2026-09-06 | 33.0969 |
| 2026-09-07 | 33.1441 |
| 2026-09-08 | 33.0073 |
| 2026-09-09 | 32.7371 |
| 2026-09-10 | 32.5325 |
| 2026-09-11 | 32.4702 |
| 2026-09-12 | 32.2266 |
| 2026-09-13 | 32.1272 |
| 2026-09-14 | 32.3570 |
| 2026-09-15 | 32.3860 |
| 2026-09-16 | 32.5185 |
| 2026-09-17 | 32.6856 |
| 2026-09-18 | 33.0519 |
| 2026-09-19 | 33.1479 |
| 2026-09-20 | 33.0759 |
| 2026-09-21 | 33.1577 |
| 2026-09-22 | 33.4779 |
| 2026-09-23 | 33.5092 |
High
33.9401
Low
32.0865
Average
32.9803
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.