News articles plus AI-summarized SEC filings, filterable by tag, form type, ticker, and date.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Overview
Unified feed of news articles, SEC-filing summaries, and a couple of special record types (grok AI summaries on +20% days, jmt415 analyst notes). Filterable by ticker, date, tag, and form type — with separate switches to hide news or hide filings.
When to use
- Building a per-ticker activity feed.
- Filtering a market-wide tape by event type (e.g.
tag=Offerings,Dilution). - Pulling only the SEC filings via
hide_news=true.
Key parameters
tag— comma-separated event tags. Matching is case-insensitive. See the Available tags section below for the full enumerated list.form_type— comma-separated, e.g.S-1,S-3,news. Usenewsto match news articles inside a mixed filter.hide_news/hide_filings— mutually exclusive (you can't hide both).include_body— defaultfalse. Thebodyfield is null unless you opt in (saves bandwidth on a ticker history pull).include_summary— defaulttrue.
Available tags
The tag query parameter accepts any combination (comma-separated) of these 48 values:
Earnings, Contracts, Expansion Plans, Product Launches, Dividends, Mergers, Acquisitions, Management Changes, FDA, Divestures, Restructuring, Financial Trouble, Offerings, Dilution, Legal Disputes, Payment Defaults, Credit Rating Changes, Operational Disruptions, Accounting Changes, Workforce Reduction, Investor Conferences, Delisting Actions, IPOs, Name Changes, Offer for sale, Earnings Calls, Partnerships, License Agreements, Upcoming Events, Financial Performance, Insider Selling, Insider Buying, Positive Data, Negative Data, Clinical Trials, Stock Splits, Executive Compensation, Cryptocurrency, Patents, Bankruptcy, Buyback, Capital Structure, Financing Activity, Cannabis, Shareholder Vote, AI, Cash Runway, Other.
Submitting any value outside this list returns a 422 validation error listing the allowed values.
Response highlights
form_typedistinguishes the record kind:news,grok,jmt415, or a real SEC form (8-K,10-Q,S-1, etc.).summary— short blurb (available for all record types).body,title,author,channels,tags— populated forform_type="news". The responsetagsarray is sourced from the underlying news provider and is not restricted to the request-filter enum above (it can include things likenasdaq,technology, etc.).headline,file_no,document_url— populated for filings.url— AskEdgar-hosted view of the article (when applicable).
Notes
- For a lighter payload without
tags,channels, orbody, use News (Basic).