Skip to content

DJF to AUD exchange rate API

Djibouti Franc to Australian Dollar · quoted 2026-09-24

0.008001

▼ +5.87% over 1Y

1 DJF = 0.008001 AUD · 1 AUD = 124.9844 DJF · Get this rate via the API

1 DJF buys 0.008001 AUD as of 2026-09-24, so 1 AUD buys 124.9844 DJF. Over the last year, DJF/AUD traded between 0.007711 and 0.008670, averaged 0.008137 and fell 5.87%. The API holds daily DJF/AUD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DJF/AUD over 1Y

DJF/AUD over 1Y: show the values
PointDJF/AUD
2025-09-240.008500
2025-10-010.008509
2025-10-080.008539
2025-10-150.008629
2025-10-220.008654
2025-10-290.008515
2025-11-050.008670
2025-11-120.008583
2025-11-190.008644
2025-11-260.008651
2025-12-030.008517
2025-12-110.008433
2025-12-180.008504
2025-12-250.008380
2026-01-010.008424
2026-01-080.008385
2026-01-150.008395
2026-01-220.008245
2026-01-290.007949
2026-02-050.008054
2026-02-120.007869
2026-02-190.007985
2026-02-260.007899
2026-03-050.007989
2026-03-120.007869
2026-03-190.008001
2026-03-260.008111
2026-04-020.008180
2026-04-090.007990
2026-04-160.007848
2026-04-230.007823
2026-04-300.007871
2026-05-070.007711
2026-05-150.007819
2026-05-230.007864
2026-05-300.007807
2026-06-060.007974
2026-06-150.007947
2026-06-220.008013
2026-06-290.008148
2026-07-060.008097
2026-07-130.008079
2026-07-200.008018
2026-07-270.008029
2026-08-030.008006
2026-08-100.007960
2026-08-170.007889
2026-08-250.007838
2026-09-010.007863
2026-09-080.007785
2026-09-150.007882
2026-09-220.007896

High

0.008670

Low

0.007711

Average

0.008137

For developers

Get this rate via the API

One GET request returns the DJF/AUD 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=DJF&currencies=AUD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DJF&currencies=AUD");
const data = await response.json();
Python
import requests

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

Replace YOUR_API_KEY with the key from your dashboard.

DJF/AUD API questions

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

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

How far back does DJF/AUD historical data go?

Daily DJF/AUD 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/AUD 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.