FJD to NIO exchange rate API
Fiji Dollar to Cordoba Oro · quoted 2026-09-25
16.3913
▲ +0.72% over 1Y
1 FJD = 16.3913 NIO · 1 NIO = 0.06101 FJD · Get this rate via the API
1 FJD buys 16.3913 NIO as of 2026-09-25, so 1 NIO buys 0.06101 FJD. Over the last year, FJD/NIO traded between 15.9774 and 16.8179, averaged 16.4155 and rose 0.72%. The API holds daily FJD/NIO rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/NIO over 1Y: show the values
| Point | FJD/NIO |
|---|---|
| 2025-09-25 | 16.2736 |
| 2025-10-02 | 16.2509 |
| 2025-10-09 | 16.1833 |
| 2025-10-16 | 16.0709 |
| 2025-10-23 | 16.0217 |
| 2025-10-30 | 16.1462 |
| 2025-11-06 | 16.0352 |
| 2025-11-13 | 16.0669 |
| 2025-11-20 | 15.9774 |
| 2025-11-27 | 16.0584 |
| 2025-12-04 | 16.1395 |
| 2025-12-12 | 16.1691 |
| 2025-12-19 | 16.1187 |
| 2025-12-26 | 16.1979 |
| 2026-01-02 | 16.1443 |
| 2026-01-09 | 16.1733 |
| 2026-01-16 | 16.1412 |
| 2026-01-23 | 16.3068 |
| 2026-01-30 | 16.6746 |
| 2026-02-06 | 16.5546 |
| 2026-02-13 | 16.7111 |
| 2026-02-20 | 16.6835 |
| 2026-02-27 | 16.7143 |
| 2026-03-06 | 16.5588 |
| 2026-03-13 | 16.7109 |
| 2026-03-20 | 16.6007 |
| 2026-03-27 | 16.3911 |
| 2026-04-03 | 16.3104 |
| 2026-04-10 | 16.5212 |
| 2026-04-17 | 16.6204 |
| 2026-04-24 | 16.5762 |
| 2026-05-01 | 16.7134 |
| 2026-05-08 | 16.8179 |
| 2026-05-16 | 16.6586 |
| 2026-05-24 | 16.5250 |
| 2026-05-31 | 16.5524 |
| 2026-06-09 | 16.5477 |
| 2026-06-16 | 16.5642 |
| 2026-06-23 | 16.4334 |
| 2026-06-30 | 16.3472 |
| 2026-07-07 | 16.3918 |
| 2026-07-14 | 16.4169 |
| 2026-07-21 | 16.4969 |
| 2026-07-28 | 16.4427 |
| 2026-08-04 | 16.5530 |
| 2026-08-11 | 16.5596 |
| 2026-08-18 | 16.5812 |
| 2026-08-26 | 16.6666 |
| 2026-09-02 | 16.5765 |
| 2026-09-09 | 16.6409 |
| 2026-09-16 | 16.5380 |
| 2026-09-23 | 16.5052 |
High
16.8179
Low
15.9774
Average
16.4155
Get this rate via the API
One GET request returns the FJD/NIO 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=NIO"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=NIO");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=NIO").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/NIO API questions
How do I get the FJD/NIO exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=NIO, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/NIO rate in rates.NIO.
How far back does FJD/NIO historical data go?
Daily FJD/NIO 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/NIO 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.