BAM to XPF exchange rate API
Convertible Mark to CFP Franc · quoted 2026-09-26
61.0134
▲ +0.05% over 30D
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 30 days, BAM/XPF traded between 60.8411 and 61.0461, averaged 60.9424 and rose 0.05%. 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 30D: show the values
| Point | BAM/XPF |
|---|---|
| 2026-08-27 | 60.9833 |
| 2026-08-28 | 61.0314 |
| 2026-08-29 | 61.0134 |
| 2026-08-30 | 60.8853 |
| 2026-08-31 | 60.8438 |
| 2026-09-01 | 60.8501 |
| 2026-09-02 | 61.0062 |
| 2026-09-03 | 60.9279 |
| 2026-09-04 | 60.8801 |
| 2026-09-05 | 61.0134 |
| 2026-09-06 | 60.9055 |
| 2026-09-07 | 60.8907 |
| 2026-09-08 | 60.8906 |
| 2026-09-09 | 60.9026 |
| 2026-09-10 | 60.8921 |
| 2026-09-11 | 60.8458 |
| 2026-09-12 | 61.0134 |
| 2026-09-13 | 60.8908 |
| 2026-09-14 | 60.8411 |
| 2026-09-15 | 60.9484 |
| 2026-09-16 | 61.0461 |
| 2026-09-17 | 60.9546 |
| 2026-09-18 | 60.8681 |
| 2026-09-19 | 61.0134 |
| 2026-09-20 | 60.9849 |
| 2026-09-21 | 61.0062 |
| 2026-09-22 | 60.8472 |
| 2026-09-23 | 60.9849 |
| 2026-09-24 | 60.9839 |
| 2026-09-25 | 60.9839 |
| 2026-09-26 | 61.0134 |
High
61.0461
Low
60.8411
Average
60.9424
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.