Path Parameters
| Name | Type | Example | Description |
|---|---|---|---|
| symbol | string | SYMBOL | - |
Auth
headers: { 'Authorization': 'Replace with your API token' }
Examples
fetch('https://api.gurufocus.com/data/mutual-fund/SYMBOL', { method: 'GET', headers: { 'Authorization': 'Replace with your API token' }})
Responses
Successful response. The exact payload fields depend on this endpoint.
Example Body (Field Reference)
No response body is documented for this status.
Introduction
Returns holdings and trade data for one mutual fund.
The response structure is the same as Guru Data. The URL parameter symbol accepts either:
- Mutual fund
id - Mutual fund
fund_ticker
Response Reference
| Display Name | Field Name | Data Type |
|---|---|---|
| Action | action | string |
| Class | class | string |
| Comment | comment | string |
| Stock ID | stockid | string |
| Symbol | symbol | string |
| Exchange | exchange | string |
| Number of Shares | shares | number |
| Value ($1000) | value | number |
| Change from the last report (%) | change | number |
| Share Change | share_change | number |
| Split Factor | split_factor | number |
| Impact to Portfolio | impact | number |
| Average Trading Price | price_avg | number |
| Min Trading Price | price_min | number |
| Max Trading Price | price_max | number |
| Shares Outstanding | shares_outstanding | number |
| Portfolio Date | portdate | date |
| industry_code | industry_code | number |
| Position | position | number |
| Company Name | company_name | string |