Prioritize SEC financials for 10-K/10-Q and keep other filings qualitative

This commit is contained in:
2026-03-01 00:37:47 -05:00
parent 953d7c0099
commit 2a5b548d89
11 changed files with 773 additions and 149 deletions

View File

@@ -220,7 +220,7 @@ function FinancialsPageContent() {
return (
<AppShell
title="Financials"
subtitle="Explore filing-derived fundamentals, profitability, and balance sheet dynamics by ticker."
subtitle="Explore 10-K and 10-Q fundamentals, profitability, and balance sheet dynamics by ticker."
actions={(
<Button variant="secondary" onClick={() => void loadFinancials(ticker)}>
<RefreshCcw className="size-4" />
@@ -228,7 +228,7 @@ function FinancialsPageContent() {
</Button>
)}
>
<Panel title="Company Selector" subtitle="Load the latest financial statement trend available in your filings index.">
<Panel title="Company Selector" subtitle="Load the latest 10-K / 10-Q financial statement trend available in your filings index.">
<form
className="flex flex-wrap items-center gap-3"
onSubmit={(event) => {