Graph Swiss API
    • Introduction
    • Quickstart
    • Authentication
    • Base URL
    • Errors
    • Request ID
    • Conventions
    • API
      • Health
        • Liveness probe
      • Companies
        • Search companies
        • AI-powered company search
        • Get company by ID
        • Get company journal summaries
        • Get full SHAB journal texts
        • Get detailed company report
      • Persons
        • Search persons
        • Get person by ID
      • Stocks
        • List active Swiss stock symbols
        • Get real-time stock quote
        • Get current stock price
        • Get historical OHLCV data
        • Get latest end-of-day data
        • Get company profile and statistics
        • Get income statement, balance sheet, and cash flow
        • Get key executives for a stock
    • Schemas
      • StockSymbol
      • Error
      • StockQuote
      • Company
      • StockPrice
      • CompanyDetail
      • StockHistoryValue
      • Code
      • StockHistory
      • CompanyWithRelations
      • StockEod
      • CompanyListPage
      • StockProfile
      • Person
      • StockIncomeStatement
      • ShabJournal
      • StockBalanceSheet
      • PersonCompanyLink
      • StockCashFlow
      • PersonWithCompanies
      • StockFinancials
      • PersonListPage
      • StockKeyExecutive

    CompanyDetail

    Full company record.

    {
        "id": 0,
        "name": "string",
        "uid": "string",
        "status": "string",
        "legalform": "string",
        "location": "string",
        "canton": "string",
        "address": "string",
        "office": "string",
        "purpose": "string",
        "capital": "string",
        "additionaladdresses": [
            "string"
        ],
        "previousnames": [
            "string"
        ],
        "registerdate": "2019-08-24",
        "website": "string",
        "size": "string",
        "typeofservices": [
            "string"
        ],
        "isbiddingconsortium": true,
        "slug": "string"
    }
    Built with