USD to CRC exchange rate API
US Dollar to Costa Rican Colon · quoted 2026-09-25
453.4258
▼ +10.21% over 1Y
1 USD = 453.4258 CRC · 1 CRC = 0.002205 USD · Get this rate via the API
1 USD buys 453.4258 CRC as of 2026-09-25, so 1 CRC buys 0.002205 USD. Over the last year, USD/CRC traded between 447.9088 and 504.9944, averaged 474.3829 and fell 10.21%. The API holds daily USD/CRC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
USD/CRC over 1Y: show the values
| Point | USD/CRC |
|---|---|
| 2025-09-25 | 504.9944 |
| 2025-10-02 | 503.9410 |
| 2025-10-09 | 503.1696 |
| 2025-10-16 | 502.7929 |
| 2025-10-23 | 502.0916 |
| 2025-10-30 | 501.9498 |
| 2025-11-06 | 502.7472 |
| 2025-11-13 | 502.4976 |
| 2025-11-20 | 500.1753 |
| 2025-11-27 | 498.9979 |
| 2025-12-04 | 492.7714 |
| 2025-12-12 | 499.4868 |
| 2025-12-19 | 499.0054 |
| 2025-12-26 | 495.0430 |
| 2026-01-02 | 497.6481 |
| 2026-01-09 | 497.5373 |
| 2026-01-16 | 494.4161 |
| 2026-01-23 | 493.6185 |
| 2026-01-30 | 495.2495 |
| 2026-02-06 | 495.9185 |
| 2026-02-13 | 488.0543 |
| 2026-02-20 | 481.6969 |
| 2026-02-27 | 473.9476 |
| 2026-03-06 | 472.7580 |
| 2026-03-13 | 472.5467 |
| 2026-03-20 | 467.4787 |
| 2026-03-27 | 463.7476 |
| 2026-04-03 | 464.6399 |
| 2026-04-10 | 464.3223 |
| 2026-04-17 | 457.9144 |
| 2026-04-24 | 455.3508 |
| 2026-05-01 | 454.7355 |
| 2026-05-08 | 460.2093 |
| 2026-05-16 | 453.7413 |
| 2026-05-24 | 452.5898 |
| 2026-05-31 | 456.3480 |
| 2026-06-09 | 461.1184 |
| 2026-06-16 | 455.9591 |
| 2026-06-23 | 454.3504 |
| 2026-06-30 | 455.2149 |
| 2026-07-07 | 455.3303 |
| 2026-07-14 | 455.3828 |
| 2026-07-21 | 453.8819 |
| 2026-07-28 | 455.3500 |
| 2026-08-04 | 453.9327 |
| 2026-08-11 | 453.8309 |
| 2026-08-18 | 449.3842 |
| 2026-08-26 | 454.0606 |
| 2026-09-02 | 453.7868 |
| 2026-09-09 | 453.4718 |
| 2026-09-16 | 447.9088 |
| 2026-09-23 | 451.7716 |
High
504.9944
Low
447.9088
Average
474.3829
Get this rate via the API
One GET request returns the USD/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=USD¤cies=CRC"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=CRC");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=CRC").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/CRC API questions
How do I get the USD/CRC exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=CRC, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/CRC rate in rates.CRC.
How far back does USD/CRC historical data go?
Daily USD/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 USD/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.