BAM to XPF exchange rate API
Convertible Mark to CFP Franc · quoted 2026-09-26
61.0134
▲ +1.67% over 1Y
1 BAM = 61.0134 XPF · 1 XPF = 0.01639 BAM · Get this rate via the API
1 BAM buys 61.0134 XPF as of 2026-09-26, so 1 XPF buys 0.01639 BAM. Over the last year, BAM/XPF traded between 60.0130 and 61.2403, averaged 60.9844 and rose 1.67%. The API holds daily BAM/XPF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BAM/XPF over 1Y: show the values
| Point | BAM/XPF |
|---|---|
| 2025-09-26 | 60.0130 |
| 2025-10-03 | 61.0008 |
| 2025-10-10 | 60.9696 |
| 2025-10-17 | 61.2403 |
| 2025-10-24 | 61.0930 |
| 2025-10-31 | 61.0879 |
| 2025-11-07 | 60.9779 |
| 2025-11-14 | 61.1655 |
| 2025-11-21 | 61.0572 |
| 2025-11-28 | 61.0384 |
| 2025-12-05 | 61.1621 |
| 2025-12-13 | 61.0134 |
| 2025-12-20 | 61.0134 |
| 2025-12-27 | 61.0134 |
| 2026-01-03 | 61.0134 |
| 2026-01-10 | 61.0134 |
| 2026-01-17 | 61.0134 |
| 2026-01-24 | 61.0134 |
| 2026-01-31 | 61.0134 |
| 2026-02-07 | 61.0134 |
| 2026-02-14 | 61.0134 |
| 2026-02-21 | 61.0134 |
| 2026-02-28 | 61.0134 |
| 2026-03-07 | 61.0134 |
| 2026-03-14 | 61.0134 |
| 2026-03-21 | 61.0134 |
| 2026-03-28 | 60.8063 |
| 2026-04-04 | 61.0134 |
| 2026-04-11 | 60.9607 |
| 2026-04-18 | 61.1311 |
| 2026-04-25 | 60.9254 |
| 2026-05-02 | 60.9524 |
| 2026-05-09 | 60.8723 |
| 2026-05-17 | 60.9540 |
| 2026-05-25 | 60.8055 |
| 2026-06-01 | 61.0464 |
| 2026-06-10 | 60.9582 |
| 2026-06-17 | 61.1873 |
| 2026-06-24 | 60.8898 |
| 2026-07-01 | 61.0112 |
| 2026-07-08 | 61.0212 |
| 2026-07-15 | 61.0439 |
| 2026-07-22 | 60.9755 |
| 2026-07-29 | 60.9303 |
| 2026-08-05 | 60.9181 |
| 2026-08-12 | 60.9456 |
| 2026-08-20 | 61.0637 |
| 2026-08-27 | 60.9833 |
| 2026-09-03 | 60.9279 |
| 2026-09-10 | 60.8921 |
| 2026-09-17 | 60.9546 |
| 2026-09-24 | 60.9839 |
High
61.2403
Low
60.0130
Average
60.9844
Get this rate via the API
One GET request returns the BAM/XPF 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=BAM¤cies=XPF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=XPF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=XPF").json()Replace YOUR_API_KEY with the key from your dashboard.
BAM/XPF API questions
How do I get the BAM/XPF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=XPF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/XPF rate in rates.XPF.
How far back does BAM/XPF historical data go?
Daily BAM/XPF 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 BAM/XPF 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.