Security dashboard — Disclosures
The text-centric category of the Security dashboard. Five sub-panels cover everything an issuer publishes plus everything analysts publish about it.
Implemented under frontend/src/components/SecurityDashboard/panels/ with shared news utilities in newsShared.jsx. Backend data flows through backend/routes/news.py.
News & filings category
News
Symbol-tagged news pulled from connected feeds. Filterable by source, date range, and keyword. Same data plumbing as the standalone News panel, but scoped to the focused security.
Press releases
Sourced from real SEC EDGAR 8-K filings (US filers only) — every 8-K is listed here. Most carry the issuer's actual press release as an exhibit, but 8-Ks filed for other reasons (e.g. an officer change) have no press-release text, so a listed item can open as a bare 8-K rather than a distinct release. Distinct from the news feed because these are the primary source — news articles are downstream commentary.
Filings
Real SEC EDGAR filings — 10-K, 10-Q, 8-K, proxy statements, S-1s — with document links and filing dates, for US-listed symbols only. Source: FilingsPanel.jsx.
Transcripts
No earnings-call transcript text
Atlas does not have earnings-call transcripts. EODHD (Atlas's data provider) doesn't ship call text, so this view instead shows EODHD's earnings-history numbers — EPS estimate vs. actual and the surprise — under "Qn YYYY Earnings Call" headings. Treat it as an earnings-surprise history, not something you can read or search for management's words.
Research
Sell-side analyst research where licensed. Coverage varies by symbol — many small caps have none.
Working with disclosures
- Open in new tab — every list row links out to the source document where possible. Atlas does not re-host filings; the link is the canonical source.
- AI summary — focus a filing and use AI chat to ask "summarize the management commentary on margins" — the active panel's text is part of the prompt context. (There's no transcript text to summarize; use the Filings or Press releases panels instead.)
- Cross-link to fundamentals — a 10-Q filing in the timeline beside a margin compression in Profitability tells a richer story than either alone.
Tips
- For fast scanning, sort by date descending and filter to the last 30 days; use How do I — Use AI for news for long-window summarization.
- The "Transcripts" panel is an earnings-surprise history, not call text — see the warning above.
- For a corporate action's market reaction, pair the press release timestamp with Intraday chart on the same day.