get_fund_chart_periods
Retrieve available performance periods with percentage returns for Avanza funds to analyze historical fund performance across different timeframes.
Instructions
Get available fund performance periods with returns.
Returns a list of all available time periods with the fund's performance (percentage change) for each period. Useful for quick performance overview.
Args: ctx: MCP context for logging instrument_id: Avanza fund ID from search results
Returns: List of performance periods, each containing: - timePeriod: Period identifier (e.g., "one_year", "three_years") - change: Performance change as percentage - startDate: Start date for the period
Examples: Get all available performance periods: >>> get_fund_chart_periods(instrument_id="41567")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instrument_id | Yes |