stock_data

Fetch comprehensive stock data from Simplywall.st. Use when user asks about stock prices, valuation, financials, dividend, or investment analysis for any global stock.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "stock_data" with this command: npx skills add raufimusaddiq/stock-data-skill

Stock Data - Simplywall.st

Fetch comprehensive stock data from Simplywall.st for any global stock.

When to Use

  • User asks about stock prices ("Berapa harga saham ADRO?")
  • User wants valuation analysis ("ADRO undervalued atau overvalued?")
  • User needs financial data ("Berapa revenue BBCA?")
  • User wants dividend info ("Berapa dividend yield TLKM?")
  • User asks for investment analysis ("Bagaimana analisa NVDA?")

Input Parameters

ParameterTypeRequiredDescription
tickerstringYesStock ticker symbol (e.g., ADRO, AAPL, BBRI)
exchangestringNoExchange hint (e.g., IDX, NASDAQ, NYSE)

Output Structure

{
  "success": true,
  "ticker": "ADRO",
  "exchange": "IDX",
  "data": {
    "company": {
      "name": "PT Alamtri Resources Indonesia Tbk",
      "description": "Company description...",
      "country": "Indonesia",
      "founded": 2004,
      "website": "www.alamtri.com"
    },
    "price": {
      "lastSharePrice": 2300,
      "currency": "IDR",
      "return7D": 0.036,
      "return1Yr": 0.055
    },
    "valuation": {
      "marketCap": 3908.23,
      "peRatio": 13.07,
      "pbRatio": 0.85,
      "pegRatio": 0.41,
      "intrinsicDiscount": -39.06,
      "status": "overvalued"
    },
    "financials": {
      "eps": 0.0104,
      "roe": 8.77,
      "roa": 3.09,
      "debtEquity": 0.12
    },
    "dividend": {
      "yield": 13.48,
      "futureYield": 5.64,
      "payingYears": 10,
      "payoutRatio": 1.88
    },
    "forecast": {
      "earningsGrowth1Y": 0.51,
      "roe1Y": 9.74,
      "analystCount": 10
    },
    "snowflake": {
      "value": 3,
      "future": 6,
      "past": 2,
      "health": 6,
      "dividend": 4
    },
    "recentEvents": [
      {
        "title": "Investor sentiment improves...",
        "description": "..."
      }
    ],
    "fetchedAt": "2026-02-22T08:30:00Z"
  }
}

Example Usage

User: "Cek saham ADRO gimana?"
→ Call stock_data(ticker="ADRO")

User: "What's Apple's P/E ratio?"
→ Call stock_data(ticker="AAPL", exchange="NASDAQ")

User: "Berapa dividend yield TLKM?"
→ Call stock_data(ticker="TLKM")

Supported Exchanges

ExchangeCodeExample Tickers
IndonesiaIDXADRO, BBRI, BBCA, TLKM
US NASDAQNASDAQAAPL, NVDA, GOOGL
US NYSENYSEJPM, BAC, WMT
AustraliaASXBHP, CBA, RIO
UKLSEHSBA, BP, SHEL
CanadaTSXRY, TD, CNR
SingaporeSGXDBS, OCBC

Data Source

  • Direct HTTP fetch from SimplyWall.st
  • Parses __REACT_QUERY_STATE__ data embedded in HTML
  • No API key required
  • Price data updated daily
  • Fair value estimates based on proprietary model
  • Use as guide only, not investment advice

Technical Details

This skill uses direct HTTP requests to fetch SimplyWall.st pages, then parses the __REACT_QUERY_STATE__ data embedded in the HTML to extract structured stock information including:

  • Company基本信息
  • Current price and returns
  • Valuation metrics (PE, PB, PEG, market cap)
  • Financial ratios (ROE, ROA, EPS, debt/equity)
  • Dividend information (yield, payout ratio)
  • Forecast data (growth estimates, analyst count)
  • Snowflake ratings (5-point scoring system)
  • Recent company events

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Academic Paper Fetcher

Fetch academic papers from Sci-Hub given a DOI. Automatically downloads PDFs and saves them to research/papers/ with clean filenames. Use when the user provides a DOI or requests a paper from PubMed.

Registry SourceRecently Updated
Research

Fitbit Insights

Fitbit fitness data integration. Use when the user wants fitness insights, workout summaries, step counts, heart rate data, sleep analysis, or to ask questions about their Fitbit activity data. Provides AI-powered analysis of fitness metrics.

Registry SourceRecently Updated
Research

Botcoin

A puzzle game for AI agents. Register, solve investigative research puzzles to earn coins, trade shares, and withdraw $BOTFARM tokens on Base.

Registry SourceRecently Updated
42.2K
Profile unavailable