Updated Automatic Exchange Rates (markdown)

Herculino Trotta
2025-11-25 23:27:51 -03:00
parent 0bf1b872c1
commit ecf68ae1e9

@@ -26,8 +26,8 @@ When creating a new provider you'll have some options:
Currently there are 3 options for Interval Types:
1. `On`
Will only fetch exchange rates on the specified hours in interval.
Interval can be
Will only fetch exchange rates on the specified hours in interval. Interval can be:
- a single number representing an hour in 24hour format (e.g. 2 represents Everyday at 2 A.M., 14 represents Everyday at 2 P.M.)
- a range with a start hour and an end hour, both in the 24hour format, separated by a hyphen (e.g. 2-5 will fetch Everyday at 2, 3, 4, and 5 A.M.)
- A list of hours, in 24hour format, separated by comma (e.g. 2,3,4,5 will fetch Everyday at 2, 3, 4, and 5 A.M.)
@@ -37,8 +37,8 @@ Will fetch exchange rates every X hours defined by interval.
Interval needs to be a positive integer between 1 and 24 hours (e.g. 2 will fetch every 2 hours)
3. `Not on`
Fetch every hour, except for the specified hours, great if your currency market is closed by a number of hours everyday
Interval can be
Fetch every hour, except for the specified hours, great if your currency market is closed by a number of hours everyday. Interval can be:
- a single number representing an hour in 24hour format (e.g. 2 represents NOT at 2 A.M., 14 represents NOT at 2 P.M.)
- a range with a start hour and an end hour, both in the 24hour format, separated by a hyphen (e.g. 2-5 will NOT fetch at 2, 3, 4, and 5 A.M.)
- A list of hours, in 24hour format, separated by comma (e.g. 2,3,4,5 will NOT fetch at 2, 3, 4, and 5 A.M.)
@@ -47,7 +47,7 @@ Interval can be
Both currencies and accounts can be configured to have an Exchange Currency. When selecting a target, the selected Exchange Currency will be used to fetch exchange rates. For example: if an account has a currency of BRL and an exchange currency of USD, BRL x USD will be the pairing searched for.
When configuring your currency pay close attention to the Code field, this will be used on the various providers to fetch exchange rates. For example, CoinGecko doesn't accept BTC as a valid crypto c## ode, you need to set bitcoin as the currency code for it to work, meanwhile USD is an accept currency for Dollar, so to get an BTCxUSD exchange rate you need to have a Bitcoin currency with `bitcoin` as the code exchanging against Dollar currency with `USD` as the code.
When configuring your currency pay close attention to the Code field, this will be used on the various providers to fetch exchange rates. For example, CoinGecko doesn't accept BTC as a valid crypto code, you need to set bitcoin as the currency code for it to work, meanwhile USD is an accepted currency for Dollar, so to get an BTCxUSD exchange rate you need to have a Bitcoin currency with `bitcoin` as the code exchanging against Dollar currency with `USD` as the code.
### Providers