Skip to content

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

FJD/CNY over 5Y: show the values
PointFJD/CNY
2024-08-243.2301
2024-10-053.1724
2024-11-043.1430
2024-12-043.1968
2025-01-033.1207
2025-02-023.0830
2025-03-043.1039
2025-04-043.1438
2025-05-043.1534
2025-06-043.1874
2025-07-043.1866
2025-08-033.1263
2025-09-023.1304
2025-10-033.1436
2025-11-023.1066
2025-12-023.0907
2026-01-013.0761
2026-01-313.1534
2026-03-023.0998
2026-04-013.0695
2026-05-013.1079
2026-05-313.0578
2026-06-303.0156
2026-07-303.0250
2026-08-293.0601

High

3.2301

Low

2.9905

Average

3.1144

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.