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: A small tool for visualising option chains

1 pointsby fernandohurabout 1 year ago
Hey HN,<p>I&#x27;ve always been intrigued by prediction markets and the concept of &quot;skin in the game&quot;. It&#x27;s fascinating to see where people are placing their bets rather than just hearing their theories. This led me down the rabbit hole of option markets - a complex yet intriguing betting arena.<p>The challenge with option markets, I found, is the steep learning curve just to understand what you&#x27;re looking at in an option chain. So, in an attempt to peel back some of that complexity, I created a simple tool that helps visualise option chains through vega lite&#x27;s expression language. This allows for a more intuitive understanding of options by visualising various metrics and comparisons.<p>Here are a few examples of what you can do with my tool:<p># Option Price vs. Strike Price: See how the price changes relative to the strike price. Link: https:&#x2F;&#x2F;opts-visualizer.vercel.app&#x2F;?fieldT=datum.ask&amp;fieldX=datum.strike&amp;symbol=SPY<p># Strike as Percentage: For those who prefer percentage-based comparisons, this visualisation uses the datum.relativeStrike variable for a different perspective. https:&#x2F;&#x2F;opts-visualizer.vercel.app&#x2F;?fieldT=datum.ask&amp;fieldX=datum.relativeStrike&amp;symbol=SPY<p># Comparing TSLA vs MSFT Curious how the market expects TSLA and MSFT to move? https:&#x2F;&#x2F;opts-visualizer.vercel.app&#x2F;?fieldColor=datum.ul.symbol&amp;fieldFilter=inrange%28datum.relativeStrike%2C%5B-0.2%2C0.0%5D%29&amp;fieldT=datum.ask%2Fdatum.ul.ask&amp;fieldX=datum.relativeStrike&amp;symbol=TSLA%2CMSFT<p>This is a fun side project I&#x27;ve been tinkering with. It&#x27;s entirely free and open source, hoping it might help demystify options a bit for those interested. Feedback, contributions, or just a quick test drive would be immensely appreciated!

no comments

no comments