Skip to content

FJD to CUP exchange rate API

Fiji Dollar to Cuban Peso · quoted 2026-09-26

10.6695

▲ +0.91% over 1Y

1 FJD = 10.6695 CUP · 1 CUP = 0.09372 FJD · Get this rate via the API

1 FJD buys 10.6695 CUP as of 2026-09-26, so 1 CUP buys 0.09372 FJD. Over the last year, FJD/CUP traded between 10.4258 and 12.1390, averaged 11.1926 and rose 0.91%. The API holds daily FJD/CUP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/CUP over 1Y

FJD/CUP over 1Y: show the values
PointFJD/CUP
2025-09-2610.5738
2025-10-0310.5913
2025-10-1010.6290
2025-10-1710.4596
2025-10-2410.4834
2025-10-3110.4781
2025-11-0710.4258
2025-11-1410.4757
2025-11-2110.4272
2025-11-2810.4904
2025-12-0510.5234
2025-12-1310.5424
2025-12-2010.5050
2025-12-2710.5588
2026-01-0310.5346
2026-01-1010.5559
2026-01-1710.5307
2026-01-2410.6424
2026-01-3110.8809
2026-02-0710.8306
2026-02-1410.8521
2026-02-2110.8022
2026-02-2810.9355
2026-03-0710.8581
2026-03-1410.7485
2026-03-2110.8353
2026-03-2811.7236
2026-04-0410.6445
2026-04-1111.9828
2026-04-1811.9612
2026-04-2512.0200
2026-05-0211.9141
2026-05-0912.1390
2026-05-1710.8130
2026-05-2510.8399
2026-06-0112.0232
2026-06-1011.9505
2026-06-1711.9298
2026-06-2411.8263
2026-07-0111.8189
2026-07-0811.7916
2026-07-1511.8340
2026-07-2211.8607
2026-07-2911.8228
2026-08-0511.9184
2026-08-1211.9271
2026-08-2011.9708
2026-08-2712.0040
2026-09-0311.9645
2026-09-1011.9769
2026-09-1711.8731
2026-09-2411.8391

High

12.1390

Low

10.4258

Average

11.1926

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/CUP API questions

How do I get the FJD/CUP exchange rate from an API?

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

How far back does FJD/CUP historical data go?

Daily FJD/CUP 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/CUP 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.