Stock Tickers API
FinanceMAINTAINED1 token / call

Stock Tickers API

The complete directory of US-listed securities, refreshed nightly: 13,155 active symbols across Nasdaq (all three tiers), NYSE, NYSE American, NYSE Arca, Cboe BZX and IEX — 5,656 ETFs included — from Nasdaq Trader''s official symbol directories with the SEC CIK crosswalk joined in (7,128 symbols resolve to their EDGAR filer, AAPL to CIK 0000320193 with a ready EDGAR link). Search by symbol or company name with exact-symbol-first ranking; filter by exchange or ETF flag; pull per-exchange listing counts. Delistings actually disappear: the nightly sync upserts the full directory and prunes symbols that vanished, behind a safety valve that refuses any prune touching more than 20% of the table. Test issues are excluded and Nasdaq financial-status codes (Deficient, Delinquent, Bankrupt) arrive decoded. The reference layer every fintech product needs before it can do anything else: symbol validation, autocomplete, ETF screening, CIK resolution for filings pipelines. Pairs with our Company Financials API (10-K numbers for any of these CIKs).

No credit card requiredAccess to 20+ APIsCancel anytime
response.json
{
  "ok": true,
  "ticker": {
    "symbol": "AAPL",
    "name": "Apple Inc. - Common Stock",
    "exchange": "Nasdaq Global Select Market",
    "exchange_code": "Q",
    "etf": false,
    "round_lot": 40,
    "financial_status": "Normal",
    "cik": "0000320193",
    "sec_name": "Apple Inc.",
    "edgar_url": "https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0000320193"
  }
}
4endpoints
1tokens / call
99.9%uptime SLA
Lowavg latency

Why developers pick this API

Production-ready

Production Ready

Battle-tested infrastructure with a 99.9% uptime SLA. Rate limits are generous, responses are consistent.

Simple Integration

Standard REST + JSON. Works with any HTTP client. Copy-ready code snippets in 4 languages.

One Key, 20+ APIs

Your DataAndAPIs subscription unlocks every API on the platform — anime, finance, sports, and more.

Code snippets

One install. Every endpoint.

No proprietary SDKs needed. Any HTTP client works. Pick your language and paste.

3languages
4endpoints
RESTarchitecture
1key for all APIs
  • Fully typed responses — auto-completion in your IDE
  • Tracks the API in lockstep — new endpoints land same day
  • One key works across 20+ APIs on the platform
import axios from 'axios';

const { data } = await axios.get(
  '{API_URL}',
  { headers: { 'X-Api-Key': process.env.API_KEY } }
);

🔒 Subscribe to unlock the live API URL

Developer playground

Explore the endpoints

Browse request parameters and inspect live example responses.

Available Endpoints

Request Parameters

API URL

Please subscribe to see the API URL

Headers

X-Api-Key

Please subscribe to see the actual API URL

import axios from 'axios';

const url = '{API_URL}';
const { data } = await axios.get(url, {
  headers: { 'X-Api-Key': 'YOUR_API_KEY' }
});

Pricing

One subscription. Every API.

Tokens unlock this API and 20+ others on DataAndAPIs. Switch APIs any time — we promote.

FREE

$0/mo

500 tokens / month

  • Access to all APIs
  • Tokens reset monthly
  • Community support
Start free
Most Popular

STARTER

$6.99/mo

25,000 tokens / month

  • Access to all APIs
  • Tokens reset monthly
  • Email support
Subscribe

PRO

$24.99/mo

100,000 tokens / month

  • Access to all APIs
  • Tokens reset monthly
  • Priority email support
Subscribe

ULTRA

$99.99/mo

1,000,000 tokens / month

  • Access to all APIs
  • Tokens reset monthly
  • Priority support
Subscribe

Need higher volume, dedicated infra, or a custom contract? Talk to sales →

Common questions

The things that actually block the upgrade.

Ship Stock Tickers API this afternoon.

500 free tokens. No card. Plus 20+ other APIs on the same key.