Skip to main content

Overview

This page lists all enumeration values and constants used across the Signalbase V2 APIs. Use it to validate filter parameters, build UIs, and understand available options for each endpoint.

Signal Types

The three signal types available in the API:
copy
["funding_round", "acquisition", "job_change"]

Date Presets

Industry-standard relative date filters supported across all endpoints. When provided, date_preset takes precedence over dateFrom / dateTo.
copy
[
  "today",
  "yesterday",
  "last_7d",
  "last_14d",
  "last_30d",
  "last_60d",
  "last_90d",
  "last_6m",
  "last_1y",
  "last_2y",
  "this_week",
  "this_month",
  "this_quarter",
  "this_year",
  "last_week",
  "last_month",
  "last_quarter",
  "last_year"
]

Funding Signals Enums

Funding Round Types

copy
[
  "Pre-Seed",
  "Seed",
  "Series A",
  "Series B",
  "Series C",
  "Series D",
  "Series E",
  "Series F",
  "Series G",
  "Growth",
  "Debt",
  "Grant",
  "IPO",
  "Undisclosed"
]

Round Flavors

Optional modifiers that can be applied to a funding round:
copy
["bridge", "extension", "secondary"]

Verification Statuses

Filter signals by their verification status:
copy
["verified", "unverified", "pending"]

Currencies

Supported currency symbols for filtering funding and acquisition amounts:
copy
["$", "€", "£", "¥", "₹", "A$", "C$", "CHF", "SEK", "NOK", "DKK", "SGD", "HKD", "BRL", "KRW"]

Funding Sort Fields

Available sort fields for the funding endpoint:
copy
["occurred_at", "discovered_at", "amount", "employee_count", "founded_year"]

Acquisition Sort Fields

Available sort fields for the acquisitions endpoint:
copy
["occurred_at", "discovered_at", "amount", "employee_count"]

Job Change Signals Enums

Positions

Filter job changes by specific positions:
copy
[
  "ceo",
  "cto",
  "cfo",
  "coo",
  "vp of engineering",
  "vp of sales",
  "vp of marketing",
  "head of product",
  "head of growth",
  "head of engineering",
  "engineering manager",
  "product manager",
  "sales manager",
  "marketing manager",
  "founder",
  "co-founder"
]

Departments

Filter by department:
copy
[
  "marketing",
  "sales",
  "engineering",
  "product",
  "design",
  "operations",
  "finance",
  "people",
  "data",
  "customer_success",
  "growth",
  "legal"
]

Seniorities

Filter by seniority level:
copy
["founder", "c_level", "vp", "director", "head", "lead", "manager"]

Job Change Sources

copy
["linkedin", "press_release", "other"]

Job Change Sort Fields

Available sort fields for the job changes endpoint:
copy
["occurred_at", "discovered_at", "person_name", "company_name"]

Signal Source Types

Types of sources a signal may originate from:
copy
[
  "press_release",
  "news_article",
  "social_media",
  "blog_post",
  "sec_filing",
  "crunchbase",
  "pitchbook"
]

Investors Enums

Investor Types

copy
[
  "vc",
  "angel",
  "pe",
  "corporate",
  "government",
  "accelerator",
  "family_office",
  "hedge_fund",
  "crowdfunding"
]

Investor Sort Fields

Available sort fields for the investors endpoint:
copy
["name", "created_at", "ticket_size_min", "ticket_size_max"]

Sort Orders

Used across all endpoints:
copy
["asc", "desc"]

Countries (All APIs)

Both country categories and country codes can be used to filter results via the countries parameter.

Country Categories

copy
["CEE", "WE", "NORDICS", "NA", "LATAM"]

Country Codes (ISO 3166-1 alpha-2)

copy
[
  "US", "CN", "JP", "DE", "GB", "IN", "FR", "CA", "IT", "KR",
  "AU", "BR", "ES", "MX", "ID", "NL", "SA", "TR", "CH", "TW",
  "PL", "SE", "BE", "TH", "AR", "NG", "AT", "IR", "NO", "AE",
  "IE", "IL", "ZA", "DK", "SG", "MY", "PH", "HK", "CO", "BD",
  "EG", "FI", "CL", "VN", "CZ", "RO", "NZ", "PT", "GR", "IQ",
  "QA", "PE", "HU", "KW", "UA", "MA", "SK", "PR", "EC", "OM",
  "KE", "LU", "CU", "LK", "UZ", "BG", "HR", "CI", "BY", "UY",
  "PA", "SI", "TM", "LT", "LB", "TZ", "JO", "BH", "RS", "CM",
  "BO", "PY", "GH", "EE", "UG", "ZM", "AF", "BA", "MZ", "AM",
  "GE", "HN", "AL", "MG", "NA", "SN", "MT", "TD", "NE", "ML",
  "KG", "MW", "RW", "BI", "KM", "LS", "TJ", "SR", "ME", "SZ",
  "SL", "GM", "GY", "TL", "MR", "BF", "LR", "CV", "MU", "BT",
  "BJ", "CF", "TG", "GN", "GA", "ST", "GQ", "AG", "BZ", "BB",
  "KN", "VU", "SB", "VC", "FJ", "WS", "TO", "DM", "RU"
]

Company Categories

Filter by company category using the subcategories parameter:
copy
[
  "ai",
  "saas",
  "cybersecurity",
  "web3",
  "devtools",
  "analytics",
  "fintech",
  "ecommerce",
  "marketing",
  "sales",
  "hr tech",
  "legal",
  "insurance",
  "vc & investment",
  "healthcare",
  "biotechnology",
  "education",
  "real estate",
  "energy",
  "logistics",
  "manufacturing",
  "retail",
  "agriculture",
  "aerospace & defense",
  "robotics",
  "telecommunications",
  "travel",
  "sports",
  "media",
  "construction",
  "environmental services",
  "battery technology",
  "arts",
  "architecture",
  "cosmetics",
  "science",
  "non-profit"
]