BIF to PYG exchange rate API
Burundi Franc to Guarani · quoted 2026-09-26
1.9759
▼ +16.81% over 1Y
1 BIF = 1.9759 PYG · 1 PYG = 0.50610 BIF · Get this rate via the API
1 BIF buys 1.9759 PYG as of 2026-09-26, so 1 PYG buys 0.50610 BIF. Over the last year, BIF/PYG traded between 1.9709 and 2.4054, averaged 2.1708 and fell 16.81%. The API holds daily BIF/PYG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BIF/PYG over 1Y: show the values
| Point | BIF/PYG |
|---|---|
| 2025-09-26 | 2.3751 |
| 2025-10-03 | 2.4054 |
| 2025-10-10 | 2.3783 |
| 2025-10-17 | 2.3951 |
| 2025-10-24 | 2.4015 |
| 2025-10-31 | 2.4015 |
| 2025-11-07 | 2.4010 |
| 2025-11-14 | 2.3911 |
| 2025-11-21 | 2.3812 |
| 2025-11-28 | 2.3643 |
| 2025-12-05 | 2.3493 |
| 2025-12-13 | 2.3138 |
| 2025-12-20 | 2.2661 |
| 2025-12-27 | 2.2964 |
| 2026-01-03 | 2.2152 |
| 2026-01-10 | 2.2208 |
| 2026-01-17 | 2.2905 |
| 2026-01-24 | 2.2610 |
| 2026-01-31 | 2.2629 |
| 2026-02-07 | 2.2298 |
| 2026-02-14 | 2.2151 |
| 2026-02-21 | 2.1804 |
| 2026-02-28 | 2.1700 |
| 2026-03-07 | 2.2050 |
| 2026-03-14 | 2.1719 |
| 2026-03-21 | 2.1954 |
| 2026-03-28 | 2.2027 |
| 2026-04-04 | 2.1795 |
| 2026-04-11 | 2.1767 |
| 2026-04-18 | 2.1425 |
| 2026-04-25 | 2.1317 |
| 2026-05-02 | 2.0671 |
| 2026-05-09 | 2.0530 |
| 2026-05-17 | 2.0464 |
| 2026-05-25 | 2.0632 |
| 2026-06-01 | 2.0643 |
| 2026-06-10 | 2.0532 |
| 2026-06-17 | 2.0445 |
| 2026-06-24 | 2.0465 |
| 2026-07-01 | 2.0416 |
| 2026-07-08 | 2.0448 |
| 2026-07-15 | 2.0247 |
| 2026-07-22 | 2.0350 |
| 2026-07-29 | 2.0096 |
| 2026-08-05 | 1.9949 |
| 2026-08-12 | 1.9910 |
| 2026-08-20 | 2.0118 |
| 2026-08-27 | 2.0043 |
| 2026-09-03 | 1.9757 |
| 2026-09-10 | 1.9746 |
| 2026-09-17 | 1.9875 |
| 2026-09-24 | 1.9709 |
High
2.4054
Low
1.9709
Average
2.1708
Get this rate via the API
One GET request returns the BIF/PYG 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=BIF¤cies=PYG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF¤cies=PYG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF¤cies=PYG").json()Replace YOUR_API_KEY with the key from your dashboard.
BIF/PYG API questions
How do I get the BIF/PYG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF¤cies=PYG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BIF/PYG rate in rates.PYG.
How far back does BIF/PYG historical data go?
Daily BIF/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 BIF/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.