Skip to content

Commit 29e5411

Browse files
authored
Update index.md
Signed-off-by: James Cole <james@firefly-iii.org>
1 parent 224e740 commit 29e5411

File tree

1 file changed

+3
-1
lines changed
  • docs/docs/references/firefly-iii/api

1 file changed

+3
-1
lines changed

docs/docs/references/firefly-iii/api/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ The API is slated to become the only way to talk to Firefly III: even the UI wou
1212

1313
## Currencies in the API
1414

15-
Most relevant objects have `currency_*` attributes. They refer to the currency set in the object. Most objects (accounts, transactions, etc.) carry their own currency settings.
15+
All objects where currency is relevant have `currency_*` attributes. They refer to the currency set in the object. Most objects (accounts, transactions, etc.) carry their own currency settings. For example, a bill or a piggy bank has its own currency, regardless of the primary currency of the administration. Expect something like this:
16+
17+
(image)
1618

1719
There are also `primary_currency_*` attributes. These refer to the primary currency of the financial administration. They may be different from the currency set in the object. For example, a transaction may be in USD, but the primary currency is EUR. This is important for conversions and exchange rates.
1820

0 commit comments

Comments
 (0)