<feed xmlns='http://www.w3.org/2005/Atom'>
<title>prism-v2.git/backend, branch master</title>
<subtitle>Prism rewritten using FastAPI + NextJS</subtitle>
<id>https://git.tylerhoang.xyz/prism-v2.git/atom?h=master</id>
<link rel='self' href='https://git.tylerhoang.xyz/prism-v2.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism-v2.git/'/>
<updated>2026-05-19T06:59:37Z</updated>
<entry>
<title>feat: add projection_years to DcfResult schema and service output</title>
<updated>2026-05-19T06:59:37Z</updated>
<author>
<name>Tyler Hoang</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-19T06:59:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism-v2.git/commit/?id=38f8664eccd7738855918fff0537335f7238a006'/>
<id>urn:sha1:38f8664eccd7738855918fff0537335f7238a006</id>
<content type='text'>
Add projection_years: int = 5 field to the DcfResult Pydantic schema and emit it from the data_service.get_valuation() function across all three dcf_out cases (unavailable, error, and successful). This enables frontend DCF sliders to know the default projection horizon.

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>fix: add no-key fallback for sector ratio benchmarks</title>
<updated>2026-05-19T05:43:16Z</updated>
<author>
<name>Tyler Hoang</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-19T05:43:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism-v2.git/commit/?id=52635efd7d435b091b4f13897511ca8e2c48f0b9'/>
<id>urn:sha1:52635efd7d435b091b4f13897511ca8e2c48f0b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: populate sector benchmark values for ratios tab</title>
<updated>2026-05-19T05:31:48Z</updated>
<author>
<name>Tyler Hoang</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-19T05:31:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism-v2.git/commit/?id=acb628932215338b7971f3051b1e5d89e58573a1'/>
<id>urn:sha1:acb628932215338b7971f3051b1e5d89e58573a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add GET /api/tickers/{symbol}/ratios route</title>
<updated>2026-05-18T09:37:26Z</updated>
<author>
<name>Tyler Hoang</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-18T09:37:26Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism-v2.git/commit/?id=37ac7be64d18bf1957e5400597abfb9d2d73c0c5'/>
<id>urn:sha1:37ac7be64d18bf1957e5400597abfb9d2d73c0c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: correct historical ratios share and debt inputs</title>
<updated>2026-05-18T09:34:46Z</updated>
<author>
<name>Tyler Hoang</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-18T09:34:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism-v2.git/commit/?id=38bef98ab1964bc9365d17c4a5ca17cdbd32673b'/>
<id>urn:sha1:38bef98ab1964bc9365d17c4a5ca17cdbd32673b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ratios service and tests</title>
<updated>2026-05-18T09:21:03Z</updated>
<author>
<name>Tyler Hoang</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-18T09:21:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism-v2.git/commit/?id=b24b745dbb047674c1ac05f2531cab83f45c2291'/>
<id>urn:sha1:b24b745dbb047674c1ac05f2531cab83f45c2291</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add RatioPoint and RatiosResponse schemas</title>
<updated>2026-05-18T09:12:42Z</updated>
<author>
<name>Tyler Hoang</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-18T09:12:42Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism-v2.git/commit/?id=ce1b9bcab6474f678155da1b6f0133bb6800346e'/>
<id>urn:sha1:ce1b9bcab6474f678155da1b6f0133bb6800346e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add GET /api/tickers/{symbol}/valuation route</title>
<updated>2026-05-18T08:32:48Z</updated>
<author>
<name>Tyler Hoang</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-18T08:32:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism-v2.git/commit/?id=0662a31869ad60dbb76b2f534fe294d15b3b3492'/>
<id>urn:sha1:0662a31869ad60dbb76b2f534fe294d15b3b3492</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add get_valuation() service function</title>
<updated>2026-05-18T08:31:30Z</updated>
<author>
<name>Tyler Hoang</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-18T08:31:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism-v2.git/commit/?id=b877047a76cd4b661dccfd1dc8c0e7f2aa6a346c'/>
<id>urn:sha1:b877047a76cd4b661dccfd1dc8c0e7f2aa6a346c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add _run_dcf, _run_ev_ebitda, _run_ev_revenue, _run_price_to_book</title>
<updated>2026-05-18T08:27:30Z</updated>
<author>
<name>Tyler Hoang</name>
<email>tyler@tylerhoang.xyz</email>
</author>
<published>2026-05-18T08:27:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tylerhoang.xyz/prism-v2.git/commit/?id=0811b116b992ac977630c7deb687f995d89dc9a6'/>
<id>urn:sha1:0811b116b992ac977630c7deb687f995d89dc9a6</id>
<content type='text'>
</content>
</entry>
</feed>
