Skip to content

TOP to DJF exchange rate API

Pa’anga to Djibouti Franc · quoted 2026-09-25

74.7079

▼ +1.71% over 6M

1 TOP = 74.7079 DJF · 1 DJF = 0.01339 TOP · Get this rate via the API

1 TOP buys 74.7079 DJF as of 2026-09-25, so 1 DJF buys 0.01339 TOP. Over the last 6 months, TOP/DJF traded between 73.9296 and 76.4294, averaged 75.6751 and fell 1.71%. The API holds daily TOP/DJF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/DJF over 6M

TOP/DJF over 6M: show the values
PointTOP/DJF
2026-03-2976.0069
2026-04-0576.1468
2026-04-1375.6854
2026-04-2075.9414
2026-04-2775.8746
2026-05-0476.0753
2026-05-1175.9365
2026-05-1976.1286
2026-05-2776.3158
2026-06-0376.1565
2026-06-1275.6478
2026-06-1976.0043
2026-06-2675.6226
2026-07-0375.2882
2026-07-1075.1998
2026-07-1776.4294
2026-07-2476.0855
2026-07-3175.7551
2026-08-0776.2327
2026-08-1475.4863
2026-08-2273.9296
2026-08-2975.5564
2026-09-0575.6544
2026-09-1275.3560
2026-09-1974.3290

High

76.4294

Low

73.9296

Average

75.6751

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/DJF API questions

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

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

How far back does TOP/DJF historical data go?

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