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.

Audits

Pass

Install

openclaw skills install stock-data-skill

Stock Data - Simplywall.st v2.0

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

When to Use

  • User asks about stock prices, valuation, financials
  • Investment analysis or stock thesis generation
  • Dividend info, growth rates, insider activity
  • Analyst price targets and forecasts

Usage

cd ~/.openclaw/workspace/skills/stock-data-skill && python3 skill.py {TICKER} {EXCHANGE}

Output Structure (v2.0)

SectionKey Fields
companyname, description, country, founded, website
pricelast, currency, beta5Y, min52W, max52W, isVolatile, dailyStdDev
returns1d, 7d, 30d, 90d, ytd, 1yr, 3yr, 5yr, sinceIPO
valuationpeRatio, pbRatio, pegRatio, priceToSales, evToEbitda, npvPerShare, intrinsicDiscount, status
financialseps, roe, roa, debtEquity, revenue, netIncome, yearsProfitable, latestFiscalYear
marginsgrossProfit, netIncome, ebit, ebitda
growthrevenueGrowth 1Y/3Y/5Y, netIncomeGrowth 1Y/3Y/5Y, epsGrowth 1Y/3Y/5Y
dividendyield, futureYield, payingYears, payoutRatio, buybackYield, totalShareholderYield
forecastepsGrowth 1Y/3Y, revenueGrowth 1Y/2Y/3Y, netIncomeGrowth 1Y/2Y/3Y, forwardPE1Y, roe1Y/3Y
priceTargetconsensus, low, high, analystCount
healthtotalDebt, totalEquity, totalAssets, debtToEquity, currentRatio, interestCover, leveredFCF, bookValuePerShare
insidersbuyingRatio, totalSharesBought, totalSharesSold, totalEmployees, boardMembers
snowflakevalue, future, past, health, dividend (each 0-6)
recentEventstitle, description (up to 5)

Supported Exchanges

IDX, NASDAQ, NYSE, ASX, LSE, TSX, SGX, TSE, HKSE, KRX

Data Source

  • Direct HTTP fetch from SimplyWall.st (no API key required)
  • Parses __REACT_QUERY_STATE__ embedded in HTML
  • Extracts both basic and extended analysis data
  • Price data updated daily, financials quarterly