More Info
Returns a hyperlink URL to detailed information about a stock symbol. This can be used to create clickable links in Excel to access comprehensive company data.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Symbol | string | Yes | Stock ticker symbol |
Notes
- Returns a URL string
- Can be used with Excel HYPERLINK function
Examples
When to Use
- Creating research links in spreadsheets
- Building stock dashboards with detail links
- Quick access to company information
- Portfolio spreadsheets with info links
When NOT to Use
Common Issues & FAQ
Q: How do I make the link clickable? A: Wrap with Excel's HYPERLINK function: =HYPERLINK(MoreInfo("AAPL"), "Click here")
Q: What information is on the linked page? A: Comprehensive company data including financials, charts, news, and more.
