Skip to content

PAB to CRC exchange rate API

Balboa to Costa Rican Colon · quoted 2026-09-25

453.4258

▼ +10.21% over 1Y

1 PAB = 453.4258 CRC · 1 CRC = 0.002205 PAB · Get this rate via the API

1 PAB buys 453.4258 CRC as of 2026-09-25, so 1 CRC buys 0.002205 PAB. Over the last year, PAB/CRC traded between 447.9088 and 504.9944, averaged 474.3639 and fell 10.21%. The API holds daily PAB/CRC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/CRC over 1Y

PAB/CRC over 1Y: show the values
PointPAB/CRC
2025-09-25504.9944
2025-10-02503.9410
2025-10-09503.1696
2025-10-16502.7929
2025-10-23502.0916
2025-10-30501.9498
2025-11-06502.7472
2025-11-13502.4976
2025-11-20500.1753
2025-11-27498.9979
2025-12-04492.7714
2025-12-12499.4868
2025-12-19499.0054
2025-12-26495.0430
2026-01-02497.6481
2026-01-09497.5373
2026-01-16494.4161
2026-01-23493.6185
2026-01-30495.2495
2026-02-06495.9185
2026-02-13488.0543
2026-02-20481.6969
2026-02-27473.9476
2026-03-06472.7580
2026-03-13472.5467
2026-03-20467.4787
2026-03-27463.7476
2026-04-03464.6399
2026-04-10464.9149
2026-04-17457.9334
2026-04-24455.3157
2026-05-01454.6445
2026-05-08458.7171
2026-05-16453.7413
2026-05-24452.5898
2026-05-31456.3480
2026-06-09461.1184
2026-06-16455.9591
2026-06-23454.3504
2026-06-30455.2149
2026-07-07455.3303
2026-07-14455.3828
2026-07-21453.8819
2026-07-28455.3500
2026-08-04453.9327
2026-08-11453.8309
2026-08-18449.3842
2026-08-26454.0606
2026-09-02453.7868
2026-09-09453.4718
2026-09-16447.9088
2026-09-23451.7716

High

504.9944

Low

447.9088

Average

474.3639

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/CRC API questions

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

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

How far back does PAB/CRC historical data go?

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