All integrations

Zapier

API key

Add “Convert Currency” and “Get Exchange Rate” steps to any Zap — append live rates to spreadsheets, invoices, CRMs and more.

Setup

  1. 1

    Connect your account

    When you add a Rate-API step, paste your API key (from your dashboard). It’s verified against your plan quota and sent on every request.

  2. 2

    Pick an action

    Convert Currency takes from / to / amount and returns the converted result and rate. Get Exchange Rate takes from / to and returns the latest pair rate.

  3. 3

    Self-publish (optional)

    The app source lives in the Rate-API repo under integrations/zapier. Push it with the Zapier CLI to make it available in your own Zapier account.

    npm install -g zapier-platform-cli
    cd integrations/zapier && npm install
    zapier login && zapier register "Rate-API"
    zapier push