π 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.
π 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:
- Open the Provider Configuration modal
- Remove the current route if needed
- Add a new route β the system will discover available routes (same as when adding a new pair)
- Reorder routes to set priorities (drag & drop or arrow buttons)
- 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:
- ECB (primary) β European Central Bank
- FED (fallback) β Federal Reserve
If ECB's API is unreachable during sync, the system automatically uses FED instead.
π Related
- β 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.