AVGetCompanyFilings function


Description


Get historical company filings for a specific reporting period


Syntax


AVGetCompanyFilings(Symbol, Filing, Reporting_period)

AVGetCompanyFilings function syntax has the following arguments :

  • Symbol String Equity symbol
  • Filing String Specific filing to request. Valid values are (BalanceSheet, IncomeStatement and Cashflow)
  • Reporting_period String Reporting period for the filings. Valid values are (Annual and Quarterly)

Returns


Void A spreadsheet range representing the historical company filings


Summary


An Excel spreadsheet function that returns historical company filings for a specific equity symbol and reporting period


Remarks


Usage : =AVGetCompanyFilings("MSFT","IncomeStatement","Quarterly")


See Also


Alpha Vantage Functions