Forex website screenshot

Forex

A collection of foreign exchange and currency conversion APIs.

5 APIs 0 Features
CurrencyExchange RatesFinancial DataForexTrading

APIs

Open Exchange Rates API

Real-time and historical exchange rates with simple JSON API.

Fixer.io API

Foreign exchange rates and currency conversion API.

ExchangeRate-API

Free currency conversion API with 161 currencies.

CurrencyAPI

Accurate and reliable foreign exchange rates API.

Frankfurter API

Free and open-source API for current and historical forex rates.

Collections

Pricing Plans

Forex Plans Pricing

3 plans

PLANS

Rate Limits

Forex Rate Limits

5 limits

RATE LIMITS

FinOps

Forex Finops

FINOPS

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Open Exchange Rates API
  version: 1.0.0
request:
  auth:
    type: apikey
    key: app_id
    value: '{{app_id}}'
    placement: query
items:
- info:
    name: Rates
    type: folder
  items:
  - info:
      name: Get the latest exchange rates
      type: http
    http:
      method: GET
      url: https://openexchangerates.org/api/latest.json
      params:
      - name: app_id
        value: ''
        type: query
      - name: base
        value: ''
        type: query
      - name: symbols
        value: ''
        type: query
      - name: prettyprint
        value: ''
        type: query
      - name: show_alternative
        value: ''
        type: query
    docs: Get the latest exchange rates
  - info:
      name: Get historical exchange rates for a given date
      type: http
    http:
      method: GET
      url: https://openexchangerates.org/api/historical/:date.json
      params:
      - name: date
        value: ''
        type: path
      - name: app_id
        value: ''
        type: query
      - name: base
        value: ''
        type: query
      - name: symbols
        value: ''
        type: query
    docs: Get historical exchange rates for a given date
  - info:
      name: Convert an amount between two currencies
      type: http
    http:
      method: GET
      url: https://openexchangerates.org/api/convert/:value/:from/:to
      params:
      - name: value
        value: ''
        type: path
      - name: from
        value: ''
        type: path
      - name: to
        value: ''
        type: path
      - name: app_id
        value: ''
        type: query
      - name: prettyprint
        value: ''
        type: query
    docs: Convert an amount between two currencies
- info:
    name: Reference
    type: folder
  items:
  - info:
      name: List available currencies
      type: http
    http:
      method: GET
      url: https://openexchangerates.org/api/currencies.json
      params:
      - name: app_id
        value: ''
        type: query
    docs: List available currencies
- info:
    name: Account
    type: folder
  items:
  - info:
      name: Get account usage statistics
      type: http
    http:
      method: GET
      url: https://openexchangerates.org/api/usage.json
      params:
      - name: app_id
        value: ''
        type: query
    docs: Get account usage statistics
bundled: true