d-wwei/openclaw-financial-services · Archived

fsi-lseg-cmd-research-equity

Generate a comprehensive equity research snapshot with consensus estimates, fundamentals, and price performance — usage: /research-equity <ticker e.g. AAPL> [period e.g. FY2024-FY2026]

First seen Jun 21, 2026

Installation

$ npx skills add d-wwei/openclaw-financial-services --skill fsi-lseg-cmd-research-equity

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from d-wwei/openclaw-financial-services · top by installs.

npx skills add d-wwei/openclaw-financial-services

Browse all from d-wwei/openclaw-financial-services

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 15
License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,278 B
  • docs SUMMARY.md 222 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Research Equity

This command uses LSEG quantitative analytics, historical pricing, and macroeconomic data tools. See [CONNECTORS.md](../CONNECTORS.md) for available tools.

Generate a comprehensive equity research snapshot combining analyst consensus estimates, historical financials, price performance, and macroeconomic context.

See the equity-research skill for domain knowledge on fundamental analysis and estimate interpretation.

Workflow

1. Gather Input

Ask the user for:

  • Ticker symbol (required) — IBES ticker format (e.g., AAPL, MSFT, VOD)
  • Forward period of interest (optional, default: next 2 fiscal years)
  • Any specific focus areas (e.g., earnings, revenue, dividends)

2. Gather Consensus Estimates

Call qaibesconsensus with the ticker for FY1 and FY2 estimates.

  • Measures: EPS, Revenue, EBITDA, DPS
  • Period type: "A" (annual)

Extract: median/mean estimate, analyst count, high/low range, dispersion.

3. Pull Historical Fundamentals

Call qacompanyfundamentals for the last 3-5 fiscal years.

Extract: revenue growth, margin trends, leverage, earnings trajectory.

4. Assess Price Performance

Call qahistoricalequity_price for 1Y history.

Compute: YTD return, 1Y return, 52-week range, beta.

5. Recent Price Action Detail

Call tscchistoricalpricing_summaries with interval: "P1D", tenor: "3M".

Extract: daily OHLCV, volume trends, recent momentum.

6. Macro Context

Call qa_macroeconomic for GDP, CPI, and policy rate in the company's primary market.

Summarize: economic environment as tailwind or headwind for the sector.

7. Synthesize the Report

Present: consensus estimates table, historical financials summary, valuation metrics (forward P/E = price / consensus EPS), price performance, macro backdrop, and investment thesis summary.

Output Format

Present as a structured research note. Lead with the investment thesis summary (1-2 sentences), then detail supporting sections with tables.