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

    StockProfile

    {
        "id": 0,
        "symbol": "string",
        "name": "string",
        "description": "string",
        "sector": "string",
        "industry": "string",
        "ceo": "string",
        "employees": 0,
        "website": "string",
        "address": "string",
        "phone": "string",
        "logo_url": "string",
        "market_cap": 0,
        "pe_ratio": 0,
        "eps": 0,
        "dividend_yield": 0,
        "week_52_high": 0,
        "week_52_low": 0,
        "beta": 0,
        "shares_outstanding": 0,
        "forward_pe": 0,
        "peg_ratio": 0,
        "profit_margin": 0,
        "operating_margin": 0,
        "return_on_equity_ttm": 0,
        "return_on_assets_ttm": 0,
        "revenue_ttm": 0,
        "gross_profit_ttm": 0,
        "ebitda": 0,
        "total_cash_mrq": 0,
        "total_debt_mrq": 0,
        "last_synced_at": "2019-08-24T14:15:22.123Z"
    }
    Built with