-
Any chance your code can do a reverse lookup? For instance, parsing a JSON 10-Q and supplying the ReferenceName. Can it return the master class? (like roll-up?)
-
Hi,
I've already successfully compiled linageos-14.1 for various devices and now I'm trying to compile linageos-14.1 with the latest not merged security patches, but repopick returns me several times…
-
I encountered an issue while fetching 10-K/A form. It seems we don't have any response to check if the fetched amendment form is of 'Amendment No. 1' or 'Amendment No. 2'.
I used Full-Text Search …
bbkrr updated
2 years ago
-
CIK: 0000355379
Using sec-api we get a message `'No XBRL data available for this filing. XBRL was made mandatory in 2009. You can find more details here: https://www.sec.gov/page/osdhistoryandrulem…
bbkrr updated
2 years ago
-
Hi,
Thanks a lot for your package. Could I ask whether it is possible to download filings that include query key words and high light the key words, as shown in the function 'searchFilings' of the …
-
Searching for symbol "V" for 10-Q forms returns other securities besides Visa Inc. depending on quarterly submission. 10-K appears to work fine.
-
There are multiple formats in EDGAR. For old filings it's all in `txt `format, but the new ones, are `xml `even thought original files on EDGAR are still `txt`. It means that all the recent filings ar…
-
I have noticed that the QueryApi seems to ignore some filings when I am looking for the DEF 14A filing.
```
from sec_api import QueryApi
queryApi = QueryApi(api_key="MY-API-KEY")
query = {
…
-
https://www.sec.gov/edgar/sec-api-documentation
Can you see what we could do with this?
Also there's a big ZIP link:
http://www.sec.gov/Archives/edgar/daily-index/xbrl/companyfacts.zip
Can…
-
Getting 403 Forbidden using version 4.1.0 while pulling 13F filings for past 1 year including amendments. I’m trying to download this for roughly 200 CIK codes. In total, I think it’s about 1200+ link…