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: show the values
| Point | PGK/BIF |
|---|---|
| 2025-09-24 | 718.0840 |
| 2025-10-01 | 709.5360 |
| 2025-10-08 | 706.0132 |
| 2025-10-15 | 700.7639 |
| 2025-10-22 | 709.2155 |
| 2025-10-29 | 703.3979 |
| 2025-11-05 | 701.6020 |
| 2025-11-12 | 697.6298 |
| 2025-11-19 | 698.9225 |
| 2025-11-26 | 696.5802 |
| 2025-12-03 | 689.3845 |
| 2025-12-11 | 691.2147 |
| 2025-12-18 | 695.2798 |
| 2025-12-25 | 684.7920 |
| 2026-01-01 | 695.0675 |
| 2026-01-08 | 694.2396 |
| 2026-01-15 | 693.8289 |
| 2026-01-22 | 693.7257 |
| 2026-01-29 | 692.8582 |
| 2026-02-05 | 691.1909 |
| 2026-02-12 | 692.6732 |
| 2026-02-19 | 692.4607 |
| 2026-02-26 | 687.4569 |
| 2026-03-05 | 690.2100 |
| 2026-03-12 | 690.5828 |
| 2026-03-19 | 691.7793 |
| 2026-03-26 | 690.9118 |
| 2026-04-02 | 688.8697 |
| 2026-04-09 | 687.5452 |
| 2026-04-16 | 683.3671 |
| 2026-04-23 | 686.5165 |
| 2026-04-30 | 685.2391 |
| 2026-05-07 | 687.2890 |
| 2026-05-15 | 687.6673 |
| 2026-05-23 | 686.1702 |
| 2026-05-30 | 683.7974 |
| 2026-06-06 | 682.8781 |
| 2026-06-15 | 681.3473 |
| 2026-06-22 | 680.3523 |
| 2026-06-29 | 675.5086 |
| 2026-07-06 | 674.8387 |
| 2026-07-13 | 675.7278 |
| 2026-07-20 | 673.9882 |
| 2026-07-27 | 673.4811 |
| 2026-08-03 | 666.3901 |
| 2026-08-10 | 677.1722 |
| 2026-08-17 | 667.2199 |
| 2026-08-25 | 669.6534 |
| 2026-09-01 | 676.9199 |
| 2026-09-08 | 672.1847 |
| 2026-09-15 | 669.3069 |
| 2026-09-22 | 679.5052 |
High
718.0840
Low
666.3901
Average
687.7650
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.