Prioritize SEC financials for 10-K/10-Q and keep other filings qualitative
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user