get_fund_details
Retrieve detailed information for a Turkish TEFAS mutual fund, including latest price, AUM, investor count, period returns, price history within a date range, and portfolio allocation.
Instructions
Get general info, optional price history, and portfolio allocation for a fund.
Resolves the fund code (and type if omitted), returns a summary of latest price / AUM / investors, period return, recent price history, and latest asset allocation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | Price history end. Default today. | |
| fund_code | Yes | TEFAS fund code (e.g. ``AAL``, ``YAC``, ``TTE``). | |
| fund_type | No | Optional YAT/EMK/BYF/GYF/GSYF. If omitted, all types are searched (slower). | |
| start_date | No | Price history start (YYYY-MM-DD). Default ~90 days ago. | |
| history_limit | No | Max price history rows in the response (default 30). | |
| output_format | No | ``markdown`` or ``json``. | markdown |
| include_portfolio | No | Fetch latest portfolio breakdown (default true). | |
| include_price_history | No | Include recent price rows (default true). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |