Skip to content

GetIncome(ticker, year) Problem #1

@eweiss99

Description

@eweiss99

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions