Fetch Stock & Crypto Price History via Heurist YahooFinance Agent
Retrieve historical price data for stocks and cryptocurrencies using the Heurist YahooFinance Agent. Returns candlestick data (open, high, low, close, volume) with flexible timeframes (hourly or daily) and rolling windows from 1 day to max history. Powered by Heurist's mesh network. | Input: Requires a stock ticker or crypto symbol (with -USD suffix). Optionally specify time interval (1h or 1d), rolling period (1d to max), or custom start/end dates. | Output: Returns array of candlestick records with timestamp, open/high/low/close prices, and trading volume for each period. Includes metadata about the requested symbol, interval, and total rows returned. | Use cases: I need historical daily price data for Ethereum over the last 6 months; Get candlestick data for a stock ticker to analyze trends; Retrieve hourly price movements for crypto assets with volume information; Fetch multi-year price history for technical analysis and backtesting | Cost: 0.01 on base