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: show the values
| Point | INR/COP |
|---|---|
| 2025-09-24 | 43.5409 |
| 2025-10-01 | 44.2235 |
| 2025-10-08 | 43.6902 |
| 2025-10-15 | 44.5647 |
| 2025-10-22 | 43.9485 |
| 2025-10-29 | 44.1013 |
| 2025-11-05 | 43.5685 |
| 2025-11-12 | 42.2896 |
| 2025-11-19 | 42.0365 |
| 2025-11-26 | 42.6760 |
| 2025-12-03 | 42.3473 |
| 2025-12-11 | 42.5166 |
| 2025-12-18 | 42.8254 |
| 2025-12-25 | 41.5553 |
| 2026-01-01 | 41.9102 |
| 2026-01-08 | 41.7031 |
| 2026-01-15 | 40.6953 |
| 2026-01-22 | 40.1137 |
| 2026-01-29 | 39.9315 |
| 2026-02-05 | 40.3504 |
| 2026-02-12 | 40.5465 |
| 2026-02-19 | 40.3118 |
| 2026-02-26 | 40.6840 |
| 2026-03-05 | 41.0419 |
| 2026-03-12 | 40.1579 |
| 2026-03-19 | 39.7236 |
| 2026-03-26 | 39.3072 |
| 2026-04-02 | 39.3824 |
| 2026-04-09 | 39.3887 |
| 2026-04-16 | 38.8043 |
| 2026-04-23 | 37.9500 |
| 2026-04-30 | 38.3039 |
| 2026-05-07 | 39.5397 |
| 2026-05-15 | 39.4886 |
| 2026-05-23 | 38.5169 |
| 2026-05-30 | 38.6468 |
| 2026-06-06 | 37.8303 |
| 2026-06-15 | 36.8050 |
| 2026-06-22 | 36.4152 |
| 2026-06-29 | 36.5389 |
| 2026-07-06 | 35.0356 |
| 2026-07-13 | 33.9414 |
| 2026-07-20 | 33.6624 |
| 2026-07-27 | 33.5512 |
| 2026-08-03 | 33.1156 |
| 2026-08-10 | 33.1244 |
| 2026-08-17 | 32.8964 |
| 2026-08-25 | 32.0865 |
| 2026-09-01 | 33.9401 |
| 2026-09-08 | 33.0073 |
| 2026-09-15 | 32.3860 |
| 2026-09-22 | 33.4779 |
High
44.5647
Low
32.0865
Average
38.8981
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.