OBJECT
Company
link GraphQL Schema definition
- type Company {
- # List of company acquisitions
- Acquisition!] : [
- # Additional websites for a company
- AdditionalWebsite]! : [
- # The alerts for a company. Max period is 90 days.
- #
- # Arguments
- # alertsTimeframe:
- AlertsTimeframe!): Alerts ( :
- AnalystRating :
- # List of company balance sheets
- #
- # Arguments
- # period: Filter by period
- PeriodTypeEnum]): [BalanceSheet!] ( : [
- Source!] : [
- # Returns whether the company is blacklisted by certain organization
- Blacklist] : [
- # Blog URL
- String :
- # List of company blogs
- NewsArticle] : [
- # List of company cash flow statements
- #
- # Arguments
- # period: Filter by period
- PeriodTypeEnum]): [CashFlowStatement!] ( : [
- Source!] : [
- CompanyRatings! :
- # Company type
- CompanyTypeEnum :
- # List of company competitors
- Competitor!] : [
- String :
- # Returns court filings for the company
- CourtFiling] : [
- # Company Craft Url
- String! :
- # Crunchbase URL
- String :
- # Returns security breaches for the company
- DataBreach] : [
- String! :
- # DUNS number
- String :
- # List of employee numbers (historical)
- EmployeeNumber] : [
- HumanCapitalMetric!] : [
- # Amount with currency
- Money :
- # Facebook URL
- String :
- # List of company Facebook page likes
- SocialNetworkData] @deprecated( reason: "No longer available" ) : [
- # Company FIGI
- String :
- # Filings
- Filing!] : [
- # Founded year
- String :
- # List of company's funding rounds
- FundingRound] : [
- HumanCapitalMetric!] : [
- # Glassdoor URL
- String :
- # Website URL
- String :
- # ID in Craft DB
- ID! :
- # List of income statements
- #
- # Arguments
- # period: Filter by period
- PeriodTypeEnum]): [IncomeStatement!] ( : [
- Source!] : [
- # Instagram URL
- String :
- # Jobs distribution by category
- JobCategory!] : [
- # List of jobs
- #
- # Arguments
- # first: Should not exceed 100
- # offset:
- Int, : Int): [Job!] ( :
- # Total count of jobs
- Int :
- # List of key executives
- KeyExecutive!] : [
- # Last funding date for a company
- String :
- # Latest company closing share price
- SharePrice :
- TwitterEngagementItem :
- # Latest ZScore
- LatestZScore :
- # Linkedin URL
- String :
- # List of locations
- #
- # Arguments
- # hq: Filter by HQ locations only. Boolean value
- Boolean): [Location!] ( :
- Int! :
- Image :
- # Long Description
- String :
- # List of company news
- NewsArticle!] : [
- # List of company operating metrics
- OperatingMetric!] : [
- Source!] : [
- # Parent company for subsidiary
- Company :
- # Pinterest URL
- String :
- # Company private valuation
- PrivateValuation!] : [
- # Ratios
- Ratios!] : [
- RevenueBreakdown!] : [
- HumanCapitalMetric!] : [
- # List of available company salaries
- Salary!] : [
- # Short description
- String :
- # Company craft slug
- String! :
- # Company status
- String! :
- # Company stock ticker
- String :
- # The list of stocks summaries
- StocksSummary] : [
- # Stocks summary
- StocksSummary :
- # List of tags assigned to the company
- Tag!] : [
- # Company Tax ID
- String :
- # List of company technologies
- Technology] : [
- # Total funding data
- Money :
- # Twitter URL
- String :
- # List of company Twitter account followers
- SocialNetworkData!] : [
- # Company valuation
- Money :
- WebsiteTraffic :
- # Wikipedia URL
- String :
- # Youtube URL
- String :
- }