Skip to content

JOD to CNY exchange rate API

Jordanian Dinar to Yuan Renminbi · quoted 2026-09-25

9.4682

▼ +5.77% over 1Y

1 JOD = 9.4682 CNY · 1 CNY = 0.10562 JOD · Get this rate via the API

1 JOD buys 9.4682 CNY as of 2026-09-25, so 1 CNY buys 0.10562 JOD. Over the last year, JOD/CNY traded between 9.4600 and 10.0506, averaged 9.7276 and fell 5.77%. The API holds daily JOD/CNY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/CNY over 1Y

JOD/CNY over 1Y: show the values
PointJOD/CNY
2025-09-2510.0481
2025-10-0210.0417
2025-10-0910.0457
2025-10-1610.0506
2025-10-2310.0485
2025-10-3010.0343
2025-11-0610.0416
2025-11-1310.0087
2025-11-2010.0335
2025-11-279.9907
2025-12-049.9741
2025-12-129.9502
2025-12-199.9310
2025-12-269.8995
2026-01-029.8642
2026-01-099.8481
2026-01-169.8303
2026-01-239.8231
2026-01-309.8022
2026-02-069.7870
2026-02-139.7442
2026-02-209.7442
2026-02-279.6731
2026-03-069.7386
2026-03-139.7272
2026-03-209.7240
2026-03-279.7515
2026-04-039.7231
2026-04-109.6309
2026-04-179.6225
2026-04-249.6424
2026-05-019.6304
2026-05-089.5924
2026-05-169.6031
2026-05-249.5942
2026-05-319.5524
2026-06-099.5508
2026-06-169.5295
2026-06-239.5708
2026-06-309.5705
2026-07-079.5818
2026-07-149.5629
2026-07-219.5431
2026-07-289.5504
2026-08-049.5254
2026-08-119.5138
2026-08-189.5096
2026-08-269.4789
2026-09-029.4803
2026-09-099.4609
2026-09-169.4600
2026-09-239.4603

High

10.0506

Low

9.4600

Average

9.7276

For developers

Get this rate via the API

One GET request returns the JOD/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=JOD&currencies=CNY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&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=JOD&currencies=CNY").json()

Replace YOUR_API_KEY with the key from your dashboard.

JOD/CNY API questions

How do I get the JOD/CNY exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=CNY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/CNY rate in rates.CNY.

How far back does JOD/CNY historical data go?

Daily JOD/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 JOD/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.