fetch_a_pie
Retrieve complete breakdown of a specific pie: instrument allocations, current vs target weights, per-instrument P/L, and pie settings. Requires pie ID from fetch_pies.
Instructions
Get full details for a single pie including every instrument allocation,
current vs target weights, per-instrument P/L, and pie settings.
Use fetch_pies first to get the list of pie IDs, then call this for
detailed breakdown of a specific pie.
Args:
pie_id: Numeric ID of the pie (e.g., 6894572). Get this from fetch_pies.
Returns:
PieDetails with settings (name, goal, endDate, dividendCashAction) and
instruments (ticker, expectedShare, currentShare, ownedQuantity, result)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pie_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| settings | No | ||
| instruments | No |