comps

Installation
SKILL.md

Build a trading comparables analysis for the company specified by the user: $ARGUMENTS

Before starting, read ../data-access.md for data access methods and ../design-system.md for formatting conventions. Follow the data access detection logic and design system throughout this skill.

Follow these steps:

1. Company Lookup

Look up the company by ticker using discover_companies. Capture:

  • company_id
  • latest_calendar_quarter — anchor for all period calculations below (see ../data-access.md Section 1.5)
  • latest_fiscal_quarter
  • Firm name for report attribution (default: "Daloopa") — see ../data-access.md Section 4.5

2. Identify Peer Group

Based on the company's business model, sector, size, and competitive landscape, identify 5-10 comparable companies. Consider:

  • Direct competitors in the same market
  • Business model peers (similar revenue model even if different sector)
  • Size peers (similar market cap range)
  • Growth profile peers (similar growth rate)
Installs
1
GitHub Stars
486
First Seen
May 17, 2026
comps — daloopa/investing