Skip to content

CRC to USD exchange rate API

Costa Rican Colon to US Dollar · quoted 2026-09-25

0.002205

▲ +9.59% over YTD

1 CRC = 0.002205 USD · 1 USD = 453.5147 CRC · Get this rate via the API

1 CRC buys 0.002205 USD as of 2026-09-25, so 1 USD buys 453.5147 CRC. Over the year to date, CRC/USD traded between 0.002010 and 0.002236, averaged 0.002157 and rose 9.59%. The API holds daily CRC/USD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CRC/USD over YTD

CRC/USD over YTD: show the values
PointCRC/USD
2025-12-310.002012
2026-01-070.002011
2026-01-140.002010
2026-01-210.002050
2026-01-280.002011
2026-02-040.002018
2026-02-110.002021
2026-02-180.002084
2026-02-250.002105
2026-03-040.002126
2026-03-110.002118
2026-03-180.002135
2026-03-250.002144
2026-04-010.002150
2026-04-080.002166
2026-04-150.002171
2026-04-220.002195
2026-04-290.002198
2026-05-060.002202
2026-05-140.002196
2026-05-210.002211
2026-05-290.002210
2026-06-050.002178
2026-06-140.002195
2026-06-210.002206
2026-06-280.002206
2026-07-050.002205
2026-07-120.002212
2026-07-190.002224
2026-07-260.002208
2026-08-020.002216
2026-08-090.002217
2026-08-160.002229
2026-08-240.002204
2026-08-310.002209
2026-09-070.002203
2026-09-140.002218
2026-09-210.002236

High

0.002236

Low

0.002010

Average

0.002157

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CRC&currencies=USD").json()

Replace YOUR_API_KEY with the key from your dashboard.

CRC/USD API questions

How do I get the CRC/USD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CRC&currencies=USD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CRC/USD rate in rates.USD.

How far back does CRC/USD historical data go?

Daily CRC/USD 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 CRC/USD 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.