Skip to content

Build the next generation of capital markets.

Bourse gives developers everything they need to build, trade, and manage tokenized stocks on Robinhood Chain.

  • Simple APIs Build in minutes
  • Real-time data Reliable and unified
  • Agent ready Built for the next era

Live

  • AAPL 231.78 +0.12%
  • NVDA 184.48 -1.22%
  • TSLA 387.96 -3.27%
  • SPY 641.57 +2.27%
  • META 606.81 +2.05%
  • GOOGL 200.68 -2.91%
  • MSFT 438.65 -1.16%
  • AMZN 232.71 +3.14%

One API.
Endless possibilities.

From real-time quotes to execution and portfolio management, Bourse abstracts the complexity so you can focus on building.

Start Building
// npm install @bourse/sdk
import { Bourse } from "@bourse/sdk"

const bourse = new Bourse()

// Live price for NVDA
const price = await bourse.prices.get("NVDA")

// Executable DEX quote: buy $100 of NVDA
const quote = await bourse.trade.quote({
  ticker: "NVDA",
  amount: 100
})

// Unsigned trade tx, sign with your wallet
const tx = await bourse.trade.build({
  ticker: "NVDA",
  amount: 100,
  recipient: wallet.address
})

Everything you need to build on tokenized stocks.

Asset API

Unified metadata for all tokenized stocks on Robinhood Chain.

Learn more

Execution API

Get quotes and execute trades with simple, reliable endpoints.

Learn more

Portfolio API

Track positions, PnL, exposure and automate rebalancing.

Learn more

Agent API

Machine-readable tools for AI agents to research, trade, and manage capital.

Learn more

Built for builders.

Trading apps. AI agents. Portfolio managers. Social investing. Lending. Prediction markets. And what's next.

  • + more

The native token of Bourse.

$BOURSE lives on Robinhood Chain alongside the assets it powers, aligning builders, users, and Bourse infrastructure.

CA SOON

On Robinhood Chain
3D render of the $BOURSE token

Real assets.
More builders. A more open future.

Start Building

Build on Robinhood Chain.