stock-data-skill

Coding Agents & IDEs
v1.3.0
Benign

Fetch comprehensive stock data from Simplywall.st.

2529 downloads529 installsby @raufimusaddiq

Setup & Installation

Install command

clawhub install raufimusaddiq/stock-data-skill

If the CLI is not installed:

Install command

npx clawhub@latest install raufimusaddiq/stock-data-skill

Or install with OpenClaw CLI:

Install command

openclaw skills install raufimusaddiq/stock-data-skill

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/raufimusaddiq/stock-data-skill

What This Skill Does

Fetches stock data from SimplyWall.st for any global stock across major exchanges including NYSE, NASDAQ, IDX, ASX, and others. Returns price, valuation metrics (PE, PB, PEG), financials, dividend data, and analyst forecasts. No API key or account required.

Returns valuation, dividend, and financial data in a single structured call without requiring an API key, account, or paid subscription.

When to Use It

  • Check if a stock is overvalued before buying
  • Look up dividend yield for income investing decisions
  • Compare valuation ratios across stocks in a watchlist
  • Get analyst growth forecasts ahead of an earnings report
  • Review debt-to-equity and ROE before adding a position
View original SKILL.md file
# 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

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

## Output Structure (v2.0)

| Section | Key Fields |
|---------|------------|
| `company` | name, description, country, founded, website |
| `price` | last, currency, beta5Y, min52W, max52W, isVolatile, dailyStdDev |
| `returns` | 1d, 7d, 30d, 90d, ytd, 1yr, 3yr, 5yr, sinceIPO |
| `valuation` | peRatio, pbRatio, pegRatio, priceToSales, evToEbitda, npvPerShare, intrinsicDiscount, status |
| `financials` | eps, roe, roa, debtEquity, revenue, netIncome, yearsProfitable, latestFiscalYear |
| `margins` | grossProfit, netIncome, ebit, ebitda |
| `growth` | revenueGrowth 1Y/3Y/5Y, netIncomeGrowth 1Y/3Y/5Y, epsGrowth 1Y/3Y/5Y |
| `dividend` | yield, futureYield, payingYears, payoutRatio, buybackYield, totalShareholderYield |
| `forecast` | epsGrowth 1Y/3Y, revenueGrowth 1Y/2Y/3Y, netIncomeGrowth 1Y/2Y/3Y, forwardPE1Y, roe1Y/3Y |
| `priceTarget` | consensus, low, high, analystCount |
| `health` | totalDebt, totalEquity, totalAssets, debtToEquity, currentRatio, interestCover, leveredFCF, bookValuePerShare |
| `insiders` | buyingRatio, totalSharesBought, totalSharesSold, totalEmployees, boardMembers |
| `snowflake` | value, future, past, health, dividend (each 0-6) |
| `recentEvents` | title, 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

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Check if a stock is overvalued before buying

AGENT
  1. 1Check if a stock is overvalued before buying
  2. 2Look up dividend yield for income investing decisions
  3. 3Compare valuation ratios across stocks in a watchlist
  4. 4Get analyst growth forecasts ahead of an earnings report
  5. 5Review debt-to-equity and ROE before adding a position
OUTPUT
Fetch comprehensive stock data from Simplywall.st.

Share this skill

Security Audits

VirusTotalBenign
OpenClawBenign
View full report

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageMarkdown
Last updatedFeb 26, 2026