INR to COP exchange rate API
Indian Rupee to Colombian Peso · quoted 2026-09-24
33.4049
▼ +13.89% over 6M
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 6 months, INR/COP traded between 31.8963 and 39.7189, averaged 35.9410 and fell 13.89%. 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 6M: show the values
| Point | INR/COP |
|---|---|
| 2026-03-28 | 38.7953 |
| 2026-04-04 | 39.5285 |
| 2026-04-11 | 39.1866 |
| 2026-04-18 | 38.9431 |
| 2026-04-25 | 37.8156 |
| 2026-05-02 | 38.5429 |
| 2026-05-09 | 39.7189 |
| 2026-05-17 | 39.4606 |
| 2026-05-25 | 38.7092 |
| 2026-06-01 | 38.8116 |
| 2026-06-10 | 37.5347 |
| 2026-06-17 | 36.2947 |
| 2026-06-24 | 36.2116 |
| 2026-07-01 | 35.9895 |
| 2026-07-08 | 34.9193 |
| 2026-07-15 | 33.8372 |
| 2026-07-22 | 33.3890 |
| 2026-07-29 | 33.5242 |
| 2026-08-05 | 33.6878 |
| 2026-08-12 | 32.8561 |
| 2026-08-20 | 31.8963 |
| 2026-08-27 | 32.7301 |
| 2026-09-03 | 33.4586 |
| 2026-09-10 | 32.5325 |
| 2026-09-17 | 32.6856 |
High
39.7189
Low
31.8963
Average
35.9410
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.