Skip to content

USD to DJF exchange rate API

US Dollar to Djibouti Franc · quoted 2026-09-25

178.0469

▲ +0.16% over YTD

1 USD = 178.0469 DJF · 1 DJF = 0.005616 USD · Get this rate via the API

1 USD buys 178.0469 DJF as of 2026-09-25, so 1 DJF buys 0.005616 USD. Over the year to date, USD/DJF traded between 177.5761 and 178.8798, averaged 178.1011 and rose 0.16%. The API holds daily USD/DJF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/DJF over YTD

USD/DJF over YTD: show the values
PointUSD/DJF
2025-12-31177.7594
2026-01-07178.0712
2026-01-14178.2164
2026-01-21177.9282
2026-01-28178.0120
2026-02-04177.8557
2026-02-11178.1023
2026-02-18177.9542
2026-02-25178.1005
2026-03-04178.0735
2026-03-11178.1583
2026-03-18177.9439
2026-03-25178.3047
2026-04-01177.9011
2026-04-08178.0368
2026-04-15178.1635
2026-04-22178.2982
2026-04-29177.7201
2026-05-06177.7027
2026-05-14177.9334
2026-05-21178.2711
2026-05-29177.9096
2026-06-05177.8529
2026-06-14178.2311
2026-06-21178.0944
2026-06-28177.5761
2026-07-05178.4743
2026-07-12178.2415
2026-07-19178.3226
2026-07-26178.5936
2026-08-02178.2853
2026-08-09178.3031
2026-08-16178.3019
2026-08-24178.1613
2026-08-31178.8798
2026-09-07178.0654
2026-09-14178.0795
2026-09-21178.0165

High

178.8798

Low

177.5761

Average

178.1011

For developers

Get this rate via the API

One GET request returns the USD/DJF rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=DJF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=DJF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=DJF").json()

Replace YOUR_API_KEY with the key from your dashboard.

USD/DJF API questions

How do I get the USD/DJF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=DJF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/DJF rate in rates.DJF.

How far back does USD/DJF historical data go?

Daily USD/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 USD/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.