
Yahoo Finance Agent
This agent uses Yahoo Finance to obtain historical price performance and technical analysis for stocks and cryptocurrencies. Provides OHLCV data and technical indicators with trading signals.
Tags
Tools (2)
fetch_price_history
Use this to obtain historical price performance (OHLCV data) for stocks and cryptocurrencies using Yahoo Finance. Supports all major stock symbols and top 30 large-cap major crypto tokens. Only supports '1h' and '1d' intervals. Intraday data is limited to 60 days.
indicator_snapshot
Use this to compute technical indicators and get trading signals for stocks and cryptocurrencies. Supports all major stock symbols and top 30 large-cap major crypto tokens. Returns a core set of technical indicators including RSI(14), MACD(12,26,9) [macd, macds, macdh], Bollinger Bands(20,2) [boll, boll_ub, boll_lb], and moving averages [close_10_ema, close_50_sma, close_200_sma]. Provides rule-based action signal (buy/sell/neutral) with confidence level and rationale.
x402 API Endpoints
https://mesh.heurist.xyz/x402/agents/YahooFinanceAgent/fetch_price_historyhttps://mesh.heurist.xyz/x402/solana/agents/YahooFinanceAgent/fetch_price_historyhttps://mesh.heurist.xyz/x402/xrpl/agents/YahooFinanceAgent/fetch_price_historyhttps://mesh.heurist.xyz/x402/agents/YahooFinanceAgent/indicator_snapshothttps://mesh.heurist.xyz/x402/solana/agents/YahooFinanceAgent/indicator_snapshothttps://mesh.heurist.xyz/x402/xrpl/agents/YahooFinanceAgent/indicator_snapshotPricing
MCP Endpoint
https://mesh.heurist.xyz/mcp/agents/YahooFinanceAgent{
"mcpServers": {
"heurist-agent": {
"url": "https://mesh.heurist.xyz/mcp/agents/YahooFinanceAgent/",
"headers": {
"X-HEURIST-API-KEY": "your-api-key-here"
}
}
}
}