Stock trades

Stock trades API for tick-level historical and last-trade workflows

Fetch stock trade history and last trade records with timestamp filters, limit caps, rate-limit headers, and signed cursor pagination.

Quick answer

Stock trades are available across stock plans. Free and Developer are 15-minute delayed; Expert and Commercial include live stock data.

Real-time dataHistorical market dataQuotes & tradesAggregates & indicators

Why teams use it

Trade-level stock data for research, review, and execution context

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

Tick review

Pull trade records around a signal timestamp to inspect realized prints.

Last trade checks

Use the last trade endpoint for compact live status panels.

Bar validation

Compare trades against aggregate bars when debugging research data.

Developer examples

Two code paths teams usually need first

Trades
curl "https://api.cutemarkets.com/v1/stocks/trades/AAPL/?timestamp.gte=2026-05-06T13:30:00Z&limit=1000" \
  -H "Authorization: Bearer YOUR_API_KEY"
Last trade
curl "https://api.cutemarkets.com/v1/stocks/trades/MSFT/last/" \
  -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 stock trade requests

Use Free for delayed evaluation, Developer for unlimited delayed access, or Expert for live stock trade access.

Canonical URL: https://cutemarkets.com/stock-trades-api