Skip to content

TOP to DJF exchange rate API

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

74.7079

▼ +1.94% over 30D

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 30 days, TOP/DJF traded between 74.3290 and 76.5556, averaged 75.8758 and fell 1.94%. 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 30D

TOP/DJF over 30D: show the values
PointTOP/DJF
2026-08-2676.1889
2026-08-2776.2805
2026-08-2876.3561
2026-08-2975.5564
2026-08-3076.4098
2026-08-3176.5556
2026-09-0176.1364
2026-09-0276.2328
2026-09-0376.1522
2026-09-0476.2383
2026-09-0575.6544
2026-09-0675.7818
2026-09-0776.0469
2026-09-0876.1996
2026-09-0976.2062
2026-09-1076.0603
2026-09-1176.0223
2026-09-1275.3560
2026-09-1375.6946
2026-09-1475.9201
2026-09-1575.5570
2026-09-1675.5816
2026-09-1776.0057
2026-09-1875.4301
2026-09-1974.3290
2026-09-2075.1300
2026-09-2176.2226
2026-09-2276.3931
2026-09-2376.2308
2026-09-2475.5134

High

76.5556

Low

74.3290

Average

75.8758

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.