Product Hunt logo dark
  • Launches
    Coming soon
    Upcoming launches to watch
    Launch archive
    Most-loved launches by the community
    Launch Guide
    Checklists and pro tips for launching
  • Products
  • News
    Newsletter
    The best of Product Hunt, every day
    Stories
    Tech news, interviews, and tips from makers
    Changelog
    New Product Hunt features and releases
  • Forums
    Forums
    Ask questions, find support, and connect
    Streaks
    The most active community members
    Events
    Meet others online and in-person
  • Advertise
Subscribe
Sign in
Subscribe
Sign in

Yuzu - Stock and Crypto API

Market data infrastructure, minus the ton of work

5.0
•2 reviews•

76 followers

Market data infrastructure, minus the ton of work

5.0
•2 reviews•

76 followers

Visit website
Yuzu is the fastest way to start building with market data: stock, crypto, ETFs, mutual funds, forex. 🎁 Use Demo API Key 'product-hunt' to start building now (valid for 3 days) 🔑 Sign up to get your personal key (free forever) and join our beta!
  • Overview
  • Launches1
  • Reviews2
  • Alternatives
  • Team
  • Awards
  • More
Company Info
yuzu.dev
Yuzu - Stock and Crypto API Info
Launched in 2022View 1 launch
Forum
p/yuzu-stock-and-crypto-api
  • Blog
  • •
  • Newsletter
  • •
  • Questions
  • •
  • Forums
  • •
  • Product Categories
  • •
  • Apps
  • •
  • About
  • •
  • FAQ
  • •
  • Terms
  • •
  • Privacy and Cookies
  • •
  • X.com
  • •
  • Facebook
  • •
  • Instagram
  • •
  • LinkedIn
  • •
  • YouTube
  • •
  • Advertise
© 2025 Product Hunt

Similar Products

thirdweb
Build web3 apps and games, easily
4.9(16 reviews)
Web3Crypto tools
Alpaca
Alpaca
API for Stock, Options & Crypto Trading
4.4(17 reviews)
Crypto exchangesStock trading platforms
Paper.xyz
Paper.xyz
Frictionless NFT checkout.
Invezo
Invezo
Stock and crypto research platform
Pixura
Crypto goods infrastructure. Makers of @SuperRare_co.
View more
Astrid: Personal Shopping Agent
Astrid: Personal Shopping Agent — The personal stylist programmed just for you
The personal stylist programmed just for you
Promoted

Do you use Yuzu - Stock and Crypto API?

Yuzu - Stock and Crypto API gallery image
Yuzu - Stock and Crypto API gallery image
Yuzu - Stock and Crypto API gallery image
Yuzu - Stock and Crypto API gallery image
Yuzu - Stock and Crypto API gallery image
Free
Launch tags:
API•Fintech•Developer Tools
Launch Team
Steve CoffeyKatka (welltrava.com)Mike Kitson

What do you think? …

Daniel
Daniel
file.coffee

file.coffee

Congrats on the launch 🚀 I love that it's just one request and I also love the design of the website! I do have a question tho, how did you come up with the name? A quick Google shows "a green or yellow aromatic citrus fruit whose acidic rind and juice are often used in Japanese cuisine." but what does it have to do with the value of stocks and coins 🤔
Report
3yr ago
Steve Coffey
Steve Coffey
GPT-4o

GPT-4o

Maker
@daniel_langezaal Good question! I wish the answer were more interesting, but honestly we just thought Yuzu was a fun name and also the domain was available 🤓
Report
3yr ago
Katka (welltrava.com)
Katka (welltrava.com)
Trava - Modern Travel Agent

Trava - Modern Travel Agent

Maker
@daniel_langezaal @steve_coffey now we’d better make it the juiciest api out there 🍋😀
Report
3yr ago
Daniel
Daniel
file.coffee

file.coffee

@steve_coffey I can totally relate to that naming process, haha!
Report
3yr ago
Daniel
Daniel
file.coffee

file.coffee

@steve_coffey @katerina_opocenska Agree, it's a juicy api for prices of currencies and stucks!
Report
3yr ago
Steve Coffey
Steve Coffey
GPT-4o

GPT-4o

Maker
👋 Hello Product Hunt fam! I’m Steve, and I’m excited to announce the launch of Yuzu - the market data API we always wished we had. 🤔 The problem Simply put, there aren't any market data APIs built for rapid app development. The rigid structure of traditional market data APIs requires a lot of up-front work to build up a sufficient dataset before any of the real work can begin. A little backstory: before Yuzu, we built another product: a consumer-facing portfolio tracking app. This meant we needed to have prices on hand for every stock, crypto, ETF, mutual fund, and option, with history going back 30 years, which was a ton of work! But having the data in our own database exposed us to another class of issue: ongoing data maintenance. Frequent stock splits and ticker symbol changes were a headache and distracted us from focusing on building a great user experience. We believe that anyone wanting to build with market data should be able to quickly prototype and scale their app to thousands of users without any scraping, data pipelines, or ongoing data maintenance. With that goal in mind, we’re excited to launch Yuzu with our two initial products: 🕸 A robust, high-performance GraphQL API A common use case for investing apps, portfolio trackers and analytical platforms is displaying multiple assets at once and showing their historical performance. With traditional REST APIs, this requires multiple API calls and can be a slow experience for users. The common solution is to cache this data internally for quick client rendering, but this uncorks another problem: managing the daily deluge of stock splits and ticker symbol changes in the market. The last thing you want is your customers waking up to see Converted Organics instead of Coinbase on IPO day (this really happened). Using GraphQL, you can skip the in-house database and query all the data you need in one API call, directly from your frontend. Try it out! https://graph.yuzu.dev/graphql 🚿A streaming API for prices, quotes, and aggregates The market changes minute-to-minute, and apps should be engaging, real-time, and responsive to market events. But if your market data API limits you to one websocket connection, it means proxying that connection through your own infrastructure and back out to all your clients, forcing you to take on a massive infrastructural workload. We’re out to change that. Now, you can get live prices in your app in just 5 lines of code. With no limit on the number of connections you can make, you can stream data from Yuzu directly to your app without dealing with the DevOps. Proof in the pudding👇 curl --no-buffer 'https://sse.yuzu.dev/sse?token=product-hunt&streams=S:T:AAPL,C:T:ETH-USD' 🧑‍💻 Give it a whirl 🎁 Use Demo API Key ‘product-hunt’ to start building now (valid for 3 days). 🔑 Sign up to get your personal key (free forever) and join our beta! Datasets supported today: - US Stocks, ETFs, mutual funds - Hundreds of Crypto trading pairs - Hundreds of foreign currency rates - More coming soon! Let us know what you want to see. 🤝 Let’s connect! Let us know what you think! We want to learn about what you’re building and what Yuzu can do to support your use case. Hit us up at hello@yuzu.dev or join our Discord. 📈Up and to the right!
Report
3yr ago
Maddie Wang
Maddie Wang
@steve_coffey WHOA this is awesome, going to use this for my next fintech app :D
Report
3yr ago
Rhuwell Samano
Rhuwell Samano
Whoa! This is awesome, I've been avoiding building apps involving stocks/crypto/etc because I didn't want to be making all those API calls and having to maintain the data. Can't wait to to give it a go!
Report
3yr ago
Steve Coffey
Steve Coffey
GPT-4o

GPT-4o

Maker
@rhuwell Thanks for your support! We're excited to hear your feedback
Report
3yr ago
Top Product
Top Product
Top Product
5.0
Based on 2 reviews
Review Yuzu - Stock and Crypto API?
Reviews
Helpful

You might also like

thirdweb
Build web3 apps and games, easily
Alpaca
Alpaca
API for Stock, Options & Crypto Trading
Paper.xyz
Paper.xyz
Frictionless NFT checkout.
Invezo
Invezo
Stock and crypto research platform
Pixura
Crypto goods infrastructure. Makers of @SuperRare_co.
Crypto Subscriptions API
Crypto Subscriptions API
Accept cryptocurrency subscriptions on your website
View more
Hoda Mehr
Hoda Mehr

Stock Card

•1 review
Yuzu focuses on the real challenges a Fintech app faces when building the data feed. For example, having a way to know delisted stocks or ticker changes can eliminate a lot of backend work. Super excited to explore their APIs.
Report
3yr ago
Katka (welltrava.com)
Katka (welltrava.com)
Trava - Modern Travel Agent

Trava - Modern Travel Agent

Thank you for your kind words, Hoda! We're here to remove the data engineering overhead so apps like StockCard.io you can focus on building amazing experiences for retail investors! ❤️
Report
3yr ago
Milan
Milan
Sage

Sage

•12 reviews
Love the product, super helpful for someone building investing tools.
Report
2yr ago