Skip to content

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

BIF/PYG over 1Y: show the values
PointBIF/PYG
2025-09-262.3751
2025-10-032.4054
2025-10-102.3783
2025-10-172.3951
2025-10-242.4015
2025-10-312.4015
2025-11-072.4010
2025-11-142.3911
2025-11-212.3812
2025-11-282.3643
2025-12-052.3493
2025-12-132.3138
2025-12-202.2661
2025-12-272.2964
2026-01-032.2152
2026-01-102.2208
2026-01-172.2905
2026-01-242.2610
2026-01-312.2629
2026-02-072.2298
2026-02-142.2151
2026-02-212.1804
2026-02-282.1700
2026-03-072.2050
2026-03-142.1719
2026-03-212.1954
2026-03-282.2027
2026-04-042.1795
2026-04-112.1767
2026-04-182.1425
2026-04-252.1317
2026-05-022.0671
2026-05-092.0530
2026-05-172.0464
2026-05-252.0632
2026-06-012.0643
2026-06-102.0532
2026-06-172.0445
2026-06-242.0465
2026-07-012.0416
2026-07-082.0448
2026-07-152.0247
2026-07-222.0350
2026-07-292.0096
2026-08-051.9949
2026-08-121.9910
2026-08-202.0118
2026-08-272.0043
2026-09-031.9757
2026-09-101.9746
2026-09-171.9875
2026-09-241.9709

High

2.4054

Low

1.9709

Average

2.1708

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF&currencies=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&currencies=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.