Countercyclical Docs
  • Welcome to Countercyclical
  • Guides
    • Terminology
    • Platforms
    • Integrations
      • Airbyte
      • Google Drive
      • Google Sheets
      • Zapier
  • Fundamentals
    • Workspaces
    • Navigation
      • Command Palette
      • Exploration & Recents
      • List vs. Grid View
      • Quick Actions
    • Search
      • Filters
      • Companies
        • Charts
      • Economic Data
      • Model Syncing
    • Investments
      • Tabs
        • Overview
        • Analysis
        • Valuations
      • Actions
      • Comments
      • Invitations and Sharing
        • Share
      • Quick Versioning
    • Valuations
      • Sensitivity Analysis
      • Assumptions
    • Memos
      • Sources
    • Teams
    • Pipelines
    • Profile
    • Settings
      • Account
        • General
          • Connected Accounts
            • Google Sheets
            • Google Drive
        • Preferences
        • Notifications
        • Sessions
        • Account Security
        • Plans
      • Workspace
        • General
        • Advanced
          • Access
          • Identity
          • Appearance
          • Usage
          • Developers
        • Permissions
        • Integrations
        • Workspace Security
          • SAML SSO
          • Audit Logs
        • About
  • Use Cases
    • For Analysts
    • For Research Teams
    • For Organizations
    • For Education
  • Developers
    • Getting Started
    • Authentication
    • Rate Limiting
    • Versioning
    • Endpoints
      • Investments
      • Valuations
      • Memos
      • Teams
      • Assumptions
      • Pipelines
    • Webhooks
  • Extras
    • Security
    • Billing
    • Imports
      • Formatting Guide for Imports
    • Exports
      • Export User Data
    • Enrichment Data
    • Troubleshooting
  • Links
    • Website
    • Dashboard
    • Request a Demo
    • LinkedIn
    • Twitter / X
    • Dribbble
Powered by GitBook
On this page
  1. Developers
  2. Endpoints

Investments

Get Investments

GET /investments

Returns Investments based on a user and the workspace they're in.

Headers

Name
Value

Content-Type

application/json

Query Parameters

Name
Required
Type
Description

apiKey

Yes

string

API key

Response

[
  {
    "id": "xH6_TtItZImSpCghKUR-FiOP",
    "tickerSymbol": "KO",
    "name": "Coca-Cola Co",
    "description": "The Coca-Cola Company is an American multinational corporation founded in 1892, best known as the producer of Coca-Cola. The drink industry company also manufactures, sells, and markets other non-alcoholic beverage concentrates and syrups, and alcoholic beverages.",
    "address": "1 Coca Cola Plz NW",
    "country": "US",
    "cik": "0000021344",
    "lei": "UWJKFUJFZ02DKWI3RY53",
    "figi": "BBG000BMX4N8",
    "foundingDate": "1892",
    "ipoDate": "1919",
    "headquarters": "Atlanta, GA",
    "ceo": "James Quincey",
    "employees": 82500,
    "exchange": "NYSE",
    "industry": "Beverages",
    "sector": "Manufacturing",
    "issuance": "cs",
    "website": "https://www.coca-colacompany.com",
    "tags": [
        "Consumer Non-Durables",
        "Beverages: Non-Alcoholic",
        "Manufacturing",
        "Soft Drink Manufacturing"
    ],
    "createdAt": "2024-08-24T15:26:19.628Z",
    "updatedAt": "2024-08-24T15:26:19.628Z",
    "editedName": "Coca-Cola Co",
    "financingType": "Equity",
    "marketType": "Public",
    "type": "Personal",
    "visibility": "Private",
    "isFavorite": false,
    "isLocked": false,
    "isArchived": false,
    "bannerImage": null,
    "clearbit": {...}
  },
...
]
{
  "error": "Invalid request"
}

PreviousEndpointsNextValuations

Last updated 7 months ago