ceorater

Query CEO performance scores and compensation data for S&P 500 companies via the CEORater API.

Updated Aug 28, 2026
One-click install
npx skills add https://github.com/listentomi/Orcajack --skill ceorater-listentomi
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ceorater
Source: https://github.com/listentomi/Orcajack/tree/main/skills/finance/ceorater
Command: npx skills add https://github.com/listentomi/Orcajack --skill ceorater-listentomi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? It gives analysts and researchers programmatic access to structured CEO performance analytics—composite ratings, market-relative returns, revenue growth, and compensation efficiency—without manually scraping proxy filings or financial data sources. ## Core Features & Use Cases - Single CEO Lookup: Retrieve CEORaterScore, AlphaScore, RevenueCAGRScore, CompScore, TSR, and compensation for any covered company by ticker via GET /v1/ceo/{ticker}. - Search and Bulk Listing: Search CEOs by sector or industry with /v1/search, or pull up to 100 records at once with /v1/ceos for screening and ranking. - Use Case: An investment researcher comparing executive effectiveness across the technology sector can query /v1/search?q=technology, sort results by ceoraterScore, and benchmark each CEO's TSR versus the S&P 500. ## Quick Start Set the CEORATER_API_KEY environment variable and ask the assistant to look up the CEORaterScore and compensation data for a specific company ticker such as AAPL.

Frequently Asked Questions about ceorater

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I look up CEO performance data for a specific company?▼

Call GET /v1/ceo/{ticker} with your CEORATER_API_KEY as a Bearer token, for example /v1/ceo/AAPL for Apple. The response returns CEORaterScore, AlphaScore, TSR during tenure, compensation, and tenure details in JSON.

What CEO performance metrics does CEORater provide?▼

CEORater provides four proprietary scores: CEORaterScore (composite, 0-100), AlphaScore (market outperformance), RevenueCAGRScore (tenure-adjusted revenue growth), and CompScore (compensation efficiency, A-F), plus raw TSR and compensation figures.

How do I search CEOs by sector or industry?▼

Use GET /v1/search?q={query} with a sector or industry keyword such as technology or healthcare. For bulk screening, GET /v1/ceos?limit=100 returns up to 100 records per request.

Does the CEORater API require a paid subscription?▼

Yes, API access requires a subscription at $99/month per user for individual research and analysis. Integrating the data into proprietary models, AI/ML training, or products requires an Enterprise Agreement with CEORater sales.

Why am I getting a 401 or 429 error from the CEORater API?▼

A 401 means the CEORATER_API_KEY environment variable is missing or invalid. A 429 indicates rate limiting; retry the request with exponential backoff. Responses can be safely cached for up to 24 hours.