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: show the values
| Point | PHP/BIF |
|---|---|
| 2025-09-26 | 51.6336 |
| 2025-10-03 | 50.8618 |
| 2025-10-10 | 50.6009 |
| 2025-10-17 | 50.5491 |
| 2025-10-24 | 50.1893 |
| 2025-10-31 | 50.2769 |
| 2025-11-07 | 49.8967 |
| 2025-11-14 | 50.0178 |
| 2025-11-21 | 50.1655 |
| 2025-11-28 | 50.3478 |
| 2025-12-05 | 50.1407 |
| 2025-12-13 | 50.0689 |
| 2025-12-20 | 50.5196 |
| 2025-12-27 | 50.3746 |
| 2026-01-03 | 50.3096 |
| 2026-01-10 | 49.9631 |
| 2026-01-17 | 49.7651 |
| 2026-01-24 | 50.1436 |
| 2026-01-31 | 50.3076 |
| 2026-02-07 | 50.5306 |
| 2026-02-14 | 51.1679 |
| 2026-02-21 | 51.1625 |
| 2026-02-28 | 51.3732 |
| 2026-03-07 | 50.2469 |
| 2026-03-14 | 49.6683 |
| 2026-03-21 | 49.4108 |
| 2026-03-28 | 49.0253 |
| 2026-04-04 | 49.1383 |
| 2026-04-11 | 49.6021 |
| 2026-04-18 | 49.9176 |
| 2026-04-25 | 48.9278 |
| 2026-05-02 | 48.5564 |
| 2026-05-09 | 49.1613 |
| 2026-05-17 | 48.1890 |
| 2026-05-25 | 48.4508 |
| 2026-06-01 | 48.1137 |
| 2026-06-10 | 48.6958 |
| 2026-06-17 | 49.4505 |
| 2026-06-24 | 48.6357 |
| 2026-07-01 | 48.2593 |
| 2026-07-08 | 48.4684 |
| 2026-07-15 | 48.4166 |
| 2026-07-22 | 48.3068 |
| 2026-07-29 | 48.5790 |
| 2026-08-05 | 49.1345 |
| 2026-08-12 | 48.8179 |
| 2026-08-20 | 48.1847 |
| 2026-08-27 | 48.2462 |
| 2026-09-03 | 47.8233 |
| 2026-09-10 | 47.7703 |
| 2026-09-17 | 47.8861 |
| 2026-09-24 | 48.0228 |
High
51.6336
Low
47.7703
Average
49.4621
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP¤cies=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¤cies=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.