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
Syntax
=MoreInfo(Symbol)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
How do I make the link clickable?
Wrap with Excel's HYPERLINK function: =HYPERLINK(MoreInfo("AAPL"), "Click here")
What information is on the linked page?
Comprehensive company data including financials, charts, news, and more.
Related Formulas
More MarketXLS MarketXLS Analytics formulas you can use in the same worksheet:
