Discover/Barrons API
live

Barrons APIbarrons.com ↗

Access major indices, top stock gainers/decliners, most active stocks, ETF movers, and top mutual funds from Barron's in a single API call.

Endpoint health
verified 3d ago
get_market_overview
1/1 passing latest checkself-healing
Endpoints
1
Updated
2mo ago

What is the Barrons API?

The Barron's API delivers a full market snapshot in one call via the get_market_overview endpoint, returning over 30 data points across global indices, stock movers, ETF movers, and top mutual funds. The response combines major index prices and daily ranges, the top 5 stock gainers, decliners, and most-active names by volume, the top 5 ETF movers by percent change, and the top 9 funds ranked by year-to-date return.

This call costs3 credits / call— charged only on success
Try it

No input parameters required.

→ api.parse.bot/scraper/972c19ee-b34c-46ce-aa46-ce9f784070de/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/972c19ee-b34c-46ce-aa46-ce9f784070de/get_market_overview' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalmissing one? ·

Returns a comprehensive market overview combining major global indices, today's stock movers (top gainers, decliners, and most active by volume), leading ETF movers, and top-performing funds ranked by year-to-date return. Makes four fixed upstream requests in one call. Data is delayed per exchange rules (typically 15-20 minutes).

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "indices": "array of major market indices with price, change, percent change, daily high/low, and type",
    "top_funds": "array of top 9 funds by year-to-date return percentage",
    "etf_movers": "array of top 5 ETF gainers by percent change",
    "stock_movers": "object with gainers, decliners, and movers (most active) arrays, each containing top 5 stocks",
    "top_funds_period": "time period for fund returns (YearToDate)",
    "indices_timestamp": "human-readable timestamp for when index data was last updated"
  },
  "sample": {
    "data": {
      "indices": [
        {
          "name": "DJIA",
          "type": "Index",
          "ticker": "DJIA",
          "daily_low": 53866.69,
          "timestamp": "2026-08-10T11:09:40-04:00",
          "daily_high": 54072.66,
          "last_price": "54016.71",
          "price_change": "-20.22",
          "percent_change": "-0.04"
        },
        {
          "name": "S&P 500",
          "type": "Index",
          "ticker": "SPX",
          "daily_low": 7748.42,
          "timestamp": "2026-08-10T11:09:40-04:00",
          "daily_high": 7773.76,
          "last_price": "7760.64",
          "price_change": "3.00",
          "percent_change": "0.04"
        }
      ],
      "top_funds": [
        {
          "name": "Amplify Cmmdty:Brkwv Tkr",
          "ticker": "BWET",
          "net_assets": 35.9,
          "return_percent": 1396.75
        }
      ],
      "etf_movers": [
        {
          "name": "Tradr 2X Long ACHR Daily ETF",
          "ticker": "ARCX",
          "volume": "247.0K",
          "last_price": "17.80",
          "price_change": "4.29",
          "percent_change": "31.77"
        }
      ],
      "stock_movers": {
        "movers": [
          {
            "name": "Space Exploration Technologies Corp.",
            "ticker": "SPCX",
            "volume": "69.6M",
            "last_price": "136.15",
            "price_change": "3.04",
            "percent_change": "2.28"
          }
        ],
        "gainers": [
          {
            "name": "Wing Yip Food Holdings Group Ltd. ADR",
            "ticker": "WYHG",
            "volume": "2.3M",
            "last_price": "8.88",
            "price_change": "4.45",
            "percent_change": "100.45"
          }
        ],
        "decliners": [
          {
            "name": "Sionna Therapeutics Inc.",
            "ticker": "SION",
            "volume": "21.4M",
            "last_price": "4.06",
            "price_change": "-46.98",
            "percent_change": "-92.06"
          }
        ]
      },
      "top_funds_period": "YearToDate",
      "indices_timestamp": "11:09 AM EDT 8/10/26"
    },
    "status": "success"
  }
}

About the Barrons API

What get_market_overview Returns

The single get_market_overview endpoint takes no input parameters and returns five top-level fields. indices is an array of major global market indices, each carrying price, change, percent change, daily high, daily low, and a type label. indices_timestamp gives a human-readable string showing when that index data was last updated.

Stock and ETF Movers

The stock_movers object contains three arrays — gainers, decliners, and movers (most active by volume) — each limited to the top 5 stocks for that category. etf_movers is a separate array of the top 5 ETF gainers ranked by percent change. These two fields together let you quickly identify which equities and funds are seeing the largest price and volume moves during the session.

Top Funds

The top_funds array lists the top 9 mutual funds ranked by year-to-date return. The companion field top_funds_period confirms the return window, currently YearToDate. Each fund entry includes enough detail to identify the fund and its performance figure, making this field useful for screening high-performing funds without a separate lookup.

Coverage and Freshness

All four data categories — indices, stock movers, ETF movers, and top funds — are batched into one response from a single endpoint call. The indices_timestamp field signals data recency for the index portion. Because there are no filter parameters, every call returns the full pre-defined set of securities tracked by Barron's market overview.

Reliability & maintenanceVerified

The Barrons API is a managed, monitored endpoint for barrons.com — not a raw scraper you maintain. Every endpoint is automatically health-checked on a schedule, and when barrons.com changes and a check fails, the API is automatically queued for repair and re-verified. It is built to keep working as the site underneath it changes.

This isn't an official barrons.com API — it's an independent, maintained REST wrapper over public data. Where the source has no official API (or only a limited one), Parse gives you a stable contract over a source that never promised one, and keeps it current. Need a new endpoint or field? You can revise it yourself in plain English and the agent rebuilds it against the live site in minutes — contributing the change back to the shared API is free.

Last verified
3d ago
Latest check
1/1 endpoint passing
Maintenance
Monitored & self-healing
Will this API break when the source site changes?+
It's built not to. Every endpoint is health-checked on a schedule with automated test probes. When the source site changes and a check fails, the API is automatically queued for repair and re-verified — that's the self-healing layer. Each API page shows when its endpoints were last verified. And because marketplace APIs are shared, any fix reaches everyone using it.
Is this an official API from the source site?+
No — Parse APIs are independent, managed REST wrappers over publicly available data. That is the point: where a site has no official API (or only a limited one), Parse gives you a maintained, monitored endpoint for that data and keeps it working as the site changes — so you get a stable contract over a source that never promised one.
Can I fix or extend this API myself if I need a new endpoint or field?+
Yes — and you don't have to wait on us. This API was generated by the Parse agent, which stays attached. Describe the change in plain English ("add an endpoint that returns reviews", "fix the price field") in the revise box on the API page or via the revise_api MCP tool, and the agent rebuilds it against the live site in minutes. Contributing the change back to the public API is free.
What happens if I call an endpoint that has an issue?+
Errors are machine-readable: a bad call returns a clean status with the list of available endpoints and a repair hint, so an agent (or you) can recover or trigger a fix instead of failing silently. Confirmed failures feed the automatic repair queue.
Common use cases
  • Build a morning market briefing dashboard showing index levels, daily highs/lows, and percent changes from the indices array.
  • Alert traders when specific tickers appear in the gainers or decliners arrays within stock_movers.
  • Populate a volume-leaders widget using the movers array to surface the most actively traded stocks.
  • Screen ETF momentum by tracking entries in etf_movers ranked by percent change over multiple sessions.
  • Compare mutual fund year-to-date performance using the top_funds array to identify consistent top performers.
  • Feed a financial news aggregator with contextual market data keyed to the indices_timestamp for freshness labeling.
  • Automate daily market recap reports that combine index, mover, and fund data from a single API response.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo2005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000100 req/min
Team$300/mo20,000300 req/min
Company$1,000/mo100,000500 req/min

Each endpoint has a fixed posted price per successful call — most fall between 1 and 10 credits — shown on this API's page before you run it. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Barron's have an official developer API?+
Barron's does not publish a public developer API. Market data on the site is intended for end-user consumption, not programmatic access.
What does the `stock_movers` field contain, and how are the lists sized?+
The stock_movers object contains three arrays: gainers (top 5 by price gain), decliners (top 5 by price drop), and movers (top 5 by trading volume). Each array is fixed at 5 entries per call — there is no parameter to expand or filter these lists.
How current is the index data returned by the API?+
The indices_timestamp field in the response carries a human-readable string indicating when the index data was last updated on Barron's market overview page. Intraday refresh frequency depends on how often Barron's updates that data; the API reflects whatever was current at call time.
Does the API return historical prices or time-series data for any of the securities?+
No historical or time-series data is included. The API returns point-in-time snapshots: current price, daily change, and daily high/low for indices, and current session movers for stocks and ETFs. You can fork this API on Parse and revise it to add an endpoint that fetches historical quote pages for individual securities.
Can I retrieve data for a specific stock ticker or index by name?+
The get_market_overview endpoint takes no input parameters, so it is not possible to request a specific ticker or index. It always returns the fixed set of securities featured in Barron's market overview. You can fork this API on Parse and revise it to add a parameterized endpoint that looks up individual securities.
Page content last updated . Spec covers 1 endpoint from barrons.com.
Related APIs in FinanceSee all →
bloomberg.com API
Track stock indices, commodities, currencies, and bonds in real-time, while monitoring market movers and staying updated with the latest financial news. Get comprehensive Bloomberg market data to make informed investment decisions across multiple asset classes.
marketbeat.com API
Track comprehensive stock market data including real-time overviews, analyst ratings, earnings reports, insider trades, and institutional ownership across thousands of companies. Search stocks, analyze financial statements and profitability metrics, monitor short interest, explore options chains, and stay updated with market headlines and competitor analysis.
stockanalysis.com API
Access comprehensive stock market data including real-time financials, income statements, statistics, and IPO calendars to research individual stocks and identify market movers. Search stocks, view detailed overviews, and monitor premarket activity all in structured, easy-to-use format.
morningstar.com API
Get comprehensive financial data including stock quotes, company profiles, historical financials, valuation metrics, ownership details, dividends, and market movers from Morningstar. Search securities and access the latest stock news to make informed investment decisions.
companiesmarketcap.com API
Track real-time market capitalization and rankings for global companies, search for specific firms, and access detailed financial metrics and historical performance data. Get comprehensive company profiles including current market position and financial trends to compare and analyze investment opportunities.
hdfcsec.com API
Track real-time equity market movements by finding the most active NSE stocks, top gainers and losers, 52-week highs and lows, and detailed stock quotes. Search for specific stocks and get comprehensive market overviews to make informed investment decisions.
money.tmx.com API
Access data from money.tmx.com.
nasdaq.com API
Track real-time and historical stock prices, ETF and mutual fund quotes, cryptocurrency data, and comprehensive company financials including earnings, dividends, and SEC filings all from one source. Research market trends with institutional holdings, short interest data, retail trading activity, and market movers to make informed investment decisions.