home / finances

solde_ouverture_snapshots

1 row

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date_snapshot (date)

mois ▼ date_snapshot bcv_chf revolut_chf total_chf notes revolut_eur_chf
2026-03 2026-02-25 47.26 3.19 145.38 BCV 47.26 + Revolut CHF 3.19 + Revolut EUR 100.83 × 0.9415 = 94.93 — relevés réels 25/02/2026 94.93

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE solde_ouverture_snapshots (
        mois TEXT PRIMARY KEY,
        date_snapshot TEXT NOT NULL,
        bcv_chf REAL DEFAULT 0,
        revolut_chf REAL DEFAULT 0,
        total_chf REAL NOT NULL,
        notes TEXT
    , revolut_eur_chf REAL DEFAULT 0);
Powered by Datasette · Queries took 7.307ms