Apple Inc. (AAPL) market data
Apple Inc. (AAPL) trades in USD, SEC CIK 0000320193.
About Apple Inc. (AAPL)
AAPL is the ticker for Apple Inc, a US-listed share priced in US dollars. This page covers the market data SiftingIO serves for the ticker, not investment guidance.
The live quote returns price, bid, ask, a basis-point spread, the day's volume, the day's change in absolute and percentage terms, a session field that marks whether the print is from the regular session or pre and after-hours, and a timestamp. Pull it as a REST snapshot or subscribe over WebSocket with the us product for a continuous feed, authenticated with an X-API-Key header.
Historical bars are available over REST at one-second, one-minute, five-minute, fifteen-minute, hourly, and daily resolution, each carrying open, high, low, close, volume, and a VWAP. Intraday history runs several years for active names and daily history reaches back two decades where the listing allows. The exact window depends on your plan tier, as listed on the pricing page.
The update rate rises with tier, and the median publish age stays under 100 milliseconds, a measure of data freshness rather than order execution, with source, ingest, and publish timestamps and a quality flag on every tick. The data methodology page explains how the rate scales. Beyond prices, the same ticker exposes reference data such as ISIN, CUSIP, and FIGI, corporate actions including splits and dividends, and fundamentals from financial statements to SEC filings.
Reference data
- Symbol
- AAPL
- Name
- Apple Inc.
- Asset class
- Stocks
- Venue
- US
- Currency
- USD
- SEC CIK
- 0000320193
AAPL Stock Price and Market Data API
Access AAPL stock price and market data through SiftingIO's REST and WebSocket APIs, including latest price data, historical records, and live updates where available.
Use stocks/AAPL for request-based access through REST, or use the same symbol key with WebSocket streams for real-time stock market updates.
curl -H "X-API-Key: $SIFTING_API_KEY" \
"https://api.sifting.io/v1/last/trade/stocks/AAPL"# Connect (set SIFTING_API_KEY first)wscat -c "wss://stream.sifting.io/ws/v1?key=$SIFTING_API_KEY" # Then send this subscribe frame:{ "op": "subscribe", "product": "us", "symbols": ["AAPL"] }Related stocks
Related reading
Frequently asked questions about Apple Inc. (AAPL)
How do I get real-time AAPL prices from an API?
Call the live snapshot endpoint for AAPL with your API key to receive price, bid, ask, spread, the day's volume and change, and a session field. For a continuous feed, subscribe over WebSocket with the us product.
Does SiftingIO provide historical AAPL OHLCV bars and how far back?
Yes. OHLCV bars with a VWAP are available over REST from one-second to daily resolution. Intraday history spans several years for active names and daily history reaches back roughly two decades, with the exact depth set by your plan tier on the pricing page.
What fields does the AAPL quote return?
The quote carries price, bid, ask, a basis-point spread, the day's volume, the change in absolute and percentage terms, a timestamp, and a session field that marks regular versus pre and after-hours prints.
Can I get AAPL SEC filings and fundamentals from the same API?
Yes. The same ticker exposes fundamentals from income, balance sheet, and cash-flow statements, ratios and an earnings calendar, regulatory filings such as 10-K, 10-Q, and 8-K, and institutional 13F holdings.
Can I stream AAPL over WebSocket?
Yes. Open a WebSocket connection and subscribe with the us product and the AAPL symbol to receive live quote updates.
Are corporate actions (splits, dividends) covered for AAPL?
Yes. Corporate actions including splits, dividends, and other events are available for the ticker alongside its reference data and price history.