-
Got some more unresolved schemas.
As I understand these are not real URIs, so what't the official way to resolve them?
There must be a way to look these up instead of hard coding them. Let me ask …
-
Hi, I'm having issue extracting values from Starbuck's latest 10-k.
```
library(XBRL)
xbrl_sbux
-
### What happened?
### Diagnostic Details
```{'arch': 'AMD64',
'arelle_version': '2.30.25',
'args': ['arelleCmdLine.exe', '--diagnostic'],
'cgi': False,
'docker': False,
'filesystem': Tr…
-
Hi,
When I used parse_filing for the below URLs, here are the errors:
Error in doc_parse_raw(x, encoding = encoding, base_url = base_url, as_html = as_html, :
Excessive depth in document: …
-
EDGAR maintains indices of all SEC filings, which you can find documentation for here:
https://www.sec.gov/edgar/searchedgar/accessing-edgar-data.htm
Something I have learned is you can append `-i…
-
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, quie…
-
The tsla's financial statements--(income,balance sheet,cash flow) shown on the web when you open the link below:
https://stockanalysis.com/stocks/tsla/financials/ratios/
It says in the bottom of t…
-
Hello 👋,
I'm using sec-edgar-downloader and would like to know if it's possible to directly download filings (e.g., 10-Q for AAPL) in HTML format without file access?
The workaround I'm using c…
-
When trying to "pip install ./dist/sec-edgar-financials-0.0.1.tar.gz"
I get this message - ERROR: Package 'sec-edgar-financials' requires a different Python: 3.7.2 not in '==3.7'
python --versio…
-
The SEC has ~30 different forms in EDGAR with various fields that need to be translated into properties. The forms are also available in XML format.
We need to generate a class file for each form …