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: show the values
| Point | JOD/CNY |
|---|---|
| 2025-09-25 | 10.0481 |
| 2025-10-02 | 10.0417 |
| 2025-10-09 | 10.0457 |
| 2025-10-16 | 10.0506 |
| 2025-10-23 | 10.0485 |
| 2025-10-30 | 10.0343 |
| 2025-11-06 | 10.0416 |
| 2025-11-13 | 10.0087 |
| 2025-11-20 | 10.0335 |
| 2025-11-27 | 9.9907 |
| 2025-12-04 | 9.9741 |
| 2025-12-12 | 9.9502 |
| 2025-12-19 | 9.9310 |
| 2025-12-26 | 9.8995 |
| 2026-01-02 | 9.8642 |
| 2026-01-09 | 9.8481 |
| 2026-01-16 | 9.8303 |
| 2026-01-23 | 9.8231 |
| 2026-01-30 | 9.8022 |
| 2026-02-06 | 9.7870 |
| 2026-02-13 | 9.7442 |
| 2026-02-20 | 9.7442 |
| 2026-02-27 | 9.6731 |
| 2026-03-06 | 9.7386 |
| 2026-03-13 | 9.7272 |
| 2026-03-20 | 9.7240 |
| 2026-03-27 | 9.7515 |
| 2026-04-03 | 9.7231 |
| 2026-04-10 | 9.6309 |
| 2026-04-17 | 9.6225 |
| 2026-04-24 | 9.6424 |
| 2026-05-01 | 9.6304 |
| 2026-05-08 | 9.5924 |
| 2026-05-16 | 9.6031 |
| 2026-05-24 | 9.5942 |
| 2026-05-31 | 9.5524 |
| 2026-06-09 | 9.5508 |
| 2026-06-16 | 9.5295 |
| 2026-06-23 | 9.5708 |
| 2026-06-30 | 9.5705 |
| 2026-07-07 | 9.5818 |
| 2026-07-14 | 9.5629 |
| 2026-07-21 | 9.5431 |
| 2026-07-28 | 9.5504 |
| 2026-08-04 | 9.5254 |
| 2026-08-11 | 9.5138 |
| 2026-08-18 | 9.5096 |
| 2026-08-26 | 9.4789 |
| 2026-09-02 | 9.4803 |
| 2026-09-09 | 9.4609 |
| 2026-09-16 | 9.4600 |
| 2026-09-23 | 9.4603 |
High
10.0506
Low
9.4600
Average
9.7276
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=CNY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=CNY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.