INR to CRC exchange rate API
Indian Rupee to Costa Rican Colon · quoted 2026-09-25
4.7174
▼ +17.15% over 1Y
1 INR = 4.7174 CRC · 1 CRC = 0.21198 INR · Get this rate via the API
1 INR buys 4.7174 CRC as of 2026-09-25, so 1 CRC buys 0.21198 INR. Over the last year, INR/CRC traded between 4.6675 and 5.7183, averaged 5.1328 and fell 17.15%. The API holds daily INR/CRC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
INR/CRC over 1Y: show the values
| Point | INR/CRC |
|---|---|
| 2025-09-25 | 5.6940 |
| 2025-10-02 | 5.6802 |
| 2025-10-09 | 5.6665 |
| 2025-10-16 | 5.7183 |
| 2025-10-23 | 5.7172 |
| 2025-10-30 | 5.6578 |
| 2025-11-06 | 5.6760 |
| 2025-11-13 | 5.6659 |
| 2025-11-20 | 5.6381 |
| 2025-11-27 | 5.5815 |
| 2025-12-04 | 5.4831 |
| 2025-12-12 | 5.5176 |
| 2025-12-19 | 5.5632 |
| 2025-12-26 | 5.4909 |
| 2026-01-02 | 5.5174 |
| 2026-01-09 | 5.5147 |
| 2026-01-16 | 5.4495 |
| 2026-01-23 | 5.3735 |
| 2026-01-30 | 5.3867 |
| 2026-02-06 | 5.4700 |
| 2026-02-13 | 5.3863 |
| 2026-02-20 | 5.2965 |
| 2026-02-27 | 5.2036 |
| 2026-03-06 | 5.1477 |
| 2026-03-13 | 5.1150 |
| 2026-03-20 | 4.9935 |
| 2026-03-27 | 4.8913 |
| 2026-04-03 | 5.0117 |
| 2026-04-10 | 4.9988 |
| 2026-04-17 | 4.9332 |
| 2026-04-24 | 4.8312 |
| 2026-05-01 | 4.7766 |
| 2026-05-08 | 4.8705 |
| 2026-05-16 | 4.7270 |
| 2026-05-24 | 4.7204 |
| 2026-05-31 | 4.7992 |
| 2026-06-09 | 4.8360 |
| 2026-06-16 | 4.8219 |
| 2026-06-23 | 4.7958 |
| 2026-06-30 | 4.8089 |
| 2026-07-07 | 4.7943 |
| 2026-07-14 | 4.7335 |
| 2026-07-21 | 4.7164 |
| 2026-07-28 | 4.7503 |
| 2026-08-04 | 4.7593 |
| 2026-08-11 | 4.7552 |
| 2026-08-18 | 4.6964 |
| 2026-08-26 | 4.7585 |
| 2026-09-02 | 4.7780 |
| 2026-09-09 | 4.7679 |
| 2026-09-16 | 4.6675 |
| 2026-09-23 | 4.7187 |
High
5.7183
Low
4.6675
Average
5.1328
Get this rate via the API
One GET request returns the INR/CRC 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=CRC"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=CRC");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=CRC").json()Replace YOUR_API_KEY with the key from your dashboard.
INR/CRC API questions
How do I get the INR/CRC exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=CRC, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/CRC rate in rates.CRC.
How far back does INR/CRC historical data go?
Daily INR/CRC 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/CRC 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.