Skip to content

PAB to CNY exchange rate API

Balboa to Yuan Renminbi · quoted 2026-09-25

6.7130

▼ +5.77% over 1Y

1 PAB = 6.7130 CNY · 1 CNY = 0.14897 PAB · Get this rate via the API

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

PAB/CNY over 1Y

PAB/CNY over 1Y: show the values
PointPAB/CNY
2025-09-257.1241
2025-10-027.1195
2025-10-097.1224
2025-10-167.1258
2025-10-237.1244
2025-10-307.1143
2025-11-067.1195
2025-11-137.0961
2025-11-207.1138
2025-11-277.0834
2025-12-047.0717
2025-12-127.0547
2025-12-197.0411
2025-12-267.0188
2026-01-026.9937
2026-01-096.9823
2026-01-166.9697
2026-01-236.9646
2026-01-306.9497
2026-02-066.9390
2026-02-136.9086
2026-02-206.9086
2026-02-276.8582
2026-03-066.9047
2026-03-136.8966
2026-03-206.8943
2026-03-276.9138
2026-04-036.8937
2026-04-106.8371
2026-04-176.8226
2026-04-246.8358
2026-05-016.8268
2026-05-086.7792
2026-05-166.8086
2026-05-246.8023
2026-05-316.7727
2026-06-096.7715
2026-06-166.7564
2026-06-236.7857
2026-06-306.7855
2026-07-076.7935
2026-07-146.7801
2026-07-216.7661
2026-07-286.7713
2026-08-046.7535
2026-08-116.7453
2026-08-186.7423
2026-08-266.7205
2026-09-026.7215
2026-09-096.7078
2026-09-166.7071
2026-09-236.7074

High

7.1258

Low

6.7071

Average

6.8966

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/CNY API questions

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

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

How far back does PAB/CNY historical data go?

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