FJD to CNY exchange rate API
Fiji Dollar to Yuan Renminbi · quoted 2026-09-25
2.9905
▼ +7.42% over 5Y
1 FJD = 2.9905 CNY · 1 CNY = 0.33440 FJD · Get this rate via the API
1 FJD buys 2.9905 CNY as of 2026-09-25, so 1 CNY buys 0.33440 FJD. Over the last 5 years, FJD/CNY traded between 2.9905 and 3.2301, averaged 3.1144 and fell 7.42%. The API holds daily FJD/CNY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/CNY over 5Y: show the values
| Point | FJD/CNY |
|---|---|
| 2024-08-24 | 3.2301 |
| 2024-10-05 | 3.1724 |
| 2024-11-04 | 3.1430 |
| 2024-12-04 | 3.1968 |
| 2025-01-03 | 3.1207 |
| 2025-02-02 | 3.0830 |
| 2025-03-04 | 3.1039 |
| 2025-04-04 | 3.1438 |
| 2025-05-04 | 3.1534 |
| 2025-06-04 | 3.1874 |
| 2025-07-04 | 3.1866 |
| 2025-08-03 | 3.1263 |
| 2025-09-02 | 3.1304 |
| 2025-10-03 | 3.1436 |
| 2025-11-02 | 3.1066 |
| 2025-12-02 | 3.0907 |
| 2026-01-01 | 3.0761 |
| 2026-01-31 | 3.1534 |
| 2026-03-02 | 3.0998 |
| 2026-04-01 | 3.0695 |
| 2026-05-01 | 3.1079 |
| 2026-05-31 | 3.0578 |
| 2026-06-30 | 3.0156 |
| 2026-07-30 | 3.0250 |
| 2026-08-29 | 3.0601 |
High
3.2301
Low
2.9905
Average
3.1144
Get this rate via the API
One GET request returns the FJD/CNY 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=CNY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=CNY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=CNY").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/CNY API questions
How do I get the FJD/CNY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=CNY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/CNY rate in rates.CNY.
How far back does FJD/CNY historical data go?
Daily FJD/CNY 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/CNY 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.