primary_document
Optional
The file name of the filing's main document, read from the primaryDocument column.
SEC EDGAR Filings Lookup Scraper
Pricing
from $0.54 / 1,000 filing returneds
Reads SEC EDGAR filings by ticker, CIK, company name or EDGAR link and returns one row per filing: form type, filed date, report date, accession number, SIC, exchange and a link to the primary document. No login, no key.
Pricing
from $0.54 / 1,000 filing returneds
Rating
0.0
(0)
Developer
Pradio Actors
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
company_name
Optional
The company's registered name, read from the name field of its SEC submissions record.
accession_number
Optional
The filing's accession number, the SEC's unique identifier for the submission, read from the accessionNumber column of the filings feed.
cik
Optional
The company's Central Index Key, the SEC's numeric filer identifier, from the submissions record.
ticker
Optional
The company's first listed stock ticker, from the tickers field of the submissions record; null when the filer has none.
form_type
Optional
The SEC form code the filing was submitted as, such as 10-K, 8-K or 4, read from the form column.
filed_date
Optional
The date the filing was submitted, read from the filingDate column.
report_date
Optional
The period end the filing reports on, read from the reportDate column; null where the form carries none.
acceptance_date_time
Optional
When the SEC accepted the filing, read from the acceptanceDateTime column.
report_year
Optional
The calendar year of the filing's report date.
fiscal_quarter
Optional
Which of the company's fiscal quarters the report date falls in, computed from reportDate and the company's fiscalYearEnd; null when either is missing.
sic
Optional
The company's Standard Industrial Classification code, read from the sic field of the submissions record.
sic_description
Optional
The industry label for the SIC code, read from the sicDescription field.
state_of_incorporation
Optional
The state or country code where the company is incorporated, read from stateOfIncorporation; null where the filer declares none.
fiscal_year_end
Optional
The month and day the company's fiscal year ends, in MMDD, read from fiscalYearEnd.
exchanges
Optional
The stock exchanges the company lists on, read from the exchanges array.
primary_document
Optional
The file name of the filing's main document, read from the primaryDocument column.
primary_doc_description
Optional
The SEC's short label for the main document, read from primaryDocDescription.
document_url
Optional
A link to the filing's primary document on sec.gov, built from the accession number and primaryDocument.
filing_url
Optional
A link to the filing's index page on sec.gov, which lists every file in the submission.
index_url
Optional
A link to the filing's machine-readable index.json on sec.gov.
sec_viewer_url
Optional
A link to this company's filings of the same form type in the SEC's browse view.
size_bytes
Optional
The filing's size in bytes as the feed reports it, read from the size column.
is_xbrl
Optional
Whether the filing carries XBRL data, read from the isXBRL flag.
is_inline_xbrl
Optional
Whether the filing carries inline XBRL, read from the isInlineXBRL flag.
file_number
Optional
The SEC file number assigned to the filing, read from fileNumber; null where EDGAR carries none, as on insider filings.
film_number
Optional
The SEC film number for the filing, read from filmNumber; null where EDGAR carries none, as on insider filings.
act_code
Optional
The Act of Congress the filing references, read from act; null where EDGAR carries none, as on insider filings.
entity_type
Optional
The SEC's category for the filer, such as operating, read from entityType.
row_type
Optional
ROW on every data row; ITEM_STATUS on a per-entry miss (pushed so the buyer sees the verdict, never billed); PROFILE_NOT_FOUND when the source answered and had nothing; STOPPED_EARLY when the charge limit ended the run before every fetched row was returned
reason
Optional
Present only on a status row: why the run returned no rows, or why it stopped early
status
Optional
ok on a data row; on an ITEM_STATUS row it is the miss verdict (bad_url, bad_input, not_found, fetch_failed)
rowsFetched
Optional
Present only on a status row: how many rows the source handed over before de-duplication and the cap
rowsReturned
Optional
Present only on a status row: how many data rows are in the dataset (0 on an empty result; the count before the charge limit on STOPPED_EARLY)
rowsRemaining
Optional
Present only on a status row: how many fetched rows were NOT returned (0 on an empty result)
ein
Optional
The company's Employer Identification Number, read from the ein field of its SEC submissions record.
addresses
Optional
The company's mailing and business addresses as an object, read from the addresses field of its SEC submissions record.
item_codes
Optional
The SEC item codes the 8-K reports under (e.g. 2.02), read from the filings feed or the primary document when extractEarnings is on; null otherwise.
item_names
Optional
The Regulation S-K name of each item code in the same order; null when the row carries no item codes.
excerpt
Optional
A short excerpt of the 8-K primary document text, cleaned of markup and cover-page preamble; null unless extractEarnings read the document.
guidance_sentences
Optional
Sentences carrying forward-looking language (guidance, outlook, expectations) picked from the 8-K primary document; null unless extractEarnings read it.
sentiment
Optional
A light positive/negative word-count score over the 8-K primary document: {positive, negative, net, label}; null unless extractEarnings read it.