SEC (EDGAR) Company Names & CIK Keys
Includes all company names and cik keys from the SEC database.
@kaggle.dattapiy_sec_edgar_companies_list
Includes all company names and cik keys from the SEC database.
@kaggle.dattapiy_sec_edgar_companies_list
CREATE TABLE sec_edgar_company_info (
"line_number" BIGINT,
"company_name" VARCHAR,
"company_cik_key" BIGINT
);
Anyone who has the link will be able to view this.