TOP to DJF exchange rate API
Pa’anga to Djibouti Franc · quoted 2026-09-25
74.7079
▲ +0.04% over YTD
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 year to date, TOP/DJF traded between 74.6790 and 77.7371, averaged 75.7706 and rose 0.04%. 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 YTD: show the values
| Point | TOP/DJF |
|---|---|
| 2025-12-31 | 74.6790 |
| 2026-01-07 | 74.7256 |
| 2026-01-14 | 75.0906 |
| 2026-01-21 | 75.2363 |
| 2026-01-28 | 75.9021 |
| 2026-02-04 | 76.2294 |
| 2026-02-11 | 76.3793 |
| 2026-02-18 | 76.0585 |
| 2026-02-25 | 76.2078 |
| 2026-03-04 | 75.8783 |
| 2026-03-11 | 75.8592 |
| 2026-03-18 | 76.0249 |
| 2026-03-25 | 75.9510 |
| 2026-04-01 | 75.3684 |
| 2026-04-08 | 75.4917 |
| 2026-04-16 | 76.5568 |
| 2026-04-23 | 76.1021 |
| 2026-04-30 | 76.6177 |
| 2026-05-07 | 76.6771 |
| 2026-05-15 | 77.7371 |
| 2026-05-23 | 75.6087 |
| 2026-05-30 | 74.8426 |
| 2026-06-06 | 74.8154 |
| 2026-06-15 | 75.6290 |
| 2026-06-22 | 75.6341 |
| 2026-06-29 | 75.0932 |
| 2026-07-06 | 75.2646 |
| 2026-07-13 | 75.4099 |
| 2026-07-20 | 75.6550 |
| 2026-07-27 | 75.6550 |
| 2026-08-03 | 75.6325 |
| 2026-08-10 | 75.7276 |
| 2026-08-17 | 75.8563 |
| 2026-08-25 | 76.4624 |
| 2026-09-01 | 76.1364 |
| 2026-09-08 | 76.1996 |
| 2026-09-15 | 75.5570 |
| 2026-09-22 | 76.3931 |
High
77.7371
Low
74.6790
Average
75.7706
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.