All integrations

Raycast

No key needed

A “Convert Currency” command right in Raycast (macOS). Type an amount and two currencies and get an instant conversion - no API key, backed by the keyless Rate-API feed.

Examples

Convert Currency → 100 USD EURConvert Currency → 250 usd amd

Setup

  1. 1

    Download the script

    Grab the script command above and drop it into a folder you keep Raycast scripts in (e.g. ~/raycast-scripts).

  2. 2

    Make it executable

    In Terminal, mark the file executable.

    chmod +x ~/raycast-scripts/rate-api-raycast-convert.sh
  3. 3

    Point Raycast at the folder

    In Raycast: Settings → Extensions → Script Commands → Add Directories, and choose that folder. The “Convert Currency” command appears in search.

  4. 4

    Convert

    Run “Convert Currency”, then enter the amount and the from/to codes (defaults to USD → EUR).