Read E*TRADE positions and cash
etrade_positionsRetrieve current holdings and investable cash for an E*TRADE account, each position marked at its last trade, formatted as a holdings block ready for rebalance planning.
Instructions
Current holdings and investable cash for one E*TRADE account, each position marked at its last trade with the date that trade happened. The response ends with a JSON block in exactly the shape plan_rebalance takes for its holdings argument, plus the cash figure for availableCash, so a rebalance can be planned against the real book without the user retyping it. Positions that came back without a symbol or a usable mark are omitted: an undated or unpriced position cannot be sized against.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountIdKey | Yes | The account's `accountIdKey` from `etrade_accounts` — the opaque key, not the human-readable account number. The API rejects the account number. |