GetIncome() with year=2019 does not work. Other years do work.
GetIncome("GOOG", 2018)
GetIncome("GOOG", 2019)
Error_ in fileFromCache(file) :
Error in download.file(file, cached.file, quiet = !verbose) :
cannot open URL 'https://www.sec.gov/Archives/edgar/data/1652044/000165204419000004/https://xbrl.sec.gov/dei/2018/dei-2018-01-31.xsd'
In addition: Warning message:
In download.file(file, cached.file, quiet = !verbose) :
cannot open URL 'https://www.sec.gov/Archives/edgar/data/1652044/000165204419000004/https://xbrl.sec.gov/dei/2018/dei-2018-01-31.xsd': HTTP status was '404 Not Found'
GetCompanyInfo('GOOG')
AnnualReports('GOOG')
GetBalanceSheet('GOOG', 2019)
GetCashFlow('GOOG', 2019)
All work. The XBRL statements exist on Edgar.
GetIncome() with year=2019 does not work. Other years do work.
GetIncome("GOOG", 2018)
GetIncome("GOOG", 2019)
Error_ in fileFromCache(file) :
Error in download.file(file, cached.file, quiet = !verbose) :
cannot open URL 'https://www.sec.gov/Archives/edgar/data/1652044/000165204419000004/https://xbrl.sec.gov/dei/2018/dei-2018-01-31.xsd'
In addition: Warning message:
In download.file(file, cached.file, quiet = !verbose) :
cannot open URL 'https://www.sec.gov/Archives/edgar/data/1652044/000165204419000004/https://xbrl.sec.gov/dei/2018/dei-2018-01-31.xsd': HTTP status was '404 Not Found'
GetCompanyInfo('GOOG')
AnnualReports('GOOG')
GetBalanceSheet('GOOG', 2019)
GetCashFlow('GOOG', 2019)
All work. The XBRL statements exist on Edgar.