Skip to content

TOP to DJF exchange rate API

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

74.7079

▼ +1.87% over 1Y

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 year, TOP/DJF traded between 73.8115 and 76.4245, averaged 75.3955 and fell 1.87%. 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 1Y

TOP/DJF over 1Y: show the values
PointTOP/DJF
2025-09-2576.1340
2025-10-0275.3192
2025-10-0975.2575
2025-10-1675.4468
2025-10-2375.4745
2025-10-3074.9486
2025-11-0675.5361
2025-11-1375.5579
2025-11-2074.3168
2025-11-2774.1906
2025-12-0474.4777
2025-12-1274.2250
2025-12-1974.4905
2025-12-2675.4422
2026-01-0274.4320
2026-01-0974.4018
2026-01-1675.6349
2026-01-2375.3545
2026-01-3075.9953
2026-02-0675.7450
2026-02-1376.0865
2026-02-2075.9822
2026-02-2776.1539
2026-03-0675.7858
2026-03-1376.0434
2026-03-2075.6328
2026-03-2776.2730
2026-04-0375.5080
2026-04-1075.7300
2026-04-1873.9542
2026-04-2573.8389
2026-05-0273.8115
2026-05-0973.8115
2026-05-1775.8000
2026-05-2576.2474
2026-06-0176.4245
2026-06-1075.8012
2026-06-1776.3263
2026-06-2475.3248
2026-07-0175.1111
2026-07-0875.8774
2026-07-1575.4506
2026-07-2275.3778
2026-07-2975.5731
2026-08-0575.5535
2026-08-1275.5780
2026-08-2075.8016
2026-08-2776.2805
2026-09-0376.1522
2026-09-1076.0603
2026-09-1776.0057
2026-09-2475.5134

High

76.4245

Low

73.8115

Average

75.3955

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.