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

=MoreInfo("AAPL")
Link to Apple info
=MoreInfo("MSFT")
Link to Microsoft info
=HYPERLINK(MoreInfo("AAPL"), "Apple Info")
Clickable link
=MoreInfo(A1)
Symbol from cell reference

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

Scenario Use Instead
Need specific data Specific function for that data
Need price data Last(), Bid(), Ask()
Need fundamental data hf_* functions

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.

Get Access to 1 Billion Usable Market data points IN YOUR EXCEL SHEETS WITH EASY TO USE EXCEL FUNCTIONS

Get started today
MarketXLS Excel Add-in Tutorial - How to Use More Info and Other Financial Formulas
How does MarketXLS work?