Skip to content

CRC to USD exchange rate API

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

0.002205

▲ +11.36% over 1Y

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 last year, CRC/USD traded between 0.001980 and 0.002232, averaged 0.002112 and rose 11.36%. 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 1Y

CRC/USD over 1Y: show the values
PointCRC/USD
2025-09-250.001980
2025-10-020.001984
2025-10-090.001987
2025-10-160.001988
2025-10-230.001991
2025-10-300.001992
2025-11-060.001989
2025-11-130.001990
2025-11-200.001999
2025-11-270.002004
2025-12-040.002029
2025-12-120.002002
2025-12-190.002003
2025-12-260.002020
2026-01-020.002009
2026-01-090.002009
2026-01-160.002022
2026-01-230.002025
2026-01-300.002019
2026-02-060.002016
2026-02-130.002048
2026-02-200.002075
2026-02-270.002109
2026-03-060.002115
2026-03-130.002116
2026-03-200.002139
2026-03-270.002156
2026-04-030.002152
2026-04-100.002153
2026-04-170.002183
2026-04-240.002196
2026-05-010.002199
2026-05-080.002172
2026-05-160.002203
2026-05-240.002209
2026-05-310.002191
2026-06-090.002168
2026-06-160.002193
2026-06-230.002200
2026-06-300.002196
2026-07-070.002196
2026-07-140.002195
2026-07-210.002203
2026-07-280.002196
2026-08-040.002202
2026-08-110.002203
2026-08-180.002225
2026-08-260.002202
2026-09-020.002203
2026-09-090.002205
2026-09-160.002232
2026-09-230.002213

High

0.002232

Low

0.001980

Average

0.002112

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.