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
      • Noga
        • List NOGA classifications
        • Get NOGA entry by ID
    • Schemas
      • Error
      • Company
      • CompanyDetail
      • Code
      • CompanyWithRelations
      • CompanyListPage
      • Person
      • ShabJournal
      • PersonCompanyLink
      • PersonWithCompanies
      • PersonListPage
      • NogaEntry
      • NogaListPage
      • StockSymbol
      • StockQuote
      • StockPrice
      • StockHistoryValue
      • StockHistory
      • StockEod
      • StockProfile
      • StockIncomeStatement
      • StockBalanceSheet
      • StockCashFlow
      • StockFinancials
      • StockKeyExecutive

    NogaListPage

    {
        "total": 0,
        "items": [
            {
                "id": 42,
                "code": "64.19",
                "parent_id": 0,
                "level": 0,
                "section": "K",
                "text_de": "string",
                "text_fr": "string",
                "text_it": "string",
                "text_en": "string"
            }
        ]
    }
    Built with