βοΈ Data Editor
The Data Editor lets you manually view, add, edit, or delete price data points and asset events directly from the asset detail page.
π οΈ How to Use
- Click the Edit Data button (βοΈπ) in the toolbar
- The editor panel opens with two tabs: Prices and Events
- In each tab you can:
- Add a new row: click β Add Row, fill in the fields
- Edit an existing row: click on a cell to modify it
- Delete a row: select it and click ποΈ Delete
- Import CSV: click π₯ Import CSV to bulk-add data
- Changes are tracked with a dirty count badge. Click Save to commit all changes, or Cancel to discard.
- Click Close (β) to exit β other panels (signals, measures) are automatically restored.
π° Prices Tab
The Prices tab shows all price data points for the asset. Columns:
| Column | Required | Description |
|---|---|---|
| Date | β | Date in YYYY-MM-DD format |
| Currency | β | ISO 4217 currency code (e.g., USD, EUR) |
| Close | β | Closing price |
| Open | Opening price | |
| High | Highest price of the day | |
| Low | Lowest price of the day | |
| Volume | Trading volume |
CSV Import Format
Extended format with optional columns:
π Events Tab
The Events tab shows all asset events (dividends, splits, etc.). Columns:
| Column | Required | Description |
|---|---|---|
| Date | β | Date in YYYY-MM-DD format |
| Currency | ISO 4217 code | |
| Type | β | Event type (DIVIDEND, INTEREST, SPLIT, PRICE_ADJUSTMENT, MATURITY_SETTLEMENT) |
| Amount | β | Numeric value (e.g., dividend per share, split ratio) |
| Notes | Optional description |
Auto vs Manual Events
Events generated by a provider (e.g., Scheduled Investment) are marked as auto and appear as read-only rows. They can be deleted but not edited. Manual events are fully editable.
CSV Import Format
date;currency;type;amount;notes
2024-03-15;USD;DIVIDEND;1.25;Q1 payout
2024-06-01;;SPLIT;2;2:1 split
β οΈ Stale Rows Toggle
The toolbar includes a stale rows toggle (switch). Stale rows are backward-filled data points β gap-fill entries copied from the nearest real data point. The toggle lets you show/hide them to focus on actual data. A counter shows how many stale rows exist.
π±οΈ Chart β Editor Navigation
Double-click a point on the price chart (or long-press on mobile) to scroll directly to that row in the editor:
- Double-click a price point β scrolls to the Prices tab
- Double-click an event marker β scrolls to the Events tab
When to use the Data Editor
The Data Editor is useful for:
- Correcting erroneous price data from a provider
- Adding historical data for assets without a provider
- Filling gaps in the price history (e.g., missing dates)
- Recording corporate events (dividends, splits) not captured by providers
π Related
- π Interactive Chart β Chart visualization with event markers
- π Asset Events β Event types and their sources
- π Asset Events (Financial Theory) β Detailed impact analysis for each event type
- π Providers β Automatic price fetching