Stocks REST API

Stocks data API for snapshots, trades, quotes, bars, and reference

CuteMarkets now supports stock REST data alongside options: snapshots, movers, ticker reference, trades, quotes, aggregates, open-close records, and indicators.

Quick answer

Use `/v1/stocks/` endpoints with the same Bearer token or API key used across CuteMarkets. Stocks are a separate subscription product from options.

Real-time dataHistorical market dataQuotes & tradesAggregates & indicators

Why teams use it

A stock market data API that fits the existing CuteMarkets workflow

One account, two products

Use one CuteMarkets login and API keys while keeping options and stocks subscriptions independent.

Developer delayed access

The Developer stock plan includes 15-minute delayed data, unlimited requests, and a 7-year historical lookback.

Expert quote tier

Quote endpoints are available on Expert and Commercial for quote-heavy workflows.

Use cases

What you can build with this options data API

Research screens

Combine ticker reference, snapshots, movers, trades, and bars before promoting a signal.

Event review

Pull open-close, grouped bars, and technical indicators around earnings or market events.

Cross-asset context

Join stock history with options chain and quote workflows through one account.

Developer examples

Two code paths teams usually need first

Ticker snapshot
curl "https://api.cutemarkets.com/v1/stocks/snapshot/AAPL/" \
  -H "Authorization: Bearer YOUR_API_KEY"
Custom bars
curl "https://api.cutemarkets.com/v1/stocks/aggs/AAPL/5/minute/2026-05-01/2026-05-06/?adjusted=true&limit=5000" \
  -H "Authorization: Bearer YOUR_API_KEY"

FAQ

Common questions about this options data API

Does CuteMarkets now provide stock REST data?

Yes. CuteMarkets supports stock REST endpoints for snapshots, movers, ticker reference, trades, quotes, aggregates, open-close, and technical indicators.

Are stocks bundled with options?

No. Stocks and options are separate subscriptions with the same Free, Developer, Expert, and Commercial plan ladder, managed from the same CuteMarkets account.

Which stock plans include quotes?

Stock quote endpoints require the Expert or Commercial stock subscription. Developer includes unlimited delayed stock data but not quote endpoint access.

Start with a stock API key

Create an account, choose the Stocks API product when upgrading, and keep options subscriptions independent.

Canonical URL: https://cutemarkets.com/stocks-data-api