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: show the values
| Point | TOP/DJF |
|---|---|
| 2026-08-26 | 76.1889 |
| 2026-08-27 | 76.2805 |
| 2026-08-28 | 76.3561 |
| 2026-08-29 | 75.5564 |
| 2026-08-30 | 76.4098 |
| 2026-08-31 | 76.5556 |
| 2026-09-01 | 76.1364 |
| 2026-09-02 | 76.2328 |
| 2026-09-03 | 76.1522 |
| 2026-09-04 | 76.2383 |
| 2026-09-05 | 75.6544 |
| 2026-09-06 | 75.7818 |
| 2026-09-07 | 76.0469 |
| 2026-09-08 | 76.1996 |
| 2026-09-09 | 76.2062 |
| 2026-09-10 | 76.0603 |
| 2026-09-11 | 76.0223 |
| 2026-09-12 | 75.3560 |
| 2026-09-13 | 75.6946 |
| 2026-09-14 | 75.9201 |
| 2026-09-15 | 75.5570 |
| 2026-09-16 | 75.5816 |
| 2026-09-17 | 76.0057 |
| 2026-09-18 | 75.4301 |
| 2026-09-19 | 74.3290 |
| 2026-09-20 | 75.1300 |
| 2026-09-21 | 76.2226 |
| 2026-09-22 | 76.3931 |
| 2026-09-23 | 76.2308 |
| 2026-09-24 | 75.5134 |
High
76.5556
Low
74.3290
Average
75.8758
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.