Free currency exchange rates API and Mobile App.
700+ currencies and cryptos, up-to-date rates
Explore the API docs »
App Store
·
Google Play
·
Report Bug
·
Request Feature
The primary goal of the Exchange It project is to create a user-friendly mobile application along with a versatile RESTful API for accessing current and historical currency exchange rates. This initiative aims to provide developers with a seamless toolset to integrate accurate and up-to-date exchange rate information into their applications.
No authorization needed. Rates are collected from several FREE sources and provided as it is.
- Getting list of available currencies
curl --request GET \
--url https://api.exchangeit.app/v1/currencies \
--header 'Accept: application/json'
- Get latest rates for selected currency
curl --request GET \
--url https://api.exchangeit.app/v2/currencies/aed/latest \
--header 'Accept: application/json'
or
Refer to the Open API documentation for other available end-points and responses
Currently, API has Kotlin Multiplatform SDK and support JVM, Android and iOS platforms
Please refer to the Github repository
You can download the app from Google Play or App Store
See the open issues for a full list of proposed features (and known issues).
Gary Bezruchko - @checksanity - hello@exchangeit.app
Website Link: exchangeit.app