Heurist Logo
Back
Yahoo Finance Agent

Yahoo Finance Agent

Verified
X402 Payment Accepted

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

Market Analysis

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.

required: symbol

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.

required: symbol

x402 API Endpoints

fetch_price_history
Basehttps://mesh.heurist.xyz/x402/agents/YahooFinanceAgent/fetch_price_history
Solanahttps://mesh.heurist.xyz/x402/solana/agents/YahooFinanceAgent/fetch_price_history
XRPLhttps://mesh.heurist.xyz/x402/xrpl/agents/YahooFinanceAgent/fetch_price_history
indicator_snapshot
Basehttps://mesh.heurist.xyz/x402/agents/YahooFinanceAgent/indicator_snapshot
Solanahttps://mesh.heurist.xyz/x402/solana/agents/YahooFinanceAgent/indicator_snapshot
XRPLhttps://mesh.heurist.xyz/x402/xrpl/agents/YahooFinanceAgent/indicator_snapshot

Pricing

0.01 USDC/usex402Test on x402scan

MCP Endpoint

https://mesh.heurist.xyz/mcp/agents/YahooFinanceAgent
Copy Configuration
{
  "mcpServers": {
    "heurist-agent": {
      "url": "https://mesh.heurist.xyz/mcp/agents/YahooFinanceAgent/",
      "headers": {
        "X-HEURIST-API-KEY": "your-api-key-here"
      }
    }
  }
}