addedOutput schema / $defs
Added value: +{
+ "Event": {
+ "properties": {
+ "accession": {
+ "description": "SEC accession number of the filing the event was derived from, in dashed form 0000000000-00-000000. Identifies the filing uniquely on EDGAR.",
+ "title": "Accession",
+ "type": "string"
+ },
+ "cik": {
+ "description": "SEC Central Index Key of the issuer, 10 digits zero-padded (e.g. 0000320193). For ownership and Form D events this is the issuer, never the reporting insider.",
+ "title": "Cik",
+ "type": "string"
+ },
+ "company": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Issuer or registrant name as carried on the filing; null when the source feed supplied no name.",
+ "title": "Company"
+ },
+ "event_id": {
+ "description": "Stable identifier for this event row, formatted `ev_` followed by 20 hex characters. Unique across the feed and safe to use for de-duplication between calls.",
+ "title": "Event Id",
+ "type": "string"
+ },
+ "event_type": {
+ "description": "Kind of event: `form_8k` (8-K current report), `insider_transaction` (ownership form reporting buys or sells) or `private_offering` (Form D exempt offering).",
+ "title": "Event Type",
+ "type": "string"
+ },
+ "filing_url": {
+ "description": "Absolute sec.gov URL of the filing's EDGAR index page, from which every document in the filing can be reached. Use it to verify the event against the source.",
+ "title": "Filing Url",
+ "type": "string"
+ },
+ "flags": {
+ "description": "Analytical tags derived for this filing (e.g. distress, leadership_change, large_insider_buy), sorted and de-duplicated; empty when nothing was flagged. The `sec_flag_glossary` view defines every flag we emit.",
+ "items": {
+ "type": "string"
+ },
+ "title": "Flags",
+ "type": "array"
+ },
+ "form": {
+ "description": "EDGAR form type of the source filing. The event index covers 8-K, D and the insider ownership forms, which are all recorded as `4`.",
+ "title": "Form",
+ "type": "string"
+ },
+ "occurred_at": {
+ "description": "When the filing became public on EDGAR: the filing date (ISO-8601 YYYY-MM-DD) for 8-K events, an ISO-8601 timestamp to the second for ownership and Form D events. This is the filing moment, not the date of the underlying transaction or event.",
+ "title": "Occurred At",
+ "type": "string"
+ },
+ "payload": {
+ "additionalProperties": true,
+ "description": "Form-specific detail. `form_8k` carries `items` (8-K item codes) and `labels`; `insider_transaction` carries `owner`, `buy_usd`, `sell_usd`, `n_buys`, `n_sells`; `private_offering` carries `total_offering_usd`, `sold_usd`, `investors`, `industry_group`, `state`, `is_amendment`. All USD amounts are whole dollars.",
+ "title": "Payload",
+ "type": "object"
+ },
+ "score": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "How notable this event is, 0 to 1, where higher means the flags on it are more materially significant; an event with no flags scores 0. Null when the row carries no score.",
+ "title": "Score"
+ },
+ "ticker": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Uppercase US exchange ticker for the issuer when one is known from the SEC ticker file; null for unlisted issuers, which is common on Form D.",
+ "title": "Ticker"
+ }
+ },
+ "required": [
+ "event_id",
+ "accession",
+ "cik",
+ "ticker",
+ "company",
+ "form",
+ "event_type",
+ "occurred_at",
+ "flags",
+ "score",
+ "payload",
+ "filing_url"
+ ],
+ "title": "Event",
+ "type": "object"
+ },
+ "FactPoint": {
+ "properties": {
+ "end": {
+ "description": "Last day of the period the figure covers, ISO-8601 YYYY-MM-DD, as tagged in the filing's XBRL: the measurement instant for balance-sheet items, the period end for flow items. This is a reporting-period boundary, not the filing date.",
+ "title": "End",
+ "type": "string"
+ },
+ "form": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "EDGAR form the figure was reported on. Only annual (10-K) and quarterly (10-Q) reports are included, so other form types never appear here.",
+ "title": "Form"
+ },
+ "fp": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Fiscal period the filing assigned to the figure: FY for a full year, or Q1, Q2, Q3 or Q4 for a quarter.",
+ "title": "Fp"
+ },
+ "fy": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Fiscal year the filing assigned to the figure (e.g. 2025). This is the registrant's own fiscal-year label and need not match the calendar year of `end`.",
+ "title": "Fy"
+ },
+ "value": {
+ "description": "Value exactly as reported, in the concept's native XBRL unit: US dollars for the monetary series and shares for shares_outstanding. Never rescaled or restated by us.",
+ "title": "Value",
+ "type": "number"
+ }
+ },
+ "required": [
+ "end",
+ "value"
+ ],
+ "title": "FactPoint",
+ "type": "object"
+ }
+}
addedOutput schema / properties
Added value: +{
+ "as_of": {
+ "description": "ISO-8601 UTC timestamp with milliseconds (e.g. 2026-09-03T14:05:00.000Z) at which this snapshot was assembled. EDGAR is queried live, so it is the read time rather than a fixed data cut-off.",
+ "title": "As Of",
+ "type": "string"
+ },
+ "cik": {
+ "description": "Registrant's SEC Central Index Key, 10 digits zero-padded (e.g. 0000320193), resolved from the ticker when one was supplied. Use this form in other views.",
+ "title": "Cik",
+ "type": "string"
+ },
+ "disclaimer": {
+ "default": "Compiled from public SEC filings; not investment advice.",
+ "description": "Fixed notice that this snapshot is compiled from public SEC filings and is not investment advice.",
+ "title": "Disclaimer",
+ "type": "string"
+ },
+ "events_30d": {
+ "description": "Events derived from this registrant's filings over the last 30 days, most recent first, capped at 50. Empty when nothing was filed or our event index does not yet cover the period.",
+ "items": {
+ "$ref": "#/$defs/Event"
+ },
+ "title": "Events 30D",
+ "type": "array"
+ },
+ "facts": {
+ "additionalProperties": {
+ "items": {
+ "$ref": "#/$defs/FactPoint"
+ },
+ "type": "array"
+ },
+ "description": "XBRL financial series keyed by revenue, net_income, total_assets, cash, operating_cash_flow and shares_outstanding; each is up to the 8 most recent periods ordered oldest to newest. A key is absent when the registrant reports no matching concept, and the map is empty when XBRL company facts are unavailable.",
+ "title": "Facts",
+ "type": "object"
+ },
+ "fiscal_year_end": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Registrant's fiscal year end as a four-character MMDD string (e.g. 0930 for 30 September); null when EDGAR has none on record.",
+ "title": "Fiscal Year End"
+ },
+ "insider_90d": {
+ "additionalProperties": true,
+ "description": "Form 4 insider-trading summary for the last 90 days: `filings` (insider events counted), `buy_usd` and `sell_usd` (open-market purchase and sale value in whole US dollars) and `net_usd` (buy_usd minus sell_usd, negative on net selling).",
+ "title": "Insider 90D",
+ "type": "object"
+ },
+ "method_id": {
+ "default": "sec_events_rules_v1",
+ "description": "Identifier and version of the rule set behind the flags and scores in `events_30d`. It changes when the method changes; results carrying different method_ids are not directly comparable.",
+ "title": "Method Id",
+ "type": "string"
+ },
+ "name": {
+ "description": "Registrant name as published on EDGAR's submissions record; empty string when EDGAR carries no name for the CIK.",
+ "title": "Name",
+ "type": "string"
+ },
+ "recent_filings": {
+ "description": "Up to the 15 most recent filings of any form from EDGAR's submissions record, most recent first. Each element has `form`, `filed` (ISO-8601 filing date), `accession`, `description` (primary document description, may be empty) and `url` (index page).",
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "title": "Recent Filings",
+ "type": "array"
+ },
+ "sic": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Standard Industrial Classification code for the registrant's primary industry as assigned by the SEC, typically 4 digits (e.g. 3571); null when EDGAR has none.",
+ "title": "Sic"
+ },
+ "sic_description": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Industry title EDGAR pairs with `sic` (e.g. Electronic Computers); null whenever `sic` is null.",
+ "title": "Sic Description"
+ },
+ "sources": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "description": "Public EDGAR API URLs this snapshot was compiled from, keyed `submissions` and `companyfacts`. Re-fetching them reproduces the underlying facts.",
+ "title": "Sources",
+ "type": "object"
+ },
+ "state_of_incorporation": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Jurisdiction the registrant is incorporated in as a two-character code — a US state code such as DE, or an SEC country code. This is not the business address; null when EDGAR has none.",
+ "title": "State Of Incorporation"
+ },
+ "tickers": {
+ "description": "Every exchange ticker EDGAR lists for this registrant, uppercase, in EDGAR's own order. Empty for private, unlisted or deregistered filers.",
+ "items": {
+ "type": "string"
+ },
+ "title": "Tickers",
+ "type": "array"
+ }
+}