TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Quantus – LeetCode for Financial Modeling

279 pointsby misstercool6 months ago
Hi everyone,<p>I wanted to share Quantus, a finance learning and practice platform I’m building out of my own frustration with traditional resources.<p>As a dual major in engineering and finance who started my career at a hedge fund, I found it challenging to develop hands-on financial modeling skills using existing tools. Platforms like Coursera, Udemy, Corporate Finance Institute (CFI), and Wall Street Prep (WSP) primarily rely on video-based tutorials. While informative, these formats often lack the dynamic, interactive, and repetitive practice necessary to build real expertise.<p>For example, the learning process often involves:<p>- Replaying videos multiple times to grasp key concepts.<p>- Constantly switching between tutorials and Excel files.<p>- Dealing with occasional discrepancies between tutorial numbers and the provided Excel materials.<p>To solve these problems, I created Quantus—an interactive platform where users can learn finance by trying out formulas or building financial models directly in an Excel-like environment. Inspired by LeetCode, the content is organized into three levels—easy, medium, and hard—making it accessible for beginners while still challenging for advanced users.<p>Our growing library of examples includes:<p>- 3-statement financial models<p>- Discounted Cash Flow (DCF) analysis<p>- Leveraged Buyouts (LBO)<p>- Mergers and Acquisitions (M&amp;A)<p>Here’s a demo video to showcase the platform in action. <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=bDRNHgBERLQ" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=bDRNHgBERLQ</a><p>I’d love to hear your thoughts and feedback! Let me know what other features or examples you’d find useful.

24 comments

itissid6 months ago
Great work on the tool. Looks really useful for basic modeling for a businesses who need this.<p>As a salaried person I would like to see a version of this tool for planning ones own portfolios.<p>0. Set your risk parameters: Maximum drawdown, expected returns, time horizon, fixed income needed, broker platform etc.<p>1. Pick ETFs from a specific brokerage that match and find different kinds of ETFs for different asset classes, different startegies(US, ex-US, Currency Hedged, Buffer, Bullet Shares).<p>2. Tools: Rebalancer, be able to find what ETFs are cheap&#x2F;expensive based on current evaluations(P&#x2F;E) and Historical data. Like when fed is raising rates one can invest more in Bond Funds(like Bullet Share) that lock in that yield incrementally and vice versa.
aiden36 months ago
I love this idea, this is really cool. I work on a joint data&#x2F;business team and this would be useful for us. One piece of technical feedback: it would be good if you could press = and then use the arrow keys to select parts of your formula (like in excel). With quantus, I need to press =, and then switch to my mouse, and then click the cell (for example EBITDA), then press &#x27;&#x2F;&#x27; on my keyboard, then go back to my mouse to select revenue, and then finally press equal, and then submit the assignment.<p>You should also make the tutorials&#x2F;mini assignments slightly harder. Its really easy to calculate EBITDA margin when there are 2 lines on the page: revenue and EBITDA. It would be better if there were a few red herrings (like in a real financial statement&#x2F;operating model). It would be even better if there were some harder stages where someone needs to first calculate EBITDA through the income statement, and then EBITDA margin.<p>Final piece of feedback: the various mini assignments in a module should all operate off of the same broader set of tabs&#x2F;excel sheet. It would be rewarding to keep filling out more and more of the broader model, and also to have the context of the entire financial model available at any given time.<p>Happy to chat more. I would like to add something like this to my team&#x27;s employee onboarding &#x2F; training process.
评论 #42404593 未加载
iknownthing6 months ago
People generally use leetcode to prepare for interviews and learning is kind of a side-effect so I&#x27;m curious are these questions similar to those you would find in interviews (i.e. like leetcode) or is it more for general learning purposes?
评论 #42400594 未加载
评论 #42402536 未加载
westurner6 months ago
How does your solution differ from JupyterHub + ottergrader or nbgrader? What about Kaggle Learn?<p>From taking the Udacity AI Programming in Python course, it looks like Udacity has a Jupyter Notebooks -based LMS LRS CMS platform.<p>How does your solution differ from the &quot;Quant Platform&quot; which hosts [Certificate in] &quot;Python for Finance&quot;: <a href="https:&#x2F;&#x2F;home.tpq.io&#x2F;pqp&#x2F;" rel="nofollow">https:&#x2F;&#x2F;home.tpq.io&#x2F;pqp&#x2F;</a><p>Do you award (OpenBadges) educational credentials as Blockcerts (W3C VC Verifiable Claims, W3C DIDs Decentralized Identifiers,) with blockchain-certificates&#x2F;cert-issuer? <a href="https:&#x2F;&#x2F;github.com&#x2F;blockchain-certificates&#x2F;cert-issuer#how-batch-issuing-works" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;blockchain-certificates&#x2F;cert-issuer#how-b...</a>
评论 #42400069 未加载
stonlyb6 months ago
What are the next set of library additions you&#x27;re planning? Will tune in for when you release something on VC term sheets, convertible note &#x2F; SAFE note conversions, and Techno Economic Analysis.
评论 #42402288 未加载
jbs7896 months ago
This looks really technically impressive.<p>As someone who has worked in financial services for close to 20 years now, what I find interesting is how the experienced deal makers&#x2F;traders&#x2F;entrepreneurs have established mental models about how things work, then when evaluating a deal distill that down to a handful of reasons to do it (or not).<p>So the hard part is knowing what to focus on, which changes based on the environment and over time, rather than constructing the excel model.
评论 #42400655 未加载
jbs7896 months ago
These are always interesting to me bc people respond with suggestions for changes.<p>But what’s the authors overall objective? Is it to create a marketable product? For whom?
mclau1566 months ago
I have attempted to do financial modeling practice with ChatGPT and Claude, but they struggle to come up with interesting data needed to make any real insights, is this really just testing our knowledge of which business terms to use and which functions to use, or is there enough good data to require some ingenuity to gain insights from?
评论 #42401187 未加载
s0rr0wskill6 months ago
Who is the target audience for this?<p>As someone who has a CS background but would like to learn more about finance but not get too deep into the weeds of math &amp; statistics, would this be a good resource? Or is this more for people who want to break into quant and practice&#x2F;learn concepts for interviews?
评论 #42401733 未加载
curious_cat_1636 months ago
Just signed up. Would be cool to learn about Derivates!<p>I have an earnest question and I reckon you might have given it some thought. Is teaching financial modeling to humans a growing market? If so, why do you think that?<p>If you think not, is the idea here to test this space for a product that comes down the road? :)
noleary6 months ago
Brings me back to my many evenings and weekends spent poring over Breaking into Wall Street PDFs :)<p>This is really awesome
评论 #42402277 未加载
josh_carterPDX6 months ago
Thank you for building something like this. Financial modeling can be daunting, but I think it&#x27;s the most important tool for entrepreneurs to have in order to understand how best to run their business. Can&#x27;t wait to spend some time playing with this tool!
coffeecantcode6 months ago
Just signed up, really looking forward to sharpening my financial modeling skills, even after graduating and moving into a field where I don’t do that sort of thing anymore.<p>Any plans to create a native mobile application? I couldn’t seem to find one on the App Store.
评论 #42399904 未加载
hperpkl6 months ago
I&#x27;d like to use it internally as our non-fund is investable and participates across multiple asset classes and is flexible in a way to use financial instruments, so this would be helpful
matt32106 months ago
Well… there goes a few weekends of my life wasted. Thanks
jalcazar6 months ago
Looks like something I want to use.<p>Would this help me preparing to [aspirationally] compete in the FMWC (Financial Modeling World Cup) ?
jkcchan6 months ago
really cool, very slick. the beginner content feels very AI gen&#x27;d, which isn&#x27;t necessarily a problem. my eyes are conditioned to glaze over this type of content, so maybe my issue haha. but i really like the concept, and agree there&#x27;s a huge gap in the landscape for a tool like this, so great work!
评论 #42400701 未加载
edweis6 months ago
Great interface. I love the fact we can use Google Sheet to do the math.
评论 #42399977 未加载
1010086 months ago
This looks amazing and one of the things I&#x27;d love to try if I&#x27;d have infinite time*<p>* Not that I use my time wisely, but lately I feel very tired when I am on my free&#x2F;own time, so I don&#x27;t want to do anything that would require concentration.
mdrzn6 months ago
Looks interesting! Is it free? I don&#x27;t see any pricing page.
评论 #42400723 未加载
headelf6 months ago
Isn&#x27;t the purpose of AI so I don&#x27;t have to learn this?
评论 #42402954 未加载
评论 #42402424 未加载
daneyh6 months ago
&#x27;failed to fetch&#x27; when trying to sign up.
评论 #42408912 未加载
StarlaAtNight6 months ago
Love this! Will try it out
评论 #42399245 未加载
fHr6 months ago
Cool, will try this out!