Barchart: Get Historical Data
Barchart via Parse · Finance
Get historical price data for a symbol. Returns OHLCV candle data ordered ascending by date. Supports daily and 5-minute intraday intervals. APIs for extracting stock and commodity market data from Barchart, including quotes, option chains, gamma exposure, historical time series, top stocks, and futures prices. Fulfilled by Parse from barchart.com.
- barchart
- barchart-com
- crypto-web3
- developer-tools
- finance
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/1cda4487-4915-4e6a-b0de-627d66a03c5a/get_historical_data
- Interface artifact
- sha256:e6b964608b6efcb7edd1809feade61b3d73df3b443ef9b7b3955bd685d6a3605
- Manifest digest
- sha256:eba876f60c301bf21fa299addf9712a03a8289ef25e4a4beb623022092a2c12a
Request fields
- symbol (string, required): Symbol to retrieve history for (e.g. 'AAPL' for a stock, 'GC*0' for Gold futures front-month)
- interval (string): Data interval: 'daily' or '5min' (intraday): Allowed values: daily, 5min
- max_records (integer): Maximum number of records to return
Example queries
- {"symbol":"AAPL","interval":"daily","max_records":"20"}