-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reports until 2018 are available, those of 2019 & 2020 are not #21
Comments
I'm experiencing this as well. I'll take a look into it |
I have the same problem. |
I spent the day looking into this. The problem is actually in the
I went and found the Obviously it would be better if the maintainer of |
Incidentally, I suspect that this issue does not occur with earlier reports because at some point companies started migrating from Here’s a reproducible example of how to use my patched devtools::install_github("riazarbi/XBRL")
library(XBRL)
library(finreportr)
options(stringsAsFactors = FALSE)
options(HTTPUserAgent = "REDACTED [email protected]")
GetIncome("NVDA", 2019) Returns
Bear in mind that the original |
In recent times, I tried the R package finreportr to retrieve Apple's balance sheet. I struggle to find a proper solution as the package may not seem to be robust and accurate. Would there be any material update on this package for the foreseeable future? I believe this work has tremendous value. Many end users can benefit from the proper fundamental analysis of balance sheets, income statements, and cash flow statements for individual stocks. The vast majority of current issues (XBRL, XML location on SEC EDGAR, and some bugs in the R package finreportr) seem to be highly technical for the average retail end user. |
After successfully reading SEC financial data until 2018 inclusive, my attemps to read 2019 & 2020 fail.
I get the following message:
_> GetIncome("NVDA", 2019)
Error in fileFromCache(file) :
Error in download.file(file, cached.file, quiet = !verbose) :
no fue posible abrir la URL -> it was not possible to open URL 'https://www.sec.gov/Archives/edgar/data/1045810/000104581019000023/https://xbrl.sec.gov/dei/2018/dei-2018-01-31.xsd'
Además: Warning message:
In download.file(file, cached.file, quiet = !verbose) :
cannot open URL 'https://www.sec.gov/Archives/edgar/data/1045810/000104581019000023/https://xbrl.sec.gov/dei/2018/dei-2018-01-31.xsd': HTTP status was '404 Not Found'_
Reports for 2019 & 2020 (and 2021) are available
However, I think there might be a problem with a date, since finreportr is trying to find a file whose date "2018-01-31.xsd" it's unavaible to find.
Is it possible that there might be a problem with the dates?
And congratulations for the package, it can be very useful.
VS
The text was updated successfully, but these errors were encountered: