VoirDev / exchangeit

Currency exchange rates mobile app and API

Home Page:https://exchangeit.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

Exchange It

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

About The Project

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.

Built With

Android Kotlin React JavaScript TypeScript NodeJS NestJs NextJs

API

No authorization needed. Rates are collected from several FREE sources and provided as it is.

Usage

  1. Getting list of available currencies
curl --request GET \
  --url https://api.exchangeit.app/v1/currencies \
  --header 'Accept: application/json'
  1. Get latest rates for selected currency
curl --request GET \
  --url https://api.exchangeit.app/v1/currencies/AED/latest \
  --header 'Accept: application/json'

or

Refer to the Open API documentation for other available end-points and responses

Integration

Currently, API has Kotlin Multiplatform SDK and support JVM, Android and iOS platforms

Please refer to the Github repository

Mobile App

You can download the app from Google Play or App Store

Contact

See the open issues for a full list of proposed features (and known issues).

Gary Bezruchko - @checksanity - hello@exchangeit.app

Website Link: exchangeit.app

(back to top)