Skip to content

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

CNY/PYG over 1Y: show the values
PointCNY/PYG
2025-09-231000.7735
2025-09-30995.0881
2025-10-07981.6661
2025-10-14987.1396
2025-10-21993.9386
2025-10-28997.2994
2025-11-04995.7925
2025-11-11994.6284
2025-11-18990.3068
2025-11-25989.4478
2025-12-02989.7707
2025-12-09973.9849
2025-12-17954.9645
2025-12-24961.0877
2025-12-31966.7875
2026-01-07940.0677
2026-01-14949.9482
2026-01-21958.7137
2026-01-28957.8082
2026-02-04956.1181
2026-02-11951.8629
2026-02-18945.0131
2026-02-25939.1163
2026-03-04936.4205
2026-03-11948.2923
2026-03-18938.9325
2026-03-25944.4524
2026-04-01947.3989
2026-04-08944.7644
2026-04-15938.4906
2026-04-22933.0081
2026-04-29917.1254
2026-05-06887.7531
2026-05-14900.8739
2026-05-21906.7812
2026-05-29907.0467
2026-06-05900.2323
2026-06-14906.5178
2026-06-21900.2584
2026-06-28896.3865
2026-07-05895.2925
2026-07-12897.1304
2026-07-19893.2558
2026-07-26891.9254
2026-08-02880.7954
2026-08-09880.4510
2026-08-16890.9567
2026-08-24897.5027
2026-08-31885.6943
2026-09-07891.6344
2026-09-14882.5485
2026-09-21893.0279

High

1000.77

Low

880.4510

Average

935.6982

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY&currencies=PYG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY&currencies=PYG");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY&currencies=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&currencies=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.