Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Europe Must Choose Between Power and Dependence(slavoj.substack.com)
    discuss
  2. Mathematics in the Age of AI Oracles [pdf](colala.berkeley.edu)
    discuss
  3. CVE-2026-91766: PHP had the redirect credential leak curl fixed in 2018(daubois.dev)
    1comments
  4. LinkedIn wins court order blocking mass scraping of user data(therecord.media)
    discuss
  5. Megafauna Extinction and Startups(johnjwang.com)
    discuss
  6. Discovering and exploiting a remote code execution vulnerability in OpenCode(datadoghq.com)
    discuss
  7. Chicago No. 1(dynamicallytyped.org)
    discuss
  8. Oracle invokes force majeure on New Mexico AI data center(qz.com)
    discuss
  9. Making the case for Ed Zitron as the last of the great bloggers(observationalepidemiology.blogspot.com)
    discuss
  10. I Have a Confession: I Built This Site with AI – Please Forgive Me(dynamicallytyped.org)
    discuss
  11. Show HN: Timebar, a Mac timer shown as a thin line below the menu bar(github.com/velvet-shark)
    1comments
  12. Pixel Composer: Node based VFX compositor for pixel art(pixel-composer.com)
    discuss
  13. The Medicaid Work Requirement's Gambling Loophole(aei.org)
    discuss
  14. Null, a Skill and a Blog Post(probablyfine.dev)
    1comments
  15. Nikon Made a $1,400 Full-Frame Camera for Gen Z and I Might Be Too Old for It(pcmag.com)
    discuss
  16. The Geography of Bear Attacks [video](youtube.com)
    discuss
  17. QR Codes That Route to the Appropriate App Store(matthuggins.com)
    discuss
  18. Why Influence Is Deeply Human(unchartedpathbreakthroughs.com)
    discuss
  19. GitHub has not removed malicious imitation software after 3 weeks(successfulsoftware.net)
    discuss
  20. Nine countries without internet that never disconnected(observedstate.com)
    discuss
  21. The United States of Walmart, According to WiFi Data(ipinfo.io)
    1comments
  22. Show HN: Scalar.dev – Python/SQLite server-rendered starter app, no build step(getscalar.dev)
    discuss
  23. My obsession making native resolution PS2 emulation look good(themaister.net)
    discuss
  24. Show HN: Trify3D – Compare AI 3D engines on one input and keep the best mesh(trify3d.com)
    discuss
  25. AI Evals: Everything You Need to Know(hamel.dev)
    discuss
  26. Flip Fluid on Flip Dots(mitxela.com)
    discuss
  27. Nephew Tommy prank calls compilation and transcripts(railway.app)
    discuss
  28. Why is the human body so crap except for the liver?(dynomight.net)
    discuss
  29. What I learned from joining the Kubernetes Blog team(kubernetes.dev)
    discuss
  30. Show HN: Potluck – Run local AI across the computers you own(trypotluck.ai)
    discuss

Show HN: Are My ETFs Overvalued? Daily ETF insights and comparisons tool

2 pointsby 56m agoetf-copilot.com
0 comments
I built ETF Copilot (https://etf-copilot.com/go/show-hn) as analytical support for my own investing. It answers what financial screeners and platforms do not: which valuation, growth, quality and risk metrics matter for each ETF, and how do they compare to own history and peers. It covers 1,000+ US-listed equity ETFs and updates every night with fresh data.

Free version without signup offers 5 fund views. Overlap, concentration, and theme pages are unlimited. Pro $20/month tier adds unlimited views, full rankings, watchlists, alerts, and twice a week ETF market newsletter. For Show HN I opened a broader access showing most functionality for free.

> > > Background: About a year ago I became much more interested in investing in ETFs. I have been in Finance for many years and saw many systems and tools from Yahoo Finance to expensive enterprise solutions. They all gave plenty of data, but getting to ETF-level conclusion still took hours.

> > > How it grew into a system: I started building a small tool for myself. Rolling up stock level analysis to an ETF level was a key requirement, which enabled answering questions like “Is this ETF expensive” or “How profitable are companies in this ETF”. I automated it to run daily for US-listed equity ETF universe, which enabled ETF rankings based on valuation, growth, quality, and risk. I added features people were asking about on forums and social media: multi-fund comparison, overlap and concentration. Over time it evolved into an app.

> > > Technical problems solved: 1) Mapping ETFs to stocks. ETFs hold many companies listed on international exchanges, reporting in different currencies, having different classes of securities. Tickers, ISIN, FIGI and company names can vary or be missing. I ended up building a fairly long set of rules to resolve the inconsistencies and map the data, as mapping quality directly influenced metrics downstream.

2) Metrics aggregation and rankings. Negative P/E, missing data, abrupt changes in some metrics caused wild swings in early versions, and a straightforward weighted average approach worked in some cases but broke in others. Developing a system of calculation and coverage rules was an integral part to raise quality of outputs. For rankings, “Gate first, weight second” filtering to remove poor performers proved to be a much more effective and stable approach than a seemingly logical weighted average across all.

3) LLM explanations grounded in facts and without hallucinations. I wanted to provide short daily explanations on each ETF and the market, instead of pushing the user to analyze dozens of metrics. I ran data analysis deterministically and built compact “factpacks” on each ETF and sector, as the only data LLM sees. Then fed those to LLM to write explanations and put a deterministic validator checking numerical claims against the source data, as well as a separate semantic LLM validator checking unclear or misleading wording.

> > > Questions: 1. Can you quickly get the needed data in app to tell “what sets ETF X apart from similar funds”? 2. What would you improve to make it more actionable and useful for individual ETF investors? 3. Which steps and data points do you use, when you consider investing in ETFs?

> > > Website: https://etf-copilot.com/go/show-hn

A quiet thread, for now.Start the conversation on HN ↗