All integrations

n8n

API key

A community node for n8n, the source-available workflow automation tool. Add live rates, conversion and crypto prices to any self-hosted or cloud n8n workflow.

Examples

Get Latest Rates - base + optional symbolsConvert Amount - from / to / amountGet Pair Rate - from / toGet Historical Rates - date + base

Setup

  1. 1

    Install the node

    In n8n go to Settings → Community Nodes → Install and enter the package name. Works on self-hosted n8n, and on n8n Cloud where community nodes are enabled.

    n8n-nodes-rate-api
  2. 2

    Add your credentials

    Create a new Rate-API credential and paste your API key from your dashboard. The base URL defaults to https://rate-api.com - leave it unless you self-host the API.

  3. 3

    Use the node

    Add the Rate-API node to a workflow and pick an operation: Get Latest Rates, Convert Amount, Get Pair Rate, Get Historical Rates, List Currencies or Get Crypto Rates.

  4. 4

    Build from source (optional)

    The node source lives in the Rate-API repo under integrations/n8n. Build and link it for local development.

    cd integrations/n8n
    npm install && npm run build
    npm link   # then in your n8n: npm link n8n-nodes-rate-api