get
https://eapi.askedgar.io/v1/news-basic
Lightweight variant of /v1/news — drops tags, channels, and body fields.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Overview
A trimmed-down version of News for use cases that just need headline, summary, and filing metadata. Drops tags, channels, and body from the response. Filters by ticker and filing date only — no tag/form filtering.
When to use
- Bulk-pulling a ticker's filing history into a database.
- Powering a lightweight news ticker UI.
- Reducing payload size when you only need headlines and summaries.
Key parameters
ticker— comma-separated for multiple.date(exact) ORdate_from/date_to(range) — filing-date filters; mutually exclusive.form_type— comma-separated form-type filter.include_summary— defaulttrue.
Response highlights
ticker,filed_at,filed_at_time,form_type,file_no.summary,headline,title,author,url.- Omitted vs
/news:tags,channels,body.