NVIDIA CORP (NVDA) market data
NVIDIA CORP (NVDA) trades in USD, SEC CIK 0001045810.
About NVIDIA CORP (NVDA)
NVDA is the ticker for NVIDIA Corporation, a US-listed share priced in US dollars. This page describes the market and reference data SiftingIO provides for the symbol.
The live quote returns trade price, bid, ask, spread, daily volume and change, session information, and timestamps. Developers can request NVDA as a REST snapshot or subscribe over WebSocket with the US equities product.
Historical NVDA OHLCV bars are available over REST from one-minute through monthly resolution. The same ticker can also be used for reference data, corporate actions, fundamentals, and regulatory filings where the account has access.
NVDA is often used in AI infrastructure, semiconductor, technology, and index monitoring workflows. A consistent symbol and schema make it easier to join price history with financial statements, filings, and other market datasets.
Reference data
- Symbol
- NVDA
- Name
- NVIDIA CORP
- Asset class
- Stocks
- Venue
- US
- Currency
- USD
- SEC CIK
- 0001045810
NVDA Stock Price and Market Data API
Access NVDA 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/NVDA 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/NVDA"# 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": ["NVDA"] }Related stocks
Related reading
Frequently asked questions about NVIDIA CORP (NVDA)
What is NVDA?
NVDA is the ticker for NVIDIA Corporation, a US-listed company priced in US dollars.
How do I get real-time NVDA prices from an API?
Call the live snapshot endpoint for NVDA with your API key. It returns trade price, bid, ask, spread, daily volume and change, session information, and timestamps.
Does SiftingIO provide historical NVDA OHLCV bars?
Yes. Historical open, high, low, close, and volume bars are available over REST from one-minute through monthly resolution, with depth based on plan tier.
Can I get NVDA fundamentals and filings from the same API?
Yes. The same symbol can be used for financial statements, ratios, earnings calendar data, corporate actions, and regulatory filings where your plan includes access.
Can I stream NVDA over WebSocket?
Yes. Subscribe with the US equities product and the NVDA symbol to receive live quote updates over WebSocket.