Skip to content

πŸ”Œ Provider Configuration

Each currency pair in LibreFolio is backed by one or more data providers β€” central banks that supply the exchange rate data. The Provider Configuration lets you view and modify which providers are used for a specific pair.

Provider Configuration

πŸ”“ How to Access

Click the Provider button (βš™οΈ) in the chart toolbar on the Pair Detail page. This opens the provider configuration modal showing the current route setup.


πŸ“‹ What You See

The modal displays:

  • πŸ›€οΈ Current Route(s) β€” The active data source(s) for this pair, in priority order
  • πŸ”€ Route Type β€” Whether it's a Direct route (single provider) or a Chain route (multi-hop through an intermediate currency)
  • πŸ›οΈ Provider Details β€” Name, icon, and base currency of each provider in the route

πŸ”§ Changing Providers

You can configure one or more data providers for each pair. Multiple providers act as a fallback chain β€” if the primary source fails, the system automatically tries the next one.

To change or add providers:

  1. Open the Provider Configuration modal
  2. Remove the current route if needed
  3. Add a new route β€” the system will discover available routes (same as when adding a new pair)
  4. Reorder routes to set priorities (drag & drop or arrow buttons)
  5. Click Save β€” the next sync will fetch data from the highest-priority available provider

πŸ”’ Priority & Fallback

When multiple routes are configured for a pair:

  • Routes are tried in priority order (top = highest priority)
  • If the primary provider fails (timeout, API error), the system automatically falls back to the next route
  • You can reorder routes to change priorities

Fallback Example

EUR/USD configured with:

  1. ECB (primary) β€” European Central Bank
  2. FED (fallback) β€” Federal Reserve

If ECB's API is unreachable during sync, the system automatically uses FED instead.


  • βž• Adding a Pair β€” Full route discovery (direct + chain routes)
  • πŸ”„ Synchronization β€” How sync uses the configured providers
  • πŸ“‹ FX Providers List β€” Technical details on each provider (ECB, FED, BOE, SNB)

πŸ”— How chain routes are calculated

For the mathematical algorithm behind multi-hop conversion chains, see FX Chain Algorithm.