npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-exchangerate-api

v1.0.0

Published

n8n community node for the Exchange Rate API

Readme

n8n-nodes-exchangerate-api

n8n-nodes-exchangerate-api License

Buy Me A Coffee

This is an n8n community node for the ExchangeRate API. It provides a simple way to get currency exchange rates and perform conversions within your n8n workflows.

n8n is a fair-code licensed workflow automation platform.

Installation
Credentials
Operations
Features
Resources
Contributing
Support
License

Usage Preview

ExchangeRate API Node Usage Preview

Installation

Follow the installation guide in the n8n community nodes documentation.

Using n8n Desktop and GUI

  1. Go to Settings > Community Nodes
  2. Enter n8n-nodes-exchangerate-api in the "Enter npm package name" field
  3. Click "Install"
  4. After installation, you'll find the "ExchangeRate API" node in the node library

Using npm

npm install n8n-nodes-exchangerate-api

Credentials

This node requires an API key from ExchangeRate API. You can get a free API key by signing up.

To use this node, you need to:

  1. Create an account at ExchangeRate API
  2. Obtain your API key
  3. Configure the node with the API key using Token Bearer Authentication

Operations

This node supports the following operations:

Get Exchange Rates

Fetches the latest exchange rates from a base currency (e.g., USD) to all other supported currencies.

Parameters:

  • Resource: Exchange Rate (default)
  • Base Currency: Select a currency from the dropdown of ISO 4217 currency codes (e.g., USD, EUR, GBP)

Convert Value

Converts a value from one currency to another.

Parameters:

  • Resource: Exchange Rate (default)
  • Amount: The amount to convert (must be positive)
  • From Currency: Select a currency from the dropdown of ISO 4217 currency codes
  • To Currency: Select a currency from the dropdown of ISO 4217 currency codes
  • Use Conversion Fee: Toggle to enable/disable applying a percentage fee
    • Conversion Fee (%): Percentage fee to add to the conversion (only shown when toggle is enabled)
  • Use Decimal Places: Toggle to enable/disable rounding to specific decimal places
    • Decimal Places: Number of decimal places to round the result to (only shown when toggle is enabled, must be a non-negative integer)
  • Return Detailed Response: Toggle to switch between detailed or simple response format
    • When enabled (default): Returns full conversion details including rates, fee, and timestamps
    • When disabled: Returns only the converted amount value

Features

  • Simple and intuitive interface for currency exchange operations
  • Support for all major currencies (ISO 4217 codes)
  • Configurable conversion fees for financial calculations
  • Flexible decimal place settings for precise outputs
  • Choice between detailed or simplified response formats
  • Reliable and up-to-date exchange rate data

Resources

Contributing

Contributions are welcome! If you'd like to contribute to this project:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

For bug reports or feature requests, please use the GitHub issues section.

Support

If you find this node helpful and would like to support its development:

Buy Me A Coffee

License

MIT