Get Fund History
get_fund_historyIndex history for one fund as [{t, v}] points, always including the fund's first (inception) point and its latest point — the whole history is evenly downsampled to fit, never a tail slice, so points[0].v matches get_fund's inception_index_price_usd (AIB funds: nominally-hourly writes, actual spacing varies; MA-RIPPLE: daily value of $100 at inception; FTA-CRYPTOS: 30-day daily closes). FTA-STOCKS and EVENT-CARD have no history series — use get_fund for their current numbers. Read-only, no auth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| points | No | target point count, first/last always kept (default 80, max 400) | |
| symbol | Yes | fund symbol from list_funds |