Finance
Marketbeat.com logo

Marketbeat.com API

marketbeat.com

Financial research platform for stock search, analyst ratings, price targets, earnings calendar, dividend data, and market news.

Actions
7
Category
Finance
Login
Not required
Output
JSON

Call the Marketbeat.com API

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

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": "act_marketbeat_com_analyst_ratings_price_targets_ssr",
    "params": {
      "exchange_prefix": "NASDAQ",
      "symbol": "ADBE"
    }
  }'

7 actions on marketbeat.com

Read

  • Analyst Ratings & Price Targets

    act_marketbeat_com_analyst_ratings_price_targets_ssrread1 credit / call

    Returns a stock's consensus rating, price targets, and per-analyst forecasts.

    exchange_prefix
    string · required
    symbol
    string · required
  • Earnings Articles Listing

    act_marketbeat_com_earnings_articles_listingread1 credit / call

    Lists earnings news articles with titles, authors, dates, and linked tickers.

    topic_slug
    string · required
  • Header News Ticker

    act_marketbeat_com_header_news_tickerread1 credit / call

    Returns the latest news ticker headlines and story links.

    interval
    string
    accountid
    string
    userlevel
    string
  • Homepage

    act_marketbeat_com_homepage_ssrread1 credit / call

    Returns homepage featured stocks with symbols, prices, and daily change.

  • Market News Article

    act_marketbeat_com_market_news_articleread1 credit / call

    Returns a market news article's headline, body, date, and linked tickers.

    article_slug
    string · required
  • Stock Detail

    act_marketbeat_com_stock_detail_ssrread1 credit / call

    Returns a stock's quote with price, volume, market cap, P/E, and 52-week range.

    exchange_prefix
    string
    symbol
    string
  • Stock Price Chart Series

    act_marketbeat_com_stock_price_chart_seriesread2 credits / call

    Returns a stock's historical daily price series with earnings-date markers.

    exchange_prefix
    string · required
    symbol
    string · required
    currency
    string · required

Marketbeat.com API questions

Is there an API for Marketbeat.com?
Marketbeat.com does not offer a public data API for this, but Anakin Wire provides 7 maintained endpoints for marketbeat.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 Marketbeat.com 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 marketbeat.com changes its markup, Anakin updates the action.
Do I need a Marketbeat.com account?
No. Every Marketbeat.com action listed here runs anonymously — no account and no credentials required.
What does the Marketbeat.com 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