Nasdaq
communityGlobal electronic stock exchange and financial services company listing 3,300+ companies with real-time quotes, market data, financial news, and investment tools for retail and institutional investors.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
/api/quote/{symbol}/infoGet real-time stock quote
Parameters
assetClassstocks|etf (stringoptionalReturns
data with primaryData{lastSalePrice, netChange, percentageChange, volume}, asset_type, symbol, companyNameGET
/api/quote/{symbol}/historicalGet historical price data for a symbol
Parameters
limitintegeroptionaltoDateYYYY-MM-DD (stringoptionalfromDateYYYY-MM-DD (stringoptionalassetClassstocks|etf (stringoptionalReturns
data with tradesTable{rows[{date, close, volume, open, high, low}]}GET
/api/autocomplete/slookupSearch stocks, ETFs by name or symbol
Parameters
termsymbol or company name (stringrequiredReturns
data[] with value{symbol, name, type, exchange}