-
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
Error in filter_impl(.data, quo) : Result must have length 1381, not 0 #15
Comments
I am having the same problem. |
I am encountering this problem but only periodically. For example:
works just fine but
breaks down...even though I can search EDGAR directly and find 10-K filings for 'BLMN' for 2014, 2015, 2016, and 2017. For my most recent application I have a list of about 10 ticker symbols that I would like to access the 10-K filings for. I can access all of the desired companies and years directly using the EDGAR search page...but when I try to do it through R with finreportr, I have 4 tickers that return the error, "Results must have length XXX, not 0"
|
I am getting the same error as well. When I run GetBalanceSheet("MSFT", 2015) for example, I have the Error: Result must have length XXXX, not 0. |
having same issue
|
The text was updated successfully, but these errors were encountered: