Skip to content

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

INR/CRC over 1Y: show the values
PointINR/CRC
2025-09-255.6940
2025-10-025.6802
2025-10-095.6665
2025-10-165.7183
2025-10-235.7172
2025-10-305.6578
2025-11-065.6760
2025-11-135.6659
2025-11-205.6381
2025-11-275.5815
2025-12-045.4831
2025-12-125.5176
2025-12-195.5632
2025-12-265.4909
2026-01-025.5174
2026-01-095.5147
2026-01-165.4495
2026-01-235.3735
2026-01-305.3867
2026-02-065.4700
2026-02-135.3863
2026-02-205.2965
2026-02-275.2036
2026-03-065.1477
2026-03-135.1150
2026-03-204.9935
2026-03-274.8913
2026-04-035.0117
2026-04-104.9988
2026-04-174.9332
2026-04-244.8312
2026-05-014.7766
2026-05-084.8705
2026-05-164.7270
2026-05-244.7204
2026-05-314.7992
2026-06-094.8360
2026-06-164.8219
2026-06-234.7958
2026-06-304.8089
2026-07-074.7943
2026-07-144.7335
2026-07-214.7164
2026-07-284.7503
2026-08-044.7593
2026-08-114.7552
2026-08-184.6964
2026-08-264.7585
2026-09-024.7780
2026-09-094.7679
2026-09-164.6675
2026-09-234.7187

High

5.7183

Low

4.6675

Average

5.1328

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=CRC"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=CRC");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=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&currencies=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.