Skip to content

FJD to CRC exchange rate API

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

201.6963

▼ +9.85% over 1Y

1 FJD = 201.6963 CRC · 1 CRC = 0.004958 FJD · Get this rate via the API

1 FJD buys 201.6963 CRC as of 2026-09-25, so 1 CRC buys 0.004958 FJD. Over the last year, FJD/CRC traded between 201.6963 and 224.3393, averaged 211.6410 and fell 9.85%. 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

FJD/CRC over 1Y: show the values
PointFJD/CRC
2025-09-25223.7426
2025-10-02222.4297
2025-10-09221.3632
2025-10-16219.9949
2025-10-23218.8337
2025-10-30220.1136
2025-11-06219.1646
2025-11-13219.4572
2025-11-20217.1642
2025-11-27217.8374
2025-12-04216.1947
2025-12-12219.6945
2025-12-19218.6319
2025-12-26217.8970
2026-01-02218.3588
2026-01-09218.5323
2026-01-16216.9830
2026-01-23219.2031
2026-01-30224.3393
2026-02-06223.0177
2026-02-13221.4829
2026-02-20218.3487
2026-02-27215.1439
2026-03-06212.7604
2026-03-13214.2655
2026-03-20211.1212
2026-03-27206.6999
2026-04-03206.1556
2026-04-10208.9119
2026-04-17206.8064
2026-04-24205.6100
2026-05-01206.9789
2026-05-08209.6522
2026-05-16205.8627
2026-05-24203.9927
2026-05-31206.0367
2026-06-09207.8739
2026-06-16205.4024
2026-06-23203.1154
2026-06-30202.3091
2026-07-07202.9853
2026-07-14203.3447
2026-07-21203.2944
2026-07-28203.5812
2026-08-04204.0760
2026-08-11204.1484
2026-08-18202.4261
2026-08-26205.7141
2026-09-02204.6589
2026-09-09205.2811
2026-09-16201.7861
2026-09-23202.4948

High

224.3393

Low

201.6963

Average

211.6410

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=CRC"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&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=FJD&currencies=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&currencies=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.