September 6, 2026
Platform
alphai-tui 0.17.0: earnings reads in the terminal
- alphai-tui has an Earnings view (
6) built onGET /api/symbols/{ticker}/earnings/: the verdict and the reason for it, the metric table with prior quarter and prior year, segments, outlook, concerns and the analysis, printed as the filing wrote them. American 8-K item 2.02 filings and foreign private issuers' 6-K releases are both covered, and older quarters continue below the newest read. A ticker with no read yet shows the date of its next confirmed report instead, and the bottom line carries the next US macro releases fromGET /api/calendar/. One request per ticker, made only while the view is open. - A quote rail now runs under the tabs in every view, with the selected ticker's price and change, where that price sits between the session low and high, and the rest of the watchlist as percentages. It also says what the US market is doing (pre, live, post or closed) and how long until the next bell, so a price that has not moved in hours reads as a closed market rather than as a broken feed. A price source that is delayed says so.
[ui] quote_rail = falseturns the line off. --barestarts without the header and the footer and hands both rows to the view, which is what a tmux pane with its own status bar wants;ztoggles it live. Feeds poll for arrivals instead of refetching the published head of the list, so a Form 4 that reaches the feed days after the trade no longer slips past, and polling keeps running while you are scrolled down the list. The request budget is unchanged at one request per cache lifetime per visible feed, so the free tier still fits.- Update with
brew upgrade alphai-tui,cargo install alphai-tui, apt or AUR; prebuilt binaries for five platforms are on the releases page, and alphai.io/tui has the screenshots.