Discover/nyse.com API
live

nyse.com APInyse.com

Access NYSE-listed company data, real-time quotes, trading halts, market movers, holidays, and regulatory notices via 10 structured endpoints.

Endpoints
10
Updated
10d ago
Try it
Search query for ticker or company name
Page number for results (0-indexed)
api.parse.bot/scraper/125c86d7-ba54-42ab-9785-fbca70c01e03/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/125c86d7-ba54-42ab-9785-fbca70c01e03/get_listings?query=APPLE&page_number=0' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 10 totalclick to expand

Search for NYSE-listed tickers and instruments. Returns tickers matching the query string against the NYSE quotes collection.

Input
ParamTypeDescription
querystringSearch query for ticker or company name
page_numberintegerPage number for results (0-indexed)
Response
{
  "type": "object",
  "fields": {
    "results": "array of quote objects with url, name, description, and score",
    "totalHits": "integer total number of matching results"
  },
  "sample": {
    "data": {
      "results": [
        {
          "url": "https://www.nyse.com/quote/XNGS:AAPL",
          "name": "APPLE INC",
          "score": 166.70804,
          "description": "APPLE INC"
        }
      ],
      "maxScore": 166.70804,
      "totalHits": 4,
      "pageNumber": 0,
      "suggestions": [],
      "aggregationsMapList": [
        {
          "label": "Content Type",
          "aggregations": {
            "Quote": 4
          }
        }
      ]
    },
    "status": "success"
  }
}

About the nyse.com API

The NYSE API covers 10 endpoints that surface data directly from nyse.com, including real-time quote details, trading halt records, market movers, and regulatory trader updates. The get_quote_details endpoint alone returns over a dozen fields per symbol — price, volume, dividend yield, beta, EPS, options chains, board members, and historical returns — making it useful for building stock research tools or compliance monitors without manual site navigation.

Quote and Listing Data

The get_listings endpoint accepts a query string and returns matching NYSE instruments as an array of objects with url, name, description, and a relevance score, plus a totalHits count. For deeper data, get_quote_details takes a single symbol parameter (e.g., IBM) and returns a quote object with real-time price, high/low, volume, dividend, yield, beta, and EPS; an options object containing callList and putList arrays; a boardMember object with company profile and directors; quoteHistory with historical prices; and totalReturns with return percentages across multiple time periods.

Trading Halts and Market Status

get_trading_halts_current returns all halts active on the current trading day — each entry includes the issuer name, halt reason, and timestamps — while get_trading_halts_historical adds symbol, halt_date_from, and halt_date_to filter parameters for searching past halt records. get_market_status surfaces historical system notifications (outages, technical issues, resolutions) as an array of objects with publishedDate, subject, body, and associated marketLinks. Pagination on both endpoints is controlled via page_size and page_number.

Market Movers, Holidays, and Trader Notices

get_market_movers returns gainers, losers, and volume leaders with per-symbol fields including lastPrice, change, pctchg, and volume. Filtering by the nyse category is supported. get_market_holidays requires no parameters and returns the full multi-year holiday schedule grouped by year. get_trader_updates delivers regulatory notices — new listings, options changes, self-help declarations — with publishedDate, subject, and body per entry.

Data Products and Site Search

get_data_products_catalog exposes NYSE's catalog of official data products with title, body, finalUrl, and tags per result, paginated via max and offset. search_site provides a global keyword search across NYSE CMS content, returning page-level hits with url, name, description, and score — useful for discovering regulatory documents or announcements not surfaced by the more specific endpoints.

Common use cases
  • Screen NYSE-listed stocks by name or ticker using get_listings and pull full quote details including EPS and beta for financial modeling.
  • Monitor active and historical trading halts with get_trading_halts_current and get_trading_halts_historical for compliance or risk alert systems.
  • Track daily market movers — top gainers, losers, and volume leaders — using get_market_movers for end-of-day summary dashboards.
  • Fetch options chain data (calls and puts) via get_quote_details to support derivatives research or spread analysis tools.
  • Retrieve board member and company profile data from get_quote_details for corporate governance databases.
  • Automate ingestion of NYSE trader update notices and market status alerts for regulatory monitoring workflows.
  • Build an NYSE-aware trading calendar using get_market_holidays to skip non-trading days in scheduling logic.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does NYSE have an official developer API?+
NYSE (ICE Data Services) offers official market data products — documented at ice.com/market-data — but these are institutional licensing arrangements, not self-serve developer APIs. Access requires a commercial agreement. This Parse API provides structured access to publicly available NYSE.com data without a licensing contract.
What does `get_quote_details` return beyond a stock price?+
In addition to real-time price, volume, high/low, dividend, yield, beta, and EPS in the quote object, the endpoint returns an options object with full callList and putList arrays, a boardMember object with company profile and director names, quoteHistory with historical price data, and totalReturns with return percentages across multiple periods — all in a single call for a given symbol.
How does historical trading halt filtering work?+
get_trading_halts_historical accepts an optional symbol to narrow results to a specific ticker, plus halt_date_from and halt_date_to in YYYY-MM-DD format to constrain the date range. Results are paginated with max_results (records per page) and page_number (1-indexed). The get_trading_halts_current endpoint, by contrast, returns only halts that are active on the current trading day and does not support date filtering.
Does the API return pre-market or after-hours quote data?+
The get_quote_details endpoint returns data as published on NYSE.com, which reflects regular session quotes. Pre-market and extended-hours data are not currently exposed as distinct fields. You can fork this API on Parse and revise it to add an endpoint targeting extended-hours data if that becomes available on the source.
Are international or non-NYSE-listed securities covered?+
The API covers instruments listed on NYSE as indexed in the NYSE quotes collection. Listings on NYSE Arca, NYSE American, or other exchanges are not guaranteed to appear, and OTC or foreign-listed securities are outside the current scope. You can fork the API on Parse and revise it to add endpoints targeting those exchange-specific listing pages.
Page content last updated . Spec covers 10 endpoints from nyse.com.
Related APIs in FinanceSee all →
cmegroup.com API
Get CME Group market data including FedWatch interest-rate probabilities, futures quotes and settlements, volume/open interest history, and options expirations and near-the-money option chains.
guba.eastmoney.com API
Access Chinese stock discussion posts and comments from Eastmoney's community platform to monitor investor sentiment, search board discussions, and retrieve detailed post information and stock board metadata. Get real-time insights into what traders are discussing about specific stocks through posts, replies, and board analytics.
blur.io API
Access NFT collection data on Blur.io, including floor prices, best bids, listed tokens, and recent activity. Authenticate with an Ethereum wallet to place collection bids and retrieve portfolio holdings.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.
etoro.com API
Monitor top eToro traders by accessing their profiles, portfolio holdings, performance statistics, and trading history to inform your investment decisions. Discover trending stocks and cryptocurrencies, search for specific instruments, and view detailed market data and news to stay updated on investment opportunities.
blackrock.com API
Access comprehensive BlackRock iShares ETF data to research fund performance, holdings, fees, and sector allocations, plus search and compare specific ETFs. Monitor investment details like distributions, key characteristics, and broad market indices all in one place.
morningstar.com.au API
Access comprehensive financial data for Australian stocks, ETFs, and managed funds including key metrics, valuations, dividends, and historical prices. Search securities, review company profiles and ownership details, and stay informed with market news and upcoming dividend information.
eprocurement.gov API
Monitor India's public procurement opportunities by accessing active tenders, bids closing today, global tenders, high-value contracts, and cancelled tenders from the Central Public Procurement Portal. Search tender details, browse participating organizations, and track real-time procurement statistics to stay informed on government contracting opportunities.