Message

GeneralFiling

A filing published to SEC EDGAR. Insider trades (forms 3/4/5/144) and 13F reports are additionally published as enriched messages under their own keys.

fields8 topicsec-filings
Proto definition.proto
message GeneralFiling {
  string ticker = 1;
  string name = 2;
  bool is_public_listed = 3;
  string filing_date = 4;
  string filing_url = 5;
  string document_url = 6;
  repeated string tags = 7;
  string form = 8;
}
Fields
ticker string 1
the company's stock ticker symbol, if publicly listed (empty otherwise)
name string 2
the company name from the filing
is_public_listed bool 3
whether the company is publicly listed (true when a ticker is available)
filing_date string 4
the date the filing was published to the SEC on
filing_url string 5
URL to the filing on SEC EDGAR
document_url string 6
URL to the filing's primary document
tags string repeated 7
tags describing characteristics of the filing (e.g. "odd-lot")
form string 8
the SEC form type of the filing