Skip to content

PHP to BIF exchange rate API

Philippine Peso to Burundi Franc · quoted 2026-09-26

48.0211

▼ +7.00% over 1Y

1 PHP = 48.0211 BIF · 1 BIF = 0.02082 PHP · Get this rate via the API

1 PHP buys 48.0211 BIF as of 2026-09-26, so 1 BIF buys 0.02082 PHP. Over the last year, PHP/BIF traded between 47.7703 and 51.6336, averaged 49.4621 and fell 7.00%. The API holds daily PHP/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PHP/BIF over 1Y

PHP/BIF over 1Y: show the values
PointPHP/BIF
2025-09-2651.6336
2025-10-0350.8618
2025-10-1050.6009
2025-10-1750.5491
2025-10-2450.1893
2025-10-3150.2769
2025-11-0749.8967
2025-11-1450.0178
2025-11-2150.1655
2025-11-2850.3478
2025-12-0550.1407
2025-12-1350.0689
2025-12-2050.5196
2025-12-2750.3746
2026-01-0350.3096
2026-01-1049.9631
2026-01-1749.7651
2026-01-2450.1436
2026-01-3150.3076
2026-02-0750.5306
2026-02-1451.1679
2026-02-2151.1625
2026-02-2851.3732
2026-03-0750.2469
2026-03-1449.6683
2026-03-2149.4108
2026-03-2849.0253
2026-04-0449.1383
2026-04-1149.6021
2026-04-1849.9176
2026-04-2548.9278
2026-05-0248.5564
2026-05-0949.1613
2026-05-1748.1890
2026-05-2548.4508
2026-06-0148.1137
2026-06-1048.6958
2026-06-1749.4505
2026-06-2448.6357
2026-07-0148.2593
2026-07-0848.4684
2026-07-1548.4166
2026-07-2248.3068
2026-07-2948.5790
2026-08-0549.1345
2026-08-1248.8179
2026-08-2048.1847
2026-08-2748.2462
2026-09-0347.8233
2026-09-1047.7703
2026-09-1747.8861
2026-09-2448.0228

High

51.6336

Low

47.7703

Average

49.4621

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PHP/BIF API questions

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

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

How far back does PHP/BIF historical data go?

Daily PHP/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 PHP/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.