Schwerpunkt Logo
SCHWERPUNKT GUIDE

1. OVERVIEW

Schwerpunkt is an interactive equity research platform inspired by Web 2.0 aesthetics and professional trading systems. It combines a GUI with a powerful command-line terminal, allowing users to seamlessly transition between viewing high-level market data and diving deep into specific financial statements using quick keyboard commands.

2. CURRENCY CONVERSION

To provide a unified workspace for analyzing international stocks alongside US equities, Schwerpunkt automatically converts all native financial currencies (such as JPY or SEK) into USD. This conversion occurs live using the current daily exchange rate fetched at the start of your session, ensuring that market caps, revenue figures, and terminal data outputs are directly comparable across borders.

3. MAIN FEATURES

Feature Description
Home The Market Home page provides a high-level overview of US Market Indices (S&P 500, Russell 3000, Nasdaq, Dow Jones) with performance charts, sector heatmaps, and daily market movers (gainers/losers).
Indices A detailed breakdown of index constituents. View sector concentration, top holdings, and individual stock performance for major indices.
Model Builder A global workspace for comparing multiple stocks. Add custom tickers and metrics (e.g., P/E, Revenue, Dividend Yield) to build a comparative valuation model. The table auto-saves to your local browser and can be exported as a CSV.
Stock Dossier Accessible by searching a ticker or clicking any stock link. Displays comprehensive fundamental data, business summaries, and three-year historical financial statements (Income, Balance Sheet, Cash Flow).

4. TERMINAL COMMANDS

The interactive terminal (located on the right sidebar) is your fastest way to navigate the app and pull data. Press the terminal input box and type help to see these commands at any time.

[ FINANCIAL LOOKUPS ]
> balance sheet [ticker] : Open balance sheet in the dossier
> income statement [ticker] : Open income statement in the dossier
> cash flow [ticker] : Open cash flow statement in the dossier
> chart [ticker] : Open interactive chart for ticker
> price [ticker] : Get current price info directly in the terminal
> pe [ticker] : Get P/E ratio directly in the terminal
> [metric] [year] [ticker] : Search any financial metric (e.g., 'revenue 2023 aapl')
[ RESEARCH FOLDERS ]
> mkdir [name] : Create a new research folder
> cd [name] : Enter a research folder (or 'cd ..' to exit)
> ls : List notes in current folder
> note ["Title"] [text] : Add a note to the current folder (Note: include $TICKER to link a stock)
> cat [id] : View full contents of a note
> rm [name] : Delete a research folder
[ SYSTEM ]
> nav [target] : Navigate main window (Targets: home, indices, model builder, or any TICKER)
> clear : Clear terminal output
> /panic : Emergency UI reset command