PAB to DJF exchange rate API
Balboa to Djibouti Franc · quoted 2026-09-25
178.0469
▲ +0.16% over YTD
1 PAB = 178.0469 DJF · 1 DJF = 0.005616 PAB · Get this rate via the API
1 PAB buys 178.0469 DJF as of 2026-09-25, so 1 DJF buys 0.005616 PAB. Over the year to date, PAB/DJF traded between 177.5761 and 178.8798, averaged 178.1097 and rose 0.16%. The API holds daily PAB/DJF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PAB/DJF over YTD: show the values
| Point | PAB/DJF |
|---|---|
| 2025-12-31 | 177.7594 |
| 2026-01-07 | 178.0712 |
| 2026-01-14 | 178.2164 |
| 2026-01-21 | 177.9282 |
| 2026-01-28 | 178.0120 |
| 2026-02-04 | 177.8557 |
| 2026-02-11 | 178.1023 |
| 2026-02-18 | 177.9542 |
| 2026-02-25 | 178.1005 |
| 2026-03-04 | 178.0735 |
| 2026-03-11 | 178.1583 |
| 2026-03-18 | 177.9439 |
| 2026-03-25 | 178.3047 |
| 2026-04-01 | 177.9011 |
| 2026-04-08 | 178.0368 |
| 2026-04-15 | 178.0677 |
| 2026-04-22 | 178.3202 |
| 2026-04-29 | 177.7626 |
| 2026-05-06 | 178.0682 |
| 2026-05-14 | 177.9334 |
| 2026-05-21 | 178.2711 |
| 2026-05-29 | 177.9096 |
| 2026-06-05 | 177.8529 |
| 2026-06-14 | 178.2311 |
| 2026-06-21 | 178.0944 |
| 2026-06-28 | 177.5761 |
| 2026-07-05 | 178.4743 |
| 2026-07-12 | 178.2415 |
| 2026-07-19 | 178.3226 |
| 2026-07-26 | 178.5936 |
| 2026-08-02 | 178.2853 |
| 2026-08-09 | 178.3031 |
| 2026-08-16 | 178.3019 |
| 2026-08-24 | 178.1613 |
| 2026-08-31 | 178.8798 |
| 2026-09-07 | 178.0654 |
| 2026-09-14 | 178.0795 |
| 2026-09-21 | 178.0165 |
High
178.8798
Low
177.5761
Average
178.1097
Get this rate via the API
One GET request returns the PAB/DJF 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=PAB¤cies=DJF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=DJF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=DJF").json()Replace YOUR_API_KEY with the key from your dashboard.
PAB/DJF API questions
How do I get the PAB/DJF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=DJF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/DJF rate in rates.DJF.
How far back does PAB/DJF historical data go?
Daily PAB/DJF 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 PAB/DJF 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.