Skip to content

PGK to BIF exchange rate API

Kina to Burundi Franc · quoted 2026-09-24

679.2066

▼ +5.41% over 1Y

1 PGK = 679.2066 BIF · 1 BIF = 0.001472 PGK · Get this rate via the API

1 PGK buys 679.2066 BIF as of 2026-09-24, so 1 BIF buys 0.001472 PGK. Over the last year, PGK/BIF traded between 666.3901 and 718.0840, averaged 687.7650 and fell 5.41%. The API holds daily PGK/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/BIF over 1Y

PGK/BIF over 1Y: show the values
PointPGK/BIF
2025-09-24718.0840
2025-10-01709.5360
2025-10-08706.0132
2025-10-15700.7639
2025-10-22709.2155
2025-10-29703.3979
2025-11-05701.6020
2025-11-12697.6298
2025-11-19698.9225
2025-11-26696.5802
2025-12-03689.3845
2025-12-11691.2147
2025-12-18695.2798
2025-12-25684.7920
2026-01-01695.0675
2026-01-08694.2396
2026-01-15693.8289
2026-01-22693.7257
2026-01-29692.8582
2026-02-05691.1909
2026-02-12692.6732
2026-02-19692.4607
2026-02-26687.4569
2026-03-05690.2100
2026-03-12690.5828
2026-03-19691.7793
2026-03-26690.9118
2026-04-02688.8697
2026-04-09687.5452
2026-04-16683.3671
2026-04-23686.5165
2026-04-30685.2391
2026-05-07687.2890
2026-05-15687.6673
2026-05-23686.1702
2026-05-30683.7974
2026-06-06682.8781
2026-06-15681.3473
2026-06-22680.3523
2026-06-29675.5086
2026-07-06674.8387
2026-07-13675.7278
2026-07-20673.9882
2026-07-27673.4811
2026-08-03666.3901
2026-08-10677.1722
2026-08-17667.2199
2026-08-25669.6534
2026-09-01676.9199
2026-09-08672.1847
2026-09-15669.3069
2026-09-22679.5052

High

718.0840

Low

666.3901

Average

687.7650

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=BIF").json()

Replace YOUR_API_KEY with the key from your dashboard.

PGK/BIF API questions

How do I get the PGK/BIF exchange rate from an API?

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

How far back does PGK/BIF historical data go?

Daily PGK/BIF 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 PGK/BIF 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.