Skip to content

FJD to CNY exchange rate API

Fiji Dollar to Yuan Renminbi · quoted 2026-09-25

2.9905

▼ +5.26% over 1Y

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 year, FJD/CNY traded between 2.9905 and 3.1564, averaged 3.0780 and fell 5.26%. 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 1Y

FJD/CNY over 1Y: show the values
PointFJD/CNY
2025-09-253.1564
2025-10-023.1424
2025-10-093.1334
2025-10-163.1179
2025-10-233.1051
2025-10-303.1197
2025-11-063.1036
2025-11-133.0991
2025-11-203.0886
2025-11-273.0922
2025-12-043.1026
2025-12-113.1014
2025-12-183.0852
2025-12-253.0851
2026-01-013.0761
2026-01-083.0738
2026-01-153.0595
2026-01-223.0836
2026-01-293.1365
2026-02-053.1264
2026-02-123.1362
2026-02-193.1293
2026-02-263.1064
2026-03-053.1187
2026-03-123.1101
2026-03-193.1193
2026-03-263.1060
2026-04-023.0769
2026-04-093.0668
2026-04-163.0879
2026-04-233.0958
2026-04-303.0997
2026-05-073.0976
2026-05-143.0949
2026-05-213.0800
2026-05-283.0826
2026-06-043.0735
2026-06-113.0389
2026-06-183.0363
2026-06-253.0296
2026-07-023.0253
2026-07-093.0290
2026-07-163.0296
2026-07-233.0268
2026-07-303.0250
2026-08-063.0322
2026-08-133.0305
2026-08-203.0377
2026-08-273.0434
2026-09-033.0337
2026-09-103.0311
2026-09-173.0061
2026-09-242.9975

High

3.1564

Low

2.9905

Average

3.0780

For developers

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