Zimbabwean Dollar
ZWN · $ · ISO 942- 2006
- 2 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=ZWN&date=2006-10-25Fetch five years of monthly rates.
curl https://api.frankfurter.dev/v2/rates?base=ZWN&from=2006-09-01&to=2006-10-25&group=monthFetch current ZWN/EUR.
curl https://api.frankfurter.dev/v2/rate/ZWN/EUR?date=2006-10-25For the full reference and more examples, see the docs.