AVGetCompanyOverview function


Description


Gets an overview of a company given its ticker symbol


Syntax


AVGetCompanyOverview(Symbol, Field)

AVGetCompanyOverview function syntax has the following arguments :

  • Symbol String The equity symbol
  • Field String (Optional) The specific field to return (like "Exchange"). "all" returns all fields (default value is "all")

Returns


Void A spreadsheet range representing the company overview. If you desire a single output you need to specify a specific field


Summary


An Excel spreadsheet function that returns general information about a company.


Remarks


Usage : =AVGetCompanyOverview("MSFT") or =AVGetCompanyOverview("AAPL","LastSplitDate")


See Also


Alpha Vantage Functions