Skip to content

βž• Adding a Currency Pair

To add a new currency pair to your FX dashboard:

  1. Click "Add Pair" on the FX list page
  2. Select the two currencies using the search dropdown
  3. The system automatically discovers available data routes β€” both direct and chain routes
  4. Select the route you prefer and click Confirm β€” the pair is created and data synchronization begins automatically

πŸ”— Direct Routes

If a provider supports both currencies directly (e.g., ECB for EUR→USD), you'll see a Direct Routes section:

Add Pair β€” Direct Routes

πŸ”€ Chain Routes

For exotic pairs (e.g., RON→JPY) where no single provider covers both currencies, the system builds conversion chains — multi-step paths through intermediate currencies:

Add Pair β€” Chain Routes

Chain Example

RON β†’ JPY via ECB:

  1. RON β†’ EUR (ECB provides RON/EUR)
  2. EUR β†’ JPY (ECB provides EUR/JPY)

The final rate is computed by multiplying the intermediate rates.


🧭 How Route Discovery Works

When you select two currencies, LibreFolio queries all installed providers to find:

  • πŸ”— Direct routes: a single provider that covers both currencies
  • πŸ”€ Chain routes: two or more providers that together can connect the currencies through an intermediate currency (e.g., EUR)

Each route shows:

  • πŸ›οΈ The provider name and icon
  • ➑️ The direction (base β†’ quote)
  • πŸ”’ For chains: the intermediate currency and the number of hops

You can choose any available route based on your preference for data source, coverage period, or update frequency.

For technical details on the routing algorithm, see the developer documentation: FX Configuration & Routing.