Prices dataset

Historical stock prices

Daily and intraday OHLCV history with explicit raw or adjusted values, trading-session coverage, symbol identity, and source lineage.

Primary source

Permitted market-history sources

API route

/v3/stocks/{symbol}/bars

Coverage

Explicit by stream

Serving

Rights-aware

What this dataset means

Historical stock-price data records how a security traded during past market sessions. Research-grade history needs more than open, high, low, and close: it must identify the security through ticker changes, state the exchange calendar and timezone, distinguish raw from adjusted prices, and disclose which expected sessions are missing.

Fields delivered

symbol and stable security ID
session or bar timestamp
open, high, low, close
volume
raw or adjusted view
source and retrieval time
coverage status

The endpoint is /v3/stocks/{symbol}/bars. Responses retain deterministic pagination and the metadata needed to connect normalized records to their source run.

How to evaluate a provider

Evaluate historical stock prices on source authority, historical depth, identity, timestamps, correction behavior, coverage reporting, and serving rights. A polished response is not enough if the underlying evidence cannot be reconstructed.

DataCedar is not a consolidated real-time SIP feed. Use a separately licensed real-time source for execution, quote display, or low-latency decisions. DataCedar deliberately exposes that boundary in the product rather than leaving customers to infer it from a missing endpoint or a legal footnote.

Failure modes to test before purchase

  • Source identity is missing.
  • Coverage is assumed rather than measured.
  • Later corrections overwrite the historical view.
  • Acquisition access is treated as proof of redistribution rights.
  • An empty array cannot distinguish no event from incomplete collection.

Source, freshness, and reproducibility

Source. Permitted market-history sources. DataCedar stores source identifiers and retrieval runs before normalization, then serves its own stable downstream schema.

Freshness. Completed historical sessions are filled proactively after the market closes, then checked against the expected exchange calendar before they become available.

Rights. DataCedar serves only market history whose source terms permit the requested use. Validation-only Alpaca SIP records never flow into the public serving layer.

Buyer-intent guides

Questions, answered.

The research schema includes symbol and stable security ID, session or bar timestamp, open, high, low, close, volume, raw or adjusted view, source and retrieval time, coverage status. Fields remain connected to source, retrieval, coverage, and rights metadata.