9 endpoints

Nasdaq Data API

Real-time quotes, financial statements, IPO calendars, dividend histories, earnings estimates, historical OHLCV bars, stock screener, news, and ticker search โ€” all via Anysite's structured REST API.

9 endpoints Real-time quotes Financials & earnings REST, MCP & CLI

What Nasdaq data unlocks

Nasdaq is the world's second-largest stock exchange and one of the most data-rich financial platforms available to developers. Getting structured equity data โ€” real-time quotes with bid/ask spread, full GAAP financial statements, quarterly EPS surprises, dividend calendars, IPO schedules, and analyst-driven screener output โ€” from Nasdaq has historically required costly data vendor agreements. Anysite's Nasdaq endpoints give you a clean REST interface to nine data surfaces: from a single-ticker real-time quote all the way to multi-period income statements, balance sheets, and cash flow statements with financial ratios. No API key required from Nasdaq, no exchange approval, no per-feed fees.

All Nasdaq Endpoints

Nine endpoints covering market data across equities, ETFs, and IPOs on US exchanges. All return structured JSON via the Anysite REST API at /api/nasdaq/....

EndpointWhat It Returns
/api/nasdaq/ipos IPO calendar for a given month โ€” symbol, company name, exchange, status (upcoming / priced / filed / withdrawn), share price, shares offered, offer amount, and key dates (filed, priced, withdrawn).
/api/nasdaq/news Recent news articles for a ticker โ€” headline, description, publisher, published date, topic, related symbols, and full article URL from Nasdaq's news feed.
/api/nasdaq/quotes Real-time quote for a ticker โ€” price, bid/ask with sizes, change and change percent, volume, market cap, 52-week high/low, sector, industry, Nasdaq-100 membership, dividend yield, ex-dividend date, and one-year analyst target.
/api/nasdaq/quotes/dividends Dividend payment history โ€” ex-date, record date, payment date, declaration date, dividend type, amount per share, and currency for each historical event.
/api/nasdaq/quotes/earnings Quarterly EPS history and estimates โ€” reporting period, type (actual / estimate), consensus EPS, actual EPS, and upcoming flag. Covers both reported quarters and future estimates.
/api/nasdaq/quotes/financials Full financial statements โ€” income statement, balance sheet, cash flow statement, and financial ratios, all with labeled rows and per-period values. Supports annual and quarterly frequency.
/api/nasdaq/quotes/history Historical OHLCV bars โ€” open, high, low, close, and volume for each trading day. Supports custom date ranges and bar count limits for stocks and ETFs.
/api/nasdaq/quotes/screener Screen stocks by exchange, market cap tier, sector, region, and analyst recommendation. Returns matching tickers with price, change percent, volume, market cap, sector, industry, country, IPO year, and alias.
/api/nasdaq/quotes/search Search for ticker symbols and companies by name or symbol query. Returns exchange, asset class, industry, region, and Nasdaq-100 membership for each match.

What You Can Build

Equity research tools

Combine /quotes, /quotes/financials, and /quotes/earnings to build full fundamental analysis dashboards โ€” live price, EPS trend, P/E ratio, revenue growth, and balance sheet health in one flow.

Portfolio screeners and stock finders

Use /quotes/screener to filter by sector, market cap, and analyst recommendation, then enrich each result with real-time price and 52-week range from /quotes. Build filters that match your investment criteria without a Bloomberg terminal.

IPO tracking and calendars

Poll /ipos monthly to surface upcoming offerings, priced deals, withdrawn filings, and offer sizes. Feed the data into alert tools, newsletters, or AI agents that watch for IPOs in specific sectors.

Backtesting and technical analysis

Pull daily OHLCV bars via /quotes/history with custom date ranges, run moving averages, RSI, or VWAP calculations, and back-test strategies across any US-listed equity or ETF without paying per-feed data fees.

Quick Start

Get a real-time quote and the last four quarters of earnings in two requests.

SHELL
# Real-time quote for AAPL
curl https://api.anysite.io/api/nasdaq/quotes   -H "access-token: YOUR_KEY"   -d '{"symbol":"AAPL"}'

# Quarterly earnings history
curl https://api.anysite.io/api/nasdaq/quotes/earnings   -H "access-token: YOUR_KEY"   -d '{"symbol":"AAPL"}'

Plans

Every endpoint is included in all Anysite plans โ€” there's no per-endpoint pricing to track. Use MCP Unlimited for flat-rate access through your AI tools, or a credit plan for REST & CLI at scale.

Frequently Asked Questions

Do I need a Nasdaq developer account or market data agreement?
No. Anysite handles the underlying data access โ€” you authenticate with your Anysite API key only. There is no separate Nasdaq account, exchange approval, or market data redistribution agreement required.
How real-time are the quotes?
Quotes from /api/nasdaq/quotes reflect Nasdaq's live data feed at the time of the call. Prices are indicative and may reflect a short delay during market hours; treat them as live for research and analysis rather than for execution.
What is the difference between annual and quarterly financials?
Pass "frequency": "1" for annual statements (full fiscal year periods) or "frequency": "2" for quarterly statements. Both return the same four tables โ€” income statement, balance sheet, cash flow, and financial ratios โ€” with per-period labeled columns.
Can I screen stocks and then pull detailed quotes in one workflow?
Yes. Call /quotes/screener to get a filtered list of tickers matching your criteria (sector, market cap, analyst recommendation), then loop over the returned symbols and call /quotes or /quotes/financials for each one. All endpoints share the same REST interface and authentication header.
Does the historical bars endpoint cover ETFs as well as stocks?
Yes. Pass "asset_class": "etf" along with the ETF ticker symbol (e.g. "QQQ") to retrieve OHLCV history for exchange-traded funds. The default asset class is stocks.
Can I use these endpoints inside Claude, Cursor, or ChatGPT?
Yes. All Nasdaq endpoints are available via the Anysite MCP server and can be called directly from Claude Desktop, Claude Code, Cursor, and ChatGPT on the MCP Unlimited plan โ€” no additional setup required.

Related Endpoints

Start querying Nasdaq data today

Real-time quotes, financials, earnings, IPO calendars, dividend history, and more โ€” via REST, MCP, or CLI. No Nasdaq agreement required.