Fool: Get Historical Prices
Fool via Parse · Finance
Get historical OHLCV price data for a stock by its instrument ID. Returns chart bars for the specified timeframe and precision. The instrument_id is obtained from get_stock_data or search_stocks. Some instrument/timeframe combinations may not have data available upstream. APIs for extracting stock data, historical prices, analyst opinions, and full earnings call transcripts from Fool.com. Fulfilled by Parse from fool.com.
- finance
- fool
- fool-com
- news-media
- parse
- platform-key
- reviews-ratings
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/5488de9f-9850-451f-9ce5-6f1edcb43528/get_historical_prices
- Interface artifact
- sha256:4d0b11a5ca27442bfd754d9483f025d2e554ffc640fc1c90f4edff9c98991a7e
- Manifest digest
- sha256:1b016b045612d2c6613962d92ee5de4680d4a756dacd447af22490a7e1e6baec
Request fields
- precision (string): Data precision. Accepted values: Day, Hour, Minute.: Allowed values: Day, Hour, Minute
- timeframe (string): Timeframe for historical data. Accepted values: OneWeek, OneMonth, OneYear, FiveYears, Max.: Allowed values: OneWeek, OneMonth, OneYear, FiveYears, Max
- instrument_id (string, required): Internal instrument ID obtained from get_stock_data (e.g. 202686 for AAPL). Passed as a numeric string.
Example queries
- {"precision":"Day","timeframe":"OneWeek","instrument_id":"202686"}