<feed xmlns='http://www.w3.org/2005/Atom'>
<title>prism.git/components/overview.py, branch feature/valuation-redesign</title>
<subtitle>Webapp for stock analysis</subtitle>
<id>https://git.tylerhoang.xyz/prism.git/atom?h=feature%2Fvaluation-redesign</id>
<link rel='self' href='https://git.tylerhoang.xyz/prism.git/atom?h=feature%2Fvaluation-redesign'/>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism.git/'/>
<updated>2026-05-17T07:10:42Z</updated>
<entry>
<title>Fix 5D x-axis labels and weekend/closed fallback for intraday default</title>
<updated>2026-05-17T07:10:42Z</updated>
<author>
<name>Tyler</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-17T07:10:42Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism.git/commit/?id=654b76c34d93f8d31b199afb84edb2742b26444a'/>
<id>urn:sha1:654b76c34d93f8d31b199afb84edb2742b26444a</id>
<content type='text'>
- 5D period now uses '%a %H:%M' tick format so each day is labelled (Mon 09:30)
  instead of bare times that repeat across five days
- default_period resolves to '1mo' when 1D series is empty (market closed,
  weekend, holiday) so the chart isn't blank on first load
- JS activePeriod reads from OVERVIEW_META.default_period at boot instead of
  hardcoded '1d', and bootOverview syncs the active button to match

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Add 1D and 5D intraday periods to overview chart</title>
<updated>2026-05-17T07:06:36Z</updated>
<author>
<name>Tyler</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-17T07:06:36Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism.git/commit/?id=2b229cff5f99a00b6cc984f4c1c3c41de7f1e04c'/>
<id>urn:sha1:2b229cff5f99a00b6cc984f4c1c3c41de7f1e04c</id>
<content type='text'>
Adds get_intraday_history() to data_service.py (5m/30m bars, ttl=60s)
and wires it into the overview chart with HH:MM x-axis formatting,
market-hours filtering, intraday-only primary fetch, hidden comparison
buttons, and 1D as the default period on load.

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Harden script embedding, timezone parsing, and layout buffers</title>
<updated>2026-05-16T07:51:08Z</updated>
<author>
<name>Tyler</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-16T07:51:08Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism.git/commit/?id=775762d75bf2b6b49893f84db1f4910ef1aa1e4b'/>
<id>urn:sha1:775762d75bf2b6b49893f84db1f4910ef1aa1e4b</id>
<content type='text'>
- overview: use json_for_script for inline payload/meta to prevent
  &lt;/script&gt; break-out from yfinance-sourced strings; raise iframe
  height to cover responsive single-column collapse under 1100px
- news: treat naive ISO/strptime datetimes as UTC before converting
  to local-naive, matching the int-timestamp branch from 75dbe29
- news: bump per-row iframe height to fit summary + metadata under
  scrolling=False
- top_movers: drop name column in compact (sidebar) mode and tighten
  grid so symbol/price/change fit a default-width Streamlit sidebar

Co-Authored-By: Claude Opus 4.7 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Rewrite overview tab as client-side HTML surface</title>
<updated>2026-05-16T07:43:47Z</updated>
<author>
<name>Tyler</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-16T07:43:47Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism.git/commit/?id=49368331324f201307fd260d288e5c5f65ea3fcc'/>
<id>urn:sha1:49368331324f201307fd260d288e5c5f65ea3fcc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Completely refreshed Key Ratios, Historical Ratios, and DCF/Multiples</title>
<updated>2026-05-14T08:01:02Z</updated>
<author>
<name>Tyler</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-14T08:01:02Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism.git/commit/?id=764cd69bfc2e5a0cf504c8d6e4f032d35edd9a4c'/>
<id>urn:sha1:764cd69bfc2e5a0cf504c8d6e4f032d35edd9a4c</id>
<content type='text'>
tab.
</content>
</entry>
<entry>
<title>Apply Prism design system — brass/ink palette, EB Garamond + IBM Plex typography</title>
<updated>2026-05-14T05:39:50Z</updated>
<author>
<name>Tyler</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-14T05:39:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism.git/commit/?id=a457bea95358825e55dbc7f48d57183004121109'/>
<id>urn:sha1:a457bea95358825e55dbc7f48d57183004121109</id>
<content type='text'>
Implements the design kit: champagne brass accent (#C2AA7A), deep midnight
backgrounds, EB Garamond italic headings, IBM Plex Sans/Mono body and numbers,
terminal-density KPI cards, restyled sidebar brand mark, flat pill tabs, and a
global Plotly theme so all charts inherit the dark palette automatically.

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Add relative performance chart and refine top movers</title>
<updated>2026-04-01T06:01:05Z</updated>
<author>
<name>Tyler</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-04-01T06:01:05Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism.git/commit/?id=96b27f1d00ae8110273de973053c3d6bfc4f3662'/>
<id>urn:sha1:96b27f1d00ae8110273de973053c3d6bfc4f3662</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add score card, 52W range bar, short interest, options tab, CSV exports</title>
<updated>2026-03-31T01:19:50Z</updated>
<author>
<name>Tyler</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-03-31T01:19:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism.git/commit/?id=f6b21398b8d9d13fa707955852f4e73158d7db19'/>
<id>urn:sha1:f6b21398b8d9d13fa707955852f4e73158d7db19</id>
<content type='text'>
Overview:
- Score card: green/yellow/red signals for valuation, growth, profitability,
  leverage, momentum (vs 52W high), and short interest
- 52W high/low visual range bar with current price marker and % context
- Short interest metrics row: % of float, days to cover, shares short vs
  prior month
- Replaced static 52W High/Low metrics with volume and avg volume

Options tab (new):
- Expiry selector across all available expirations
- Put/call ratio by volume and open interest with bullish/bearish label
- IV smile chart (calls + puts) with ATM marker
- Open interest by strike (calls above, puts mirrored below axis)
- Full chain table (calls/puts) in expandable section

CSV exports:
- Download button on each financial statement (income, balance, cash flow)
- Download button on earnings history table

Also fix top padding cut-off: block-container padding-top 1rem → 3.5rem

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Initial commit — Prism financial analysis dashboard</title>
<updated>2026-03-29T06:01:14Z</updated>
<author>
<name>Tyler</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-03-29T06:01:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism.git/commit/?id=23675b39b8055a8568cdcf71f66482b9d0cf90a9'/>
<id>urn:sha1:23675b39b8055a8568cdcf71f66482b9d0cf90a9</id>
<content type='text'>
Streamlit app with market bar, price chart, financial statements,
DCF valuation engine, comparable companies, and news feed.

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
</feed>
