Azerbaijani Manat (old)
AZM · ₼ · ISO 031- 1993–2006
- 3 providers
- Monthly dataset
API examples
Frankfurter is a free, open-source API for current and historical exchange rates. The public API lives at api.frankfurter.dev. Query rates for this currency using the examples below.
Fetch against every currency.
curl https://api.frankfurter.dev/v2/rates?base=AZM&date=2006-01-06Fetch five years of monthly rates.
curl https://api.frankfurter.dev/v2/rates?base=AZM&from=2001-01-06&to=2006-01-06&group=monthFetch current AZM/EUR.
curl https://api.frankfurter.dev/v2/rate/AZM/EUR?date=2006-01-06For the full reference and more examples, see the docs.