Mutual Fund Price
Returns the Net Asset Value (NAV) price for a mutual fund.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Symbol | string | Yes | Mutual fund ticker symbol |
Notes
- Returns the NAV which is updated daily after market close
- Use mutual fund ticker symbols (e.g., VFIAX, FXAIX)
Examples
When to Use
- Mutual fund portfolio tracking
- NAV lookups
- Fund performance monitoring
- Investment spreadsheets
When NOT to Use
Common Issues & FAQ
Q: When is NAV updated? A: Mutual fund NAVs are typically updated daily after market close.
