New Leone
SLE · Le · ISO 925- 2022–present
- Used in Sierra Leone
- 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=SLEFetch five years of monthly rates.
curl https://api.frankfurter.dev/v2/rates?base=SLE&from=2022-07-01&group=monthFetch current SLE/EUR.
curl https://api.frankfurter.dev/v2/rate/SLE/EURFor the full reference and more examples, see the docs.