CNY to PYG exchange rate API
Yuan Renminbi to Guarani · quoted 2026-09-23
885.7308
▼ +11.50% over 1Y
1 CNY = 885.7308 PYG · 1 PYG = 0.001129 CNY · Get this rate via the API
1 CNY buys 885.7308 PYG as of 2026-09-23, so 1 PYG buys 0.001129 CNY. Over the last year, CNY/PYG traded between 880.4510 and 1000.77, averaged 935.6982 and fell 11.50%. The API holds daily CNY/PYG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CNY/PYG over 1Y: show the values
| Point | CNY/PYG |
|---|---|
| 2025-09-23 | 1000.7735 |
| 2025-09-30 | 995.0881 |
| 2025-10-07 | 981.6661 |
| 2025-10-14 | 987.1396 |
| 2025-10-21 | 993.9386 |
| 2025-10-28 | 997.2994 |
| 2025-11-04 | 995.7925 |
| 2025-11-11 | 994.6284 |
| 2025-11-18 | 990.3068 |
| 2025-11-25 | 989.4478 |
| 2025-12-02 | 989.7707 |
| 2025-12-09 | 973.9849 |
| 2025-12-17 | 954.9645 |
| 2025-12-24 | 961.0877 |
| 2025-12-31 | 966.7875 |
| 2026-01-07 | 940.0677 |
| 2026-01-14 | 949.9482 |
| 2026-01-21 | 958.7137 |
| 2026-01-28 | 957.8082 |
| 2026-02-04 | 956.1181 |
| 2026-02-11 | 951.8629 |
| 2026-02-18 | 945.0131 |
| 2026-02-25 | 939.1163 |
| 2026-03-04 | 936.4205 |
| 2026-03-11 | 948.2923 |
| 2026-03-18 | 938.9325 |
| 2026-03-25 | 944.4524 |
| 2026-04-01 | 947.3989 |
| 2026-04-08 | 944.7644 |
| 2026-04-15 | 938.4906 |
| 2026-04-22 | 933.0081 |
| 2026-04-29 | 917.1254 |
| 2026-05-06 | 887.7531 |
| 2026-05-14 | 900.8739 |
| 2026-05-21 | 906.7812 |
| 2026-05-29 | 907.0467 |
| 2026-06-05 | 900.2323 |
| 2026-06-14 | 906.5178 |
| 2026-06-21 | 900.2584 |
| 2026-06-28 | 896.3865 |
| 2026-07-05 | 895.2925 |
| 2026-07-12 | 897.1304 |
| 2026-07-19 | 893.2558 |
| 2026-07-26 | 891.9254 |
| 2026-08-02 | 880.7954 |
| 2026-08-09 | 880.4510 |
| 2026-08-16 | 890.9567 |
| 2026-08-24 | 897.5027 |
| 2026-08-31 | 885.6943 |
| 2026-09-07 | 891.6344 |
| 2026-09-14 | 882.5485 |
| 2026-09-21 | 893.0279 |
High
1000.77
Low
880.4510
Average
935.6982
Get this rate via the API
One GET request returns the CNY/PYG 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=CNY¤cies=PYG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=PYG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=PYG").json()Replace YOUR_API_KEY with the key from your dashboard.
CNY/PYG API questions
How do I get the CNY/PYG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=PYG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CNY/PYG rate in rates.PYG.
How far back does CNY/PYG historical data go?
Daily CNY/PYG 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 CNY/PYG 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.