Financial Trends

Raw data and trends from financial statements.

Analysis of a company's financial metrics and performance indicators to identify business challenges, growth patterns, and potential timing signals for outreach. This data helps align solutions with documented financial pain points and initiatives.

Why This Insight Matters

  • Validate pain points — Time outreach around earnings announcements when pain points are top of mind
  • Support ROI conversations — Use prospect's actual financial metrics (e.g., "With your current $50M in sales expenses...")
  • Identify budget availability — Track capital expenditure trends and investment priorities
  • Match solutions — Align your pitch to documented financial challenges (e.g., pitching automation when margins decline)

Available Subtypes

SignalSubtype EnumDescription
Financial trendsfinancialTrendsCompany financial metrics and trend analysis

Categories of Financial Trends

Growth & Revenue

  • Revenue growth patterns
  • Market share trends
  • Customer acquisition costs
  • Geographic expansion
  • Product line performance

Profitability & Margins

  • Operating margins
  • Profit trends
  • Cost management
  • Pricing efficiency

Operational Efficiency

  • Capital expenditure
  • Operating cash flow
  • Resource utilization
  • Cost structure

Market Performance

  • Stock volatility
  • Investor expectations
  • Market valuation
  • Competitive position

Financial Health

  • Debt levels
  • Cash position
  • Dividend policy

Response Fields

Core Fields

FieldTypeExampleDescription
data.insightTrendarrayArray of financial trend signals
data.companyOverviewobjectCompany financial snapshot

Insight Trend Object

FieldTypeExampleDescription
data.insightTrend[].namestring"MakingMoreMoneyButLosingGroundToCompetitors"Trend identifier
data.insightTrend[].equationstring"(QuarterlyRevenueGrowthYOY > 0)..."Logic formula for the trend
data.insightTrend[].equationForThisProspectstring"QuarterlyRevenueGrowthYOY = 0.536..."Evaluated values for this company
data.insightTrend[].insightbooleantrueWhether the trend is triggered

Company Overview

FieldTypeExampleDescription
data.companyOverview.Namestring"Sturm Ruger & Company Inc"Company name
data.companyOverview.Symbolstring"RGR"Stock ticker symbol
data.companyOverview.Sectorstring"MANUFACTURING"Industry sector
data.companyOverview.PERatiostring"15.68"Price-to-earnings ratio
data.companyOverview.RevenueTTMstring"730736000"Trailing 12-month revenue
data.companyOverview.ProfitMarginstring"0.213"Profit margin percentage
data.companyOverview.OperatingMarginTTMstring"0.298"Operating margin percentage
data.companyOverview.QuarterlyRevenueGrowthYOYstring"0.536"Year-over-year quarterly revenue growth

Resolution Fields

FieldTypeExampleDescription
companyUrlstring"ruger.com"Company website domain
companyLinkedinUrlstring"linkedin.com/company/sturm-ruger"Company LinkedIn URL
Full JSON Response Example
{
  "companyUrl": "ruger.com",
  "companyLinkedinUrl": "linkedin.com/company/sturm-ruger",
  "data": {
    "insightTrend": [
      {
        "name": "MakingMoreMoneyButLosingGroundToCompetitors",
        "equation": "(QuarterlyRevenueGrowthYOY > 0) and (MarketCapitalization < (RevenueTTM * 4))",
        "equationForThisProspect": "QuarterlyRevenueGrowthYOY = 0.536 and MarketCapitalization = 750375000",
        "insight": true
      },
      {
        "name": "StrongGrowthMeansMoreChallengesNeedingScalableSolutions",
        "equation": "QuarterlyRevenueGrowthYOY > 0.2",
        "equationForThisProspect": "QuarterlyRevenueGrowthYOY = 0.536",
        "insight": true
      }
    ],
    "companyOverview": {
      "Name": "Sturm Ruger & Company Inc",
      "Symbol": "RGR",
      "Sector": "MANUFACTURING",
      "PERatio": "15.68",
      "RevenueTTM": "730736000",
      "ProfitMargin": "0.213",
      "OperatingMarginTTM": "0.298",
      "QuarterlyRevenueGrowthYOY": "0.536"
    }
  }
}

API Usage

Generate Content API

{
  "enabledInsights": ["financialTrends"],
  "disabledInsights": []
}

Generate Insights API

{
  "insightSubtype": "financialTrends"
}

Example Output

"Noticed in your latest earnings that operating margins declined to 5% while revenue grew 11%. Would love to share how we're helping other rapidly-growing companies automate operations to improve profitability while scaling."

Coverage

  • Refresh: Quarterly (aligned with earnings)
  • Coverage: 1-5% of companies (public companies only)
  • Best for: Enterprise sales, finance-focused solutions, C-suite engagement

See the next page for more detail on financial trend subtypes & data schema.