home / finances

solde_ouverture_snapshots

2 rows

✎ 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 98.12 145.38 BCV 47.26 + Revolut CHF 3.19 + Revolut EUR 94.93 fusionné dans Revolut CHF = 98.12 — relevés réels 25/02/2026 0.0
2026-04 2026-03-23 19.06 3.39 22.45   0.0

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 15.65ms