Discover/marketbeat.com API
live

marketbeat.com APImarketbeat.com

Access MarketBeat stock data via API: analyst ratings, earnings, insider trades, short interest, options chains, financials, and more across 14 endpoints.

Endpoints
14
Updated
11d ago
Try it
Search keyword such as a company name or ticker symbol (e.g. 'AAPL' or 'Apple').
api.parse.bot/scraper/060a9926-db20-4c1e-8dc7-26d52b79ee8e/<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/060a9926-db20-4c1e-8dc7-26d52b79ee8e/search_stocks?query=AAPL' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 14 totalclick to expand

Search for stock tickers by company name or symbol. Returns matching stocks and related articles from MarketBeat.

Input
ParamTypeDescription
queryrequiredstringSearch keyword such as a company name or ticker symbol (e.g. 'AAPL' or 'Apple').
Response
{
  "type": "object",
  "fields": {
    "data": "array of search results, each with ticker, exchange, name, and url",
    "status": "string indicating success or error"
  },
  "sample": {
    "data": [
      {
        "url": "/stocks/NASDAQ/AAPL/",
        "name": "Apple Inc.",
        "ticker": "AAPL",
        "exchange": "NASDAQ"
      },
      {
        "url": "/stocks/NYSE/APLE/",
        "name": "Apple Hospitality REIT, Inc.",
        "ticker": "APLE",
        "exchange": "NYSE"
      }
    ],
    "status": "success"
  }
}

About the marketbeat.com API

The MarketBeat API covers 14 endpoints for pulling structured stock market data including analyst forecasts, earnings estimates, insider transactions, institutional ownership, and financial statements. The get_stock_overview endpoint alone returns current price, day change, key stats, company description, and a company calendar in a single call. Ticker-based lookups accept an optional exchange parameter to disambiguate symbols listed on multiple venues.

Stock Data Coverage

The API centers on ticker-based lookups. Pass a ticker string — and optionally an exchange such as NYSE, NASDAQ, or BATS — to most endpoints. search_stocks accepts a free-text query and returns matching results with ticker, exchange, name, and url fields, making it a useful first step when you only have a company name. get_stock_overview returns current_price, day_change, key_stats, description, and a company_calendar for upcoming events.

Analyst and Sentiment Data

get_stock_forecast returns a consensus_rating_breakdown array showing rating counts over time alongside a consensus_comparison array that benchmarks the stock against its sector and the S&P 500. get_analyst_ratings gives a monthly time series with Sell, Hold, Buy, StrongBuy, and TotalRatings counts per period — useful for tracking sentiment drift. get_marketrank exposes MarketBeat's proprietary scoring system: an overall percentile, an overall_score, and a components object mapping category names to individual scores.

Ownership and Trade Activity

get_insider_trades returns records with transaction dates, insider names, buy/sell action, share counts, and prices. get_institutional_ownership lists top institutional holders and their positions. get_short_interest provides both a summary object of current stats and a history array of periodic short interest records. get_options_chain returns call and put records with strike prices, volumes, and related option details.

Financials and Metrics

get_financial_statements returns a statements object keyed by statement names — such as annual income statements, cash flow statements, and balance sheets — each mapping to arrays of row objects. get_earnings returns a history array with quarterly and annual records including Number of Estimates, Low Estimate, High Estimate, and revenue guidance. get_profitability_metrics returns a flat key-value object covering EPS, P/E Ratio, Net Margins, Return on Equity, and Debt-to-Equity, among others. get_competitors returns comparison sections categorized by profitability, sentiment, and financials.

Common use cases
  • Build an analyst sentiment tracker that monitors monthly Buy/Hold/Sell ratio changes via get_analyst_ratings
  • Alert on unusual insider buying or selling activity using transaction data from get_insider_trades
  • Compare a stock's MarketRank component scores across categories using get_marketrank percentile and score fields
  • Aggregate short interest history to identify short squeeze candidates via get_short_interest history arrays
  • Pull annual income statements and balance sheets from get_financial_statements for multi-year financial modeling
  • Screen for stocks by profitability metrics like Net Margins and Return on Equity using get_profitability_metrics
  • Benchmark a company against sector peers by pulling profitability and sentiment comparison tables from get_competitors
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 MarketBeat have an official developer API?+
MarketBeat does not publish a public developer API. The data accessible here reflects what is available on the MarketBeat website at marketbeat.com.
What does `get_earnings` return, and does it include actual reported EPS values?+
The endpoint returns a history array of quarterly and annual records with fields for Number of Estimates, Low Estimate, High Estimate, and revenue guidance. Reported (actual) EPS values alongside estimates are part of the same records where MarketBeat surfaces them. The endpoint does not currently return real-time surprise flags or beat/miss labels as separate structured fields. You can fork the API on Parse and revise it to add those derived fields.
Can I retrieve options data for a specific expiration date?+
get_options_chain returns available call and put records with strike prices, volumes, and option details, but the endpoint does not currently accept an expiration date filter — it returns the chain as MarketBeat presents it. You can fork the API on Parse and revise it to add expiration-date filtering logic.
Does the API cover dividend history or dividend yield data?+
Dividend history is not currently a dedicated endpoint. get_stock_overview includes key_stats which may surface yield figures, and get_profitability_metrics returns valuation metrics, but there is no structured dividend payment timeline endpoint. You can fork the API on Parse and revise it to add a dedicated dividend history endpoint.
How fresh is the data returned by endpoints like `get_stock_overview` and `get_short_interest`?+
Data freshness reflects what MarketBeat displays on its pages at the time of the request. Short interest data is reported on a bi-monthly schedule by exchanges, so get_short_interest history intervals are constrained by that upstream cadence rather than intraday updates.
Page content last updated . Spec covers 14 endpoints from marketbeat.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.
MarketBeat API – Stocks, Analysts & Financials · Parse