Skills › Finance › Earnings Call Prep
Earnings Call Prep
Prepare for an earnings call with current market data, analyst expectations, and a list of questions to ask.
Superpowers: handler_finance · handler_research · handler_generate
When to use: An earnings call is upcoming and you want to walk in informed — knowing analyst expectations and the key questions.
Steps
Get current market data and recent performance
Superpower: handler_finance — live API reference →
POST /v2/superpowers/handler_finance
{
"task": "quote",
"symbol": "AAPL"
}
Returns price, P/E, market cap, and recent performance.
Get analyst expectations and recent news
Superpower: handler_finance — live API reference →
POST /v2/superpowers/handler_finance
{
"task": "news",
"query": "AAPL earnings forecast analyst estimates Q2 2026"
}
Research what analysts and the market are focused on
Superpower: handler_research — live API reference →
POST /v2/superpowers/handler_research
{
"task": "answer",
"query": "What are the key questions analysts have for Apple's upcoming earnings call? What metrics are most watched?"
}
Build the earnings call prep brief
Superpower: handler_generate — live API reference →
POST /v2/superpowers/handler_generate
{
"task": "chat",
"prompt": "Produce an earnings call prep brief for [Company]. Sections: (1) Key metrics to watch (EPS, revenue, margins, guidance), (2) What analysts are focused on, (3) 5 questions to ask or listen for on the call, (4) Bull vs bear case. Data: [steps 1-3]"
}
From previous step: market data (step 1) + news (step 2) + research (step 3) → inject
Outcome: Earnings call prep brief: key metrics, analyst focus areas, 5 questions to listen for, bull/bear case.
Fetch this skill via API
GET /v2/skills/earnings-call-prep
Authorization: Bearer sk-hndlr-...