Finance

Nasdaq API

nasdaq.com

Nasdaq - earnings, IPO, and dividend calendars, market movers, screener, and quotes.

Actions
14
Category
Finance
Login
Not required
Output
JSON

Call the Nasdaq API

Submit a task, then poll the job until it settles. This example runs na_analyst_ratings.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "na_analyst_ratings",
    "params": {
      "symbol": "AAPL"
    }
  }'

14 actions on nasdaq.com

Read

  • Analyst Ratings

    na_analyst_ratingsread1 credit / call

    Returns analyst consensus rating, covering brokers, and upgrades and downgrades history.

    symbol
    string · required
  • Company Profile

    na_company_profileread1 credit / call

    Returns company info including address, phone, sector, industry, region, and website.

    symbol
    string · required
  • Dividend Calendar

    na_dividend_calendarread1 credit / call

    Returns stocks with ex-dividend dates on a given date plus payment dates and rates.

    date
    string
  • Earnings Calendar

    na_earnings_calendarread1 credit / call

    Returns companies reporting earnings on a date with EPS estimates and report timing.

    date
    string
  • Financials

    na_financialsread1 credit / call

    Returns income statement, balance sheet, cash flow, and ratios for four periods.

    symbol
    string · required
    frequency
    string
  • Insider Trades

    na_insider_tradesread1 credit / call

    Returns insider buy and sell transactions with summary, shares traded, and prices.

    symbol
    string · required
    limit
    integer
  • Institutional Holdings

    na_institutional_holdingsread1 credit / call

    Returns top institutional holders, ownership percentage, and position changes.

    symbol
    string · required
    limit
    integer
  • IPO Calendar

    na_ipo_calendarread2 credits / call

    Returns current month IPO activity including upcoming, priced, filed, and withdrawn IPOs.

    status
    string
  • Market Movers

    na_market_moversread1 credit / call

    Returns top gaining, losing, or most active stocks across US exchanges.

    type
    string
    limit
    integer
    exchange
    string
  • Options Chain

    na_optionsread1 credit / call

    Returns the full options chain with strike, bid, ask, volume, and open interest.

    symbol
    string · required
    expiration
    string
    limit
    integer
  • Price History

    na_historicalread2 credits / call

    Returns daily OHLCV historical price data for a stock or ETF.

    symbol
    string · required
    asset_class
    string
    range
    string
    limit
    integer
  • Quote

    na_quoteread1 credit / call

    Returns a real-time quote with bid, ask, volume, day range, and 52-week range.

    symbol
    string · required
    asset_class
    string
  • Short Interest

    na_short_interestread1 credit / call

    Returns short interest history with settlement dates, shares shorted, and days to cover.

    symbol
    string · required
  • Stock Screener

    na_stock_screenerread1 credit / call

    Returns stocks screened by exchange, sector, country, and price range with pagination.

    exchange
    string
    sector
    string
    country
    string
    min_price
    number
    max_price
    number
    limit
    integer
    offset
    integer

Nasdaq API questions

Is there an API for Nasdaq?
Nasdaq does not offer a public data API for this, but Anakin Wire provides 14 maintained endpoints for nasdaq.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Nasdaq data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when nasdaq.com changes its markup, Anakin updates the action.
Do I need a Nasdaq account?
No. Every Nasdaq action listed here runs anonymously — no account and no credentials required.
What does the Nasdaq API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Finance APIs

All Finance sites