Skip to content

FJD to CNY exchange rate API

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

2.9905

▼ +2.59% over 6M

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 6 months, FJD/CNY traded between 2.9905 and 3.0992, averaged 3.0434 and fell 2.59%. 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 6M

FJD/CNY over 6M: show the values
PointFJD/CNY
2026-03-293.0701
2026-04-053.0714
2026-04-123.0686
2026-04-193.0689
2026-04-263.0835
2026-05-033.0992
2026-05-103.0946
2026-05-173.0789
2026-05-243.0659
2026-05-313.0578
2026-06-073.0302
2026-06-143.0289
2026-06-213.0194
2026-06-283.0025
2026-07-053.0061
2026-07-123.0127
2026-07-193.0205
2026-07-263.0178
2026-08-023.0454
2026-08-093.0378
2026-08-163.0356
2026-08-233.0438
2026-08-303.0442
2026-09-063.0319
2026-09-133.0221
2026-09-203.0248

High

3.0992

Low

2.9905

Average

3.0434

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.