FJD to CRC exchange rate API
Fiji Dollar to Costa Rican Colon · quoted 2026-09-25
201.9894
▼ +9.72% over 1Y
1 FJD = 201.9894 CRC · 1 CRC = 0.004951 FJD · Get this rate via the API
1 FJD buys 201.9894 CRC as of 2026-09-25, so 1 CRC buys 0.004951 FJD. Over the last year, FJD/CRC traded between 201.7861 and 224.3393, averaged 211.6465 and fell 9.72%. The API holds daily FJD/CRC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/CRC over 1Y: show the values
| Point | FJD/CRC |
|---|---|
| 2025-09-25 | 223.7426 |
| 2025-10-02 | 222.4297 |
| 2025-10-09 | 221.3632 |
| 2025-10-16 | 219.9949 |
| 2025-10-23 | 218.8337 |
| 2025-10-30 | 220.1136 |
| 2025-11-06 | 219.1646 |
| 2025-11-13 | 219.4572 |
| 2025-11-20 | 217.1642 |
| 2025-11-27 | 217.8374 |
| 2025-12-04 | 216.1947 |
| 2025-12-12 | 219.6945 |
| 2025-12-19 | 218.6319 |
| 2025-12-26 | 217.8970 |
| 2026-01-02 | 218.3588 |
| 2026-01-09 | 218.5323 |
| 2026-01-16 | 216.9830 |
| 2026-01-23 | 219.2031 |
| 2026-01-30 | 224.3393 |
| 2026-02-06 | 223.0177 |
| 2026-02-13 | 221.4829 |
| 2026-02-20 | 218.3487 |
| 2026-02-27 | 215.1439 |
| 2026-03-06 | 212.7604 |
| 2026-03-13 | 214.2655 |
| 2026-03-20 | 211.1212 |
| 2026-03-27 | 206.6999 |
| 2026-04-03 | 206.1556 |
| 2026-04-10 | 208.9119 |
| 2026-04-17 | 206.8064 |
| 2026-04-24 | 205.6100 |
| 2026-05-01 | 206.9789 |
| 2026-05-08 | 209.6522 |
| 2026-05-16 | 205.8627 |
| 2026-05-24 | 203.9927 |
| 2026-05-31 | 206.0367 |
| 2026-06-09 | 207.8739 |
| 2026-06-16 | 205.4024 |
| 2026-06-23 | 203.1154 |
| 2026-06-30 | 202.3091 |
| 2026-07-07 | 202.9853 |
| 2026-07-14 | 203.3447 |
| 2026-07-21 | 203.2944 |
| 2026-07-28 | 203.5812 |
| 2026-08-04 | 204.0760 |
| 2026-08-11 | 204.1484 |
| 2026-08-18 | 202.4261 |
| 2026-08-26 | 205.7141 |
| 2026-09-02 | 204.6589 |
| 2026-09-09 | 205.2811 |
| 2026-09-16 | 201.7861 |
| 2026-09-23 | 202.4948 |
High
224.3393
Low
201.7861
Average
211.6465
Get this rate via the API
One GET request returns the FJD/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=FJD¤cies=CRC"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=CRC");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=CRC").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/CRC API questions
How do I get the FJD/CRC exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=CRC, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/CRC rate in rates.CRC.
How far back does FJD/CRC historical data go?
Daily FJD/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 FJD/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.