Skip to content

AZN to TJS exchange rate API

Azerbaijanian Manat to Somoni · quoted 2026-09-26

5.4219

▼ +0.40% over YTD

1 AZN = 5.4219 TJS · 1 TJS = 0.18444 AZN · Get this rate via the API

1 AZN buys 5.4219 TJS as of 2026-09-26, so 1 TJS buys 0.18444 AZN. Over the year to date, AZN/TJS traded between 5.4168 and 5.6404, averaged 5.4921 and fell 0.40%. The API holds daily AZN/TJS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/TJS over YTD

AZN/TJS over YTD: show the values
PointAZN/TJS
2025-12-315.4434
2026-01-075.4428
2026-01-145.4944
2026-01-215.4885
2026-01-285.4698
2026-02-045.4805
2026-02-115.5236
2026-02-185.5568
2026-02-255.5620
2026-03-045.6175
2026-03-115.6353
2026-03-185.6239
2026-03-255.6284
2026-04-015.6404
2026-04-085.5506
2026-04-155.5672
2026-04-225.5329
2026-04-295.5145
2026-05-065.5088
2026-05-145.4927
2026-05-215.4691
2026-05-295.4168
2026-06-055.4756
2026-06-145.4748
2026-06-215.4698
2026-06-285.4433
2026-07-055.4584
2026-07-125.4430
2026-07-195.4377
2026-07-265.4455
2026-08-025.4356
2026-08-095.4383
2026-08-165.4409
2026-08-245.4344
2026-08-315.4211
2026-09-075.4256
2026-09-145.4374
2026-09-215.4275

High

5.6404

Low

5.4168

Average

5.4921

For developers

Get this rate via the API

One GET request returns the AZN/TJS 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=AZN&currencies=TJS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=TJS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=TJS").json()

Replace YOUR_API_KEY with the key from your dashboard.

AZN/TJS API questions

How do I get the AZN/TJS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=TJS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/TJS rate in rates.TJS.

How far back does AZN/TJS historical data go?

Daily AZN/TJS 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 AZN/TJS 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.