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: show the values
| Point | FJD/CUP |
|---|---|
| 2025-09-26 | 10.5738 |
| 2025-10-03 | 10.5913 |
| 2025-10-10 | 10.6290 |
| 2025-10-17 | 10.4596 |
| 2025-10-24 | 10.4834 |
| 2025-10-31 | 10.4781 |
| 2025-11-07 | 10.4258 |
| 2025-11-14 | 10.4757 |
| 2025-11-21 | 10.4272 |
| 2025-11-28 | 10.4904 |
| 2025-12-05 | 10.5234 |
| 2025-12-13 | 10.5424 |
| 2025-12-20 | 10.5050 |
| 2025-12-27 | 10.5588 |
| 2026-01-03 | 10.5346 |
| 2026-01-10 | 10.5559 |
| 2026-01-17 | 10.5307 |
| 2026-01-24 | 10.6424 |
| 2026-01-31 | 10.8809 |
| 2026-02-07 | 10.8306 |
| 2026-02-14 | 10.8521 |
| 2026-02-21 | 10.8022 |
| 2026-02-28 | 10.9355 |
| 2026-03-07 | 10.8581 |
| 2026-03-14 | 10.7485 |
| 2026-03-21 | 10.8353 |
| 2026-03-28 | 11.7236 |
| 2026-04-04 | 10.6445 |
| 2026-04-11 | 11.9828 |
| 2026-04-18 | 11.9612 |
| 2026-04-25 | 12.0200 |
| 2026-05-02 | 11.9141 |
| 2026-05-09 | 12.1390 |
| 2026-05-17 | 10.8130 |
| 2026-05-25 | 10.8399 |
| 2026-06-01 | 12.0232 |
| 2026-06-10 | 11.9505 |
| 2026-06-17 | 11.9298 |
| 2026-06-24 | 11.8263 |
| 2026-07-01 | 11.8189 |
| 2026-07-08 | 11.7916 |
| 2026-07-15 | 11.8340 |
| 2026-07-22 | 11.8607 |
| 2026-07-29 | 11.8228 |
| 2026-08-05 | 11.9184 |
| 2026-08-12 | 11.9271 |
| 2026-08-20 | 11.9708 |
| 2026-08-27 | 12.0040 |
| 2026-09-03 | 11.9645 |
| 2026-09-10 | 11.9769 |
| 2026-09-17 | 11.8731 |
| 2026-09-24 | 11.8391 |
High
12.1390
Low
10.4258
Average
11.1926
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=CUP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=CUP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.