home / finances

taux_change

2 rows

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

id ▼ date eur_to_chf usd_to_chf
1 2026-03-13 0.9415 0.777
2 2026-03-20 0.9121 0.7939

Advanced export

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

CSV options:

CREATE TABLE taux_change (
            id INTEGER PRIMARY KEY AUTOINCREMENT,
            date TEXT NOT NULL,
            eur_to_chf REAL NOT NULL,
            usd_to_chf REAL NOT NULL DEFAULT 0.89
        );
Powered by Datasette · Queries took 6.657ms