DJF to JPY exchange rate API
Djibouti Franc to Yen · quoted 2026-09-25
0.88176
▲ +5.43% over 1Y
1 DJF = 0.88176 JPY · 1 JPY = 1.1341 DJF · Get this rate via the API
1 DJF buys 0.88176 JPY as of 2026-09-25, so 1 JPY buys 1.1341 DJF. Over the last year, DJF/JPY traded between 0.82445 and 0.92139, averaged 0.88347 and rose 5.43%. The API holds daily DJF/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
DJF/JPY over 1Y: show the values
| Point | DJF/JPY |
|---|---|
| 2025-09-25 | 0.83632 |
| 2025-10-02 | 0.82445 |
| 2025-10-09 | 0.85816 |
| 2025-10-16 | 0.85006 |
| 2025-10-23 | 0.85726 |
| 2025-10-30 | 0.86777 |
| 2025-11-06 | 0.86218 |
| 2025-11-13 | 0.86820 |
| 2025-11-20 | 0.88569 |
| 2025-11-27 | 0.87853 |
| 2025-12-04 | 0.86975 |
| 2025-12-12 | 0.87689 |
| 2025-12-19 | 0.88310 |
| 2025-12-26 | 0.87854 |
| 2026-01-02 | 0.88177 |
| 2026-01-09 | 0.88493 |
| 2026-01-16 | 0.88686 |
| 2026-01-23 | 0.88733 |
| 2026-01-30 | 0.86492 |
| 2026-02-06 | 0.88196 |
| 2026-02-13 | 0.86229 |
| 2026-02-20 | 0.87168 |
| 2026-02-27 | 0.87566 |
| 2026-03-06 | 0.88710 |
| 2026-03-13 | 0.89382 |
| 2026-03-20 | 0.89441 |
| 2026-03-27 | 0.89854 |
| 2026-04-03 | 0.89537 |
| 2026-04-10 | 0.89575 |
| 2026-04-17 | 0.89359 |
| 2026-04-24 | 0.89702 |
| 2026-05-01 | 0.88285 |
| 2026-05-08 | 0.87748 |
| 2026-05-16 | 0.88925 |
| 2026-05-24 | 0.89101 |
| 2026-05-31 | 0.89240 |
| 2026-06-09 | 0.90063 |
| 2026-06-16 | 0.90267 |
| 2026-06-23 | 0.90645 |
| 2026-06-30 | 0.91276 |
| 2026-07-07 | 0.90980 |
| 2026-07-14 | 0.90942 |
| 2026-07-21 | 0.91404 |
| 2026-07-28 | 0.92139 |
| 2026-08-04 | 0.88352 |
| 2026-08-11 | 0.89388 |
| 2026-08-18 | 0.89672 |
| 2026-08-26 | 0.89367 |
| 2026-09-02 | 0.89606 |
| 2026-09-09 | 0.86141 |
| 2026-09-16 | 0.87077 |
| 2026-09-23 | 0.88611 |
High
0.92139
Low
0.82445
Average
0.88347
Get this rate via the API
One GET request returns the DJF/JPY 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=DJF¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DJF¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DJF¤cies=JPY").json()Replace YOUR_API_KEY with the key from your dashboard.
DJF/JPY API questions
How do I get the DJF/JPY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DJF¤cies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DJF/JPY rate in rates.JPY.
How far back does DJF/JPY historical data go?
Daily DJF/JPY 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 DJF/JPY 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.