Barchart API
barchart.com
Market data for stocks, futures, options, and indices - quotes, rankings, and options activity.
- Actions
- 14
- Category
- Finance
- Login
- Not required
- Output
- JSON
Call the Barchart API
Submit a task, then poll the job until it settles. This example runs act_barchart_etf_volume_leaders.
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_barchart_etf_volume_leaders",
"params": {}
}'14 actions on barchart.com
Read
ETF Volume Leaders
act_barchart_etf_volume_leadersread3 credits / callReturns top ETFs by trading volume with price, volume, and change.
Futures Contract Chain
act_barchart_futures_contract_chainread3 credits / callReturns nearby expiration contracts for a futures root with name, expiration, price, volume, and change.
- futures_root
- string · required
Futures Most Active Listing
act_barchart_futures_most_active_listingread3 credits / callReturns the most-active US futures contracts by volume with symbol, last price, change, and trade time.
- page
- string
Futures Most Active Listing Page
act_barchart_futures_most_active_listing_pageread2 credits / callReturns the most-active futures listing page metadata sorted by volume.
- orderBy
- string
- orderDir
- string
Futures Most Active Page
act_barchart_futures_most_active_pageread1 credit / callReturns the futures most-active landing page metadata and navigation context.
Futures Overview Quotes
act_barchart_futures_overview_quotesread3 credits / callReturns major futures quotes with last price, change, and trade time.
Futures Quote Overview
act_barchart_futures_quote_overview_ssrread2 credits / callReturns full quote details for a futures contract including OHLC, bid/ask, and open interest.
- symbol
- string · required
Homepage
act_barchart_homepage_ssrread1 credit / callReturns homepage market quotes for headline indices, futures, and commodities.
Index Quotes Snapshot
act_barchart_index_quotes_snapshotread3 credits / callReturns major US index and commodity quotes with last price and percent change.
Options Unusual Activity
act_barchart_options_unusual_activityread3 credits / callReturns unusual options activity with strike, volume, open interest, and greeks.
Stock Price Volume Leaders
act_barchart_stock_price_volume_leadersread3 credits / callReturns top US stocks by price-volume with price, volume, and change.
Stock Quote Overview
act_barchart_stock_quote_overview_ssrread2 credits / callReturns full quote details for a stock including OHLC, market cap, PE, and 52-week range.
- symbol
- string · required
Top 100 Stocks Page
act_barchart_top_100_stocks_pageread2 credits / callReturns the Top 100 US stocks ranking page sorted by weighted alpha.
- orderBy
- string
- orderDir
- string
Top Stocks Preview
act_barchart_top_stocks_previewread3 credits / callReturns the top US stocks by weighted alpha with name, price, and change.
Barchart API questions
- Is there an API for Barchart?
- Barchart does not offer a public data API for this, but Anakin Wire provides 14 maintained endpoints for barchart.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 Barchart 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 barchart.com changes its markup, Anakin updates the action.
- Do I need a Barchart account?
- No. Every Barchart action listed here runs anonymously — no account and no credentials required.
- What does the Barchart 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
AAII (American Association of Individual Investors)
Individual investors association - stock screener, sentiment surveys, ETF data, and research.
Affirm
Affirm partner directory - store listings, merchant guides, and merchant detail APIs.
Alphavantage.Co
Alpha Vantage public market data APIs for stock quotes, intraday and daily time series, fundamentals, FX, crypto, and technical indicators.
AnnualReports
Public-company profiles and annual reports - by exchange or industry, with filing links.
Artemis
Blockchain metrics dashboards - chain comparisons, active-user trends, and price time-series.
Asian Development Bank
Asian Development Bank data portal - publications, project documents, economic indicators, and financing datasets.