-
Hi there,
Many thanks for your .csv file including cik numbers and cusip numbers. I have a dataset including 20,000 cusips but when I merge that with this file to get their cik numbers, only 14,000 m…
-
Hello,
When I was using `TenK` to extract Item 1, 1A, and 7, the function seemingly could not extract the data for some filings.
For example, for cik 1000228 in 2021, 2023, and 2024 (filing year),…
-
Hi, I very like your library.
It might not be an issue, however I face following point: How is it possible that some CIKS are not present in the search.
For example, I don't see this: 0001689813. …
-
About a week about this error started popping up when fetching SEC data. Not sure why it's happening now. Could it be that there's two entries with the same CIK and ticker? Should there be a third key…
-
-
I'm in the process of creating a training dataset and am realizing that it would be nice to have a primary key for the SEC 10K filing archive that refers to each filing uniquely. It seems like CIK is …
-
So I have this code here
```
set_identity('tristan@pocket-quant.com')
ticker = "BLK"
c = Company(ticker)
print(c.category)
filing = c.get_filings(accession_number='0000950170-22-022155').la…
-
**URL**
https://api.polygon.io/v3/reference/tickers?ticker=THC&active=true&limit=100&apiKey=****
**Result**
{
"results": [
{
"ticker": "THC",
"name": "Tene…
-
https://www.sec.gov/include/ticker.txt
Work on cik file parsing utility.
-
@iangow This issue is for making documentation for `edgar.cusip_cik_exceptions`, explaining what it's for and what its fields are, how I made the initial table, and how one can maintain it using `hand…