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: show the values
| Point | TOP/DJF |
|---|---|
| 2026-03-29 | 76.0069 |
| 2026-04-05 | 76.1468 |
| 2026-04-13 | 75.6854 |
| 2026-04-20 | 75.9414 |
| 2026-04-27 | 75.8746 |
| 2026-05-04 | 76.0753 |
| 2026-05-11 | 75.9365 |
| 2026-05-19 | 76.1286 |
| 2026-05-27 | 76.3158 |
| 2026-06-03 | 76.1565 |
| 2026-06-12 | 75.6478 |
| 2026-06-19 | 76.0043 |
| 2026-06-26 | 75.6226 |
| 2026-07-03 | 75.2882 |
| 2026-07-10 | 75.1998 |
| 2026-07-17 | 76.4294 |
| 2026-07-24 | 76.0855 |
| 2026-07-31 | 75.7551 |
| 2026-08-07 | 76.2327 |
| 2026-08-14 | 75.4863 |
| 2026-08-22 | 73.9296 |
| 2026-08-29 | 75.5564 |
| 2026-09-05 | 75.6544 |
| 2026-09-12 | 75.3560 |
| 2026-09-19 | 74.3290 |
High
76.4294
Low
73.9296
Average
75.6751
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=DJF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=DJF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.