An open API service indexing awesome lists of open source software.

https://github.com/woxy-sensei/currency-api

This is a simple currency converter API that allows you to convert between different currencies. It uses the woxy-sensei.github.io/currency-api to get the exchange rates.
https://github.com/woxy-sensei/currency-api

api currency currency-converter currency-exchange-rates free free-api free-currency-api free-exchange-api

Last synced: 3 months ago
JSON representation

This is a simple currency converter API that allows you to convert between different currencies. It uses the woxy-sensei.github.io/currency-api to get the exchange rates.

Awesome Lists containing this project

README

        

# Currency Api

## Description

This is a simple currency converter API that allows you to convert between different currencies. It uses the [woxy-sensei.github.io/currency-api](https://woxy-sensei.github.io/currency-api/) to get the exchange rates.

## Usage

``https://raw.githubusercontent.com/WoXy-Sensei/currency-api/main/api/{FROM}_{TO}.json`` - Replace `{FROM}` with the currency you want to convert from and `{TO}` with the currency you want to convert to.

## Example

``https://raw.githubusercontent.com/WoXy-Sensei/currency-api/main/api/USD_EUR.json`` - This will convert 1 USD to EUR.