Heurist Logo
Back to Library
Yahoo Finance Agent

Yahoo Finance Agent

Verified

Agent-friendly Yahoo Finance tools for symbol resolution, quote snapshots, normalized price history, technical analysis, options chains, news, market overview, equity overviews (fundamentals + analyst), fund snapshots, and curated equity screens.

Market Analysis

Pricing

0.002 USDC/use

Tools

10 callable

Author

0x7d9d...405D
Get a key
Syncing keys…
local-only
  • resolve_symbol

    3 params · 0.2 credits

    Resolve a company name, ticker fragment, or market term into agent-usable Yahoo Finance symbols. Use this before other tools when the symbol is ambiguous.

  • quote_snapshot

    5 params · 0.2 credits

    Return a compact current market snapshot for one or more exact Yahoo Finance symbols. Set include_history=true to also return recent bars and a window summary — use this for futures (GC=F, CL=F, NG=F) or whenever recent trend context is useful.

  • price_history

    8 params · 0.2 credits

    Return normalized OHLCV price history for one or more exact Yahoo Finance symbols with compact metadata and the latest completed bar.

  • technical_snapshot

    5 params · 0.2 credits

    Return a technical analysis snapshot for one or more exact Yahoo Finance symbols with trend, momentum, volatility, key levels, and a compact buy/sell/neutral signal.

  • options_chain

    10 params · 0.2 credits

    Two-mode options tool for one Yahoo Finance underlying. Call WITHOUT `expiration` to discover available expirations (days-to-expiration, monthly/weekly hints). Call WITH an exact `expiration` from that list to return a compact chain snapshot with bounded contract rows and open-interest / volume summaries.

  • news_search

    2 params · 0.2 credits

    Return news headlines and source URLs for a symbol, company, asset, or market topic. For 3+ word topical queries, this may redirect to an Exa digest fallback and return a summarized search result instead of Yahoo headline rows.

  • market_overview

    1 param · 0.2 credits

    Return market-open status and a compact benchmark summary for one supported Yahoo market region.

  • equity_overview

    2 params · 0.2 credits

    Return a compact equity overview combining fundamentals (profile, valuation ratios, earnings calendar, financial statements) and analyst views (recommendations, price targets, estimates, EPS trend, revisions). Use `sections` to request a subset. Equity symbols only.

  • fund_snapshot

    1 param · 0.2 credits

    Return compact ETF or mutual-fund snapshots including description, expense ratio, asset allocation, top holdings, and sector exposures. ETF and mutual-fund symbols only.

  • equity_screen

    2 params · 0.2 credits

    Run one curated predefined Yahoo Finance equity screen and return compact candidate rows.

MCP Server Configdrop into your client
{
"mcpServers": {
"heurist-agent": {
"url": "https://mesh.heurist.xyz/mcp/agents/YahooFinanceAgent/",
"headers": {
"X-HEURIST-API-KEY": "your-api-key-here"
}
}
}
}