AlphaSense · JSON Structure

Alphasense Company Structure

A company entity in the AlphaSense reference graph.

Type: object Properties: 7 Required: 2
Market IntelligenceFinancial ResearchSearchGenerative AIAI AgentsExpert CallsDocument IntelligenceEnterprise IntelligenceMCPGraphQL

Company is a JSON Structure definition published by AlphaSense, describing 7 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name ticker cik isin sector industry

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/alphasense/refs/heads/main/json-structure/alphasense-company-structure.json",
  "name": "Company",
  "description": "A company entity in the AlphaSense reference graph.",
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "name": { "type": "string" },
    "ticker": { "type": "string" },
    "cik": { "type": "string" },
    "isin": { "type": "string" },
    "sector": { "type": "string" },
    "industry": { "type": "string" }
  },
  "required": ["id", "name"]
}