Add holding
add_holdingCreate an investment holding (a stock, ETF, mutual fund, gold, crypto…) with no lots yet; use record_lot for buys/sells, or import_holdings for a broker export. A live-price source is picked from the kind unless given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| name | Yes | ||
| note | No | ||
| symbol | No | Ticker / ISIN / scheme code | |
| currency | Yes | ||
| account_id | No | The investment account it sits in (list_accounts, type investment) | |
| quote_symbol | No | Provider's symbol, e.g. 'itc.in' for stooq; default = symbol | |
| quote_provider | No | null = no live price; default from kind |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||