Search Principal Entities

Search Principal Entities. Can perform more complex filtering based on the query defined in the request body.

Options

Body
Search Query Parameters

Request body which must comply to the following JSON Schema:

{
  "required" : [ "field_ids", "query" ],
  "type" : "object",
  "properties" : {
    "field_ids" : {
      "type" : "array",
      "description" : "Fields to include as columns in the search result entities - array of field_id strings",
      "items" : {
        "type" : "string"
      }
    },
    "query" : {
      "type" : "array",
      "description" : "Search query to perform on the designated entity",
      "items" : {
        "required" : [ "field_id", "operator_id", "type" ],
        "type" : "object",
        "properties" : {
          "type" : {
            "required" : [ "predicate" ],
            "type" : "string",
            "description" : "The type of query",
            "enum" : [ "predicate" ]
          },
          "field_id" : {
            "type" : "string",
            "description" : "The field to operate on"
          },
          "operator_id" : {
            "type" : "string",
            "description" : "Description of operators:\n * blank - Blank\n * eq - Equal\n * not_eq - Not equal\n * gt - Greater than\n * gte - Greater than or equal\n * lt - Less than\n * lte - Less than or equal\n * starts - Starts\n * contains - Contains\n * between - Between\n * includes - Includes\n * not_includes - Does not include\n * includes_all - Includes all\n * not_includes_all - Does not include all\n * domain_eq - Domain equals\n * domain_blank - Domain is blank\n",
            "enum" : [ "blank", "eq", "not_eq", "gt", "gte", "lt", "lte", "starts", "contains", "between", "includes", "not_includes", "includes_all", "not_includes_all", "domain_eq", "domain_blank" ]
          },
          "values" : {
            "type" : "array",
            "description" : "values array with data type matching field_id type",
            "items" : {
              "type" : "object"
            }
          }
        },
        "description" : "A simple search criterion"
      }
    },
    "order" : {
      "type" : "array",
      "description" : "Order in which the search results should be returned",
      "items" : {
        "required" : [ "field_id", "sort" ],
        "type" : "object",
        "properties" : {
          "field_id" : {
            "type" : "string",
            "description" : "Name of the field to sort on"
          },
          "sort" : {
            "type" : "string",
            "description" : "Direction of sorting",
            "default" : "asc",
            "enum" : [ "asc", "desc" ]
          },
          "nulls" : {
            "type" : "string",
            "description" : "Whether to include null values at the beginning or end of the sort. Defaults to end.",
            "default" : "last",
            "enum" : [ "first", "last" ]
          }
        }
      }
    },
    "limit" : {
      "type" : "integer",
      "description" : "Number of rows to return. Default is 100, min is 1, max is 2000."
    },
    "before_id" : {
      "type" : "string",
      "description" : "Used to paginate search results to the previous page. before_id should be the uuid of the first item in the current page. May not be provided simultaneously with after_id.",
      "format" : "uuid"
    },
    "after_id" : {
      "type" : "string",
      "description" : "Used to paginate search results to the next page. after_id should be the uuid of the last item in the current page. May not be provided simultaneously with before_id.",
      "format" : "uuid"
    }
  }
}
Result Format
Specify how the response should be mapped to the table output. The following formats are available:
  • Structured Table: Returns a parsed table with data split into rows and columns.
    • Aliases:

      Field Type: text_short_multi
      Searchable: Yes
      Search Operators: blank, contains, eq, not_contains, not_eq, starts

    • Born On:

      Field Type: date
      Searchable: Yes
      Search Operators: between, blank, eq, gte, lte

    • Categories:

      Descriptive keyword for an Organization (e.g. SaaS, Android, Cloud Computing, Medical Device)
      Field Type: identifier_multi
      Searchable: Yes
      Search Operators: blank, includes, includes_all, not_includes, not_includes_all

    • Category Groups:

      Superset of Industries (e.g. Software, Mobile, Health Care)
      Field Type: identifier_multi
      Searchable: Yes
      Search Operators: blank, includes, includes_all, not_includes, not_includes_all

    • Closed On:
    • Company Type:

      Whether an Organization is for profit or non-profit
      Field Type: enum
      Searchable: Yes
      Search Operators: blank, eq, includes, not_eq, not_includes
      Possible values are:

      • for_profit - For Profit
      • non_profit - Non-profit
    • Contact Email:

      General contact email for the organization or person
      Field Type: text_blob
      Searchable: No

    • Created At:

      Field Type: datetime
      Searchable: Yes
      Search Operators: between, blank, eq, gte, lte

    • Delisted On:
    • Description:

      Organization or Person Description, Industries, Industry Groups
      Field Type: text_long
      Searchable: Yes
      Search Operators: blank, contains, not_contains

    • Died On:

      Field Type: date
      Searchable: Yes
      Search Operators: between, blank, eq, gte, lte

    • Diversity Spotlights:

      Types of diversity represented in an organization, specifically of those who are founding members, currently the CEO, or have check-writing abilities in an investment firm. This feature is in beta and may change with future updates.
      Field Type: identifier_multi
      Searchable: Yes
      Search Operators: blank, includes, includes_all, not_includes, not_includes_all

    • Entity Def Id:

      Field Type: enum
      Searchable: Yes
      Search Operators: blank, eq, includes, not_eq, not_includes
      Possible values are:

      • organization - Organization
      • person - Person
    • Equity Funding Total:
    • Exited On:
    • Facebook:
    • Facet Ids:

      Field Type: enum_multi
      Searchable: Yes
      Search Operators: blank, includes, includes_all, not_includes, not_includes_all

    • First Name:

      First name of a Person
      Field Type: text_short
      Searchable: Yes
      Search Operators: blank, contains, eq, not_contains, not_eq, starts

    • Founded On:
    • Founder Identifiers:

      Founders of the organization
      Field Type: identifier_multi
      Searchable: Yes
      Search Operators: blank, includes, includes_all, not_includes, not_includes_all

    • Funding Stage:

      This field describes an organization's most recent funding status (e.g. Early Stage Venture, Late Stage Venture, M&A)
      Field Type: enum
      Searchable: Yes
      Search Operators: blank, eq, includes, not_eq, not_includes
      Possible values are:

      • early_stage_venture - Early Stage Venture
      • ipo - IPO
      • late_stage_venture - Late Stage Venture
      • m_and_a - M&A
      • private_equity - Private Equity
      • seed - Seed
    • Funding Total:
    • Gender:

      A Person's gender
      Field Type: enum
      Searchable: Yes
      Search Operators: blank, eq, includes, not_eq, not_includes
      Possible values are:

      • agender - Agender
      • androgyne - Androgyne
      • androgynous - Androgynous
      • bigender - Bigender
      • female - Female
      • ftm - Female to Male (FTM)
      • gender_fluid - Gender Fluid
      • gender_nonconforming - Gender Nonconforming
      • gender_questioning - Gender Questioning
      • gender_variant - Gender Variant
      • genderqueer - Genderqueer
      • male - Male
      • mtf - Male to Female (MTF)
      • neutrois - Neutrois
      • non_binary - Non-Binary
      • not_provided - Prefer not to identify
      • other - Other
      • pangender - Pangender
      • transfeminine - Transfeminine
      • transgender_female - Transgender Female
      • transgender_male - Transgender Male
      • transgender_man - Transgender Man
      • transgender_person - Transgender Person
      • transgender_woman - Transgender Woman
      • transmasculine - Transmasculine
      • transsexual_female - Transsexual Female
      • transsexual_male - Transsexual Male
      • transsexual_man - Transsexual Man
      • transsexual_person - Transsexual Person
      • transsexual_woman - Transsexual Woman
      • two_spirit - Two-Spirit
    • Hub Tags:

      Tags representing special attributes of organizations that are used in Hubs
      Field Type: enum_multi
      Searchable: Yes
      Search Operators: blank, includes, includes_all, not_includes, not_includes_all

    • Identifier:
    • Image Id:

      Field Type: image_id
      Searchable: No

    • Image Url:

      The cloudinary url of the profile image
      Field Type: text_blob
      Searchable: No

    • Investor Identifiers:

      The top 5 investors with investments in this company, ordered by Crunchbase Rank
      Field Type: identifier_multi
      Searchable: Yes
      Search Operators: blank, includes, includes_all, not_includes, not_includes_all

    • Investor Stage:

      This describes the stage of investor this organization or person is (e.g. Angel, Fund of Funds, Venture Capital)
      Field Type: enum_multi
      Searchable: Yes
      Search Operators: blank, includes, includes_all, not_includes, not_includes_all

    • Investor Type:

      This describes the type of investor this organization or person is (e.g. Angel, Fund of Funds, Venture Capital)
      Field Type: enum_multi
      Searchable: Yes
      Search Operators: blank, includes, includes_all, not_includes, not_includes_all

    • Ipo Status:

      The current public status of the Organization
      Field Type: enum
      Searchable: Yes
      Search Operators: blank, eq, includes, not_eq, not_includes
      Possible values are:

      • delisted - Delisted
      • private - Private
      • public - Public
    • Last Equity Funding Total:
    • Last Equity Funding Type:

      The most recent Funding Round excluding debt
      Field Type: enum
      Searchable: Yes
      Search Operators: blank, eq, includes, not_eq, not_includes
      Possible values are:

      • angel - Angel
      • convertible_note - Convertible Note
      • corporate_round - Corporate Round
      • debt_financing - Debt Financing
      • equity_crowdfunding - Equity Crowdfunding
      • grant - Grant
      • initial_coin_offering - Initial Coin Offering
      • non_equity_assistance - Non-equity Assistance
      • post_ipo_debt - Post-IPO Debt
      • post_ipo_equity - Post-IPO Equity
      • post_ipo_secondary - Post-IPO Secondary
      • pre_seed - Pre-Seed
      • private_equity - Private Equity
      • product_crowdfunding - Product Crowdfunding
      • secondary_market - Secondary Market
      • seed - Seed
      • series_a - Series A
      • series_b - Series B
      • series_c - Series C
      • series_d - Series D
      • series_e - Series E
      • series_f - Series F
      • series_g - Series G
      • series_h - Series H
      • series_i - Series I
      • series_j - Series J
      • series_unknown - Venture - Series Unknown
      • undisclosed - Undisclosed
    • Last Funding At:

      Date of most recent Funding Round
      Field Type: date
      Searchable: Yes
      Search Operators: between, blank, eq, gte, lte

    • Last Funding Total:
    • Last Funding Type:

      Last funding round type (e.g. Series A, Seed, Private Equity)
      Field Type: enum
      Searchable: Yes
      Search Operators: blank, eq, includes, not_eq, not_includes
      Possible values are:

      • angel - Angel
      • convertible_note - Convertible Note
      • corporate_round - Corporate Round
      • debt_financing - Debt Financing
      • equity_crowdfunding - Equity Crowdfunding
      • grant - Grant
      • initial_coin_offering - Initial Coin Offering
      • non_equity_assistance - Non-equity Assistance
      • post_ipo_debt - Post-IPO Debt
      • post_ipo_equity - Post-IPO Equity
      • post_ipo_secondary - Post-IPO Secondary
      • pre_seed - Pre-Seed
      • private_equity - Private Equity
      • product_crowdfunding - Product Crowdfunding
      • secondary_market - Secondary Market
      • seed - Seed
      • series_a - Series A
      • series_b - Series B
      • series_c - Series C
      • series_d - Series D
      • series_e - Series E
      • series_f - Series F
      • series_g - Series G
      • series_h - Series H
      • series_i - Series I
      • series_j - Series J
      • series_unknown - Venture - Series Unknown
      • undisclosed - Undisclosed
    • Last Name:

      Last name of a Person
      Field Type: text_short
      Searchable: Yes
      Search Operators: blank, contains, eq, not_contains, not_eq, starts

    • Layout Id:
    • Linkedin:
    • Location Group Identifiers:

      Where the principal is located (e.g. San Francisco Bay Area, Silicon Valley)
      Field Type: identifier_multi
      Searchable: Yes
      Search Operators: blank, includes, includes_all, not_includes, not_includes_all

    • Location Identifiers:

      Where the organization is headquartered
      Field Type: identifier_multi
      Searchable: Yes
      Search Operators: blank, includes, includes_all, not_includes, not_includes_all

    • Name:

      Field Type: text_blob
      Searchable: No

    • Num Alumni:

      Total number of alumni
      Field Type: integer
      Searchable: Yes
      Search Operators: between, blank, eq, gt, gte, lt, lte, not_eq

    • Num Articles:

      Number of news articles that reference the Organization
      Field Type: integer
      Searchable: Yes
      Search Operators: between, blank, eq, gt, gte, lt, lte, not_eq

    • Num Diversity Spotlight Investments:

      Total number of diversity investments made by an investor
      Field Type: integer
      Searchable: Yes
      Search Operators: between, blank, eq, gt, gte, lt, lte, not_eq

    • Num Employees Enum:

      Total number of Employees
      Field Type: enum
      Searchable: Yes
      Search Operators: blank, eq, includes, not_eq, not_includes
      Possible values are:

      • c_00001_00010 - 1-10
      • c_00011_00050 - 11-50
      • c_00051_00100 - 51-100
      • c_00101_00250 - 101-250
      • c_00251_00500 - 251-500
      • c_00501_01000 - 501-1000
      • c_01001_05000 - 1001-5000
      • c_05001_10000 - 5001-10000
      • c_10001_max - 10001+
    • Num Enrollments:

      Total number of Enrollments
      Field Type: enum
      Searchable: Yes
      Search Operators: blank, eq, includes, not_eq, not_includes
      Possible values are:

      • c_00001_00010 - 1-10
      • c_00011_00050 - 11-50
      • c_00051_00100 - 51-100
      • c_00101_00250 - 101-250
      • c_00251_00500 - 251-500
      • c_00501_01000 - 501-1000
      • c_01001_05000 - 1001-5000
      • c_05001_10000 - 5001-10000
      • c_10001_max - 10001+
    • Num Event Appearances:

      Total number of events An Organization or Person appeared in
      Field Type: integer
      Searchable: Yes
      Search Operators: between, blank, eq, gt, gte, lt, lte, not_eq

    • Num Exits:

      Total number of Exits
      Field Type: integer
      Searchable: Yes
      Search Operators: between, blank, eq, gt, gte, lt, lte, not_eq

    • Num Exits Ipo:

      Total number of Exits (IPO)
      Field Type: integer
      Searchable: Yes
      Search Operators: between, blank, eq, gt, gte, lt, lte, not_eq

    • Num Founded Organizations:

      Number of Organizations that the Person founded
      Field Type: integer
      Searchable: Yes
      Search Operators: between, blank, eq, gt, gte, lt, lte, not_eq

    • Num Founders:

      Total number of Founders
      Field Type: integer
      Searchable: Yes
      Search Operators: between, blank, eq, gt, gte, lt, lte, not_eq

    • Num Funding Rounds:

      Total number of Funding Rounds
      Field Type: integer
      Searchable: Yes
      Search Operators: between, blank, eq, gt, gte, lt, lte, not_eq

    • Num Funds:

      Field Type: integer
      Searchable: Yes
      Search Operators: between, blank, eq, gt, gte, lt, lte, not_eq

    • Num Investments:

      Total number of Investments made
      Field Type: integer
      Searchable: Yes
      Search Operators: between, blank, eq, gt, gte, lt, lte, not_eq

    • Num Investors:

      Total number of investment firms and individual investors
      Field Type: integer
      Searchable: Yes
      Search Operators: between, blank, eq, gt, gte, lt, lte, not_eq

    • Num Jobs:

      Field Type: integer
      Searchable: Yes
      Search Operators: between, blank, eq, gt, gte, lt, lte, not_eq

    • Num Lead Investments:

      Number of Investments led by the Person
      Field Type: integer
      Searchable: Yes
      Search Operators: between, blank, eq, gt, gte, lt, lte, not_eq

    • Num Lead Investors:

      Total number of lead investment firms and individual investors
      Field Type: integer
      Searchable: Yes
      Search Operators: between, blank, eq, gt, gte, lt, lte, not_eq

    • Num Partner Investments:

      Number of Investments the Individual has partnered in
      Field Type: integer
      Searchable: Yes
      Search Operators: between, blank, eq, gt, gte, lt, lte, not_eq

    • Num Portfolio Organizations:

      Total number of portfolio organizations
      Field Type: integer
      Searchable: Yes
      Search Operators: between, blank, eq, gt, gte, lt, lte, not_eq

    • Operating Status:

      Operating Status of Organization e.g. Active, Closed
      Field Type: enum
      Searchable: Yes
      Search Operators: blank, eq, includes, not_eq, not_includes
      Possible values are:

      • active - Active
      • closed - Closed
    • Permalink:

      Field Type: permalink
      Searchable: No

    • Permalink Aliases:

      Field Type: text_exact_multi
      Searchable: Yes
      Search Operators: blank, includes, includes_all, not_includes, not_includes_all

    • Phone Number:

      General phone number of the organization or person
      Field Type: text_blob
      Searchable: No

    • Primary Job Title:

      The person's primary job title (e.g. CEO, Chief Architect, Product Manager)
      Field Type: text_short
      Searchable: Yes
      Search Operators: blank, contains, eq, not_contains, not_eq, starts

    • Primary Organization:
    • Program Application Deadline:

      The deadline for applying to the Accelerator Program
      Field Type: date
      Searchable: Yes
      Search Operators: between, blank, eq, gte, lte

    • Program Duration:

      The duration of the Acceleration Program in number of weeks
      Field Type: integer
      Searchable: Yes
      Search Operators: between, blank, eq, gt, gte, lt, lte, not_eq

    • Program Type:

      The type of Accelerator Program (e.g. On-Site, Online)
      Field Type: enum
      Searchable: Yes
      Search Operators: blank, eq, includes, not_eq, not_includes
      Possible values are:

      • on_site - On-Site
      • online - Online
    • Rank Delta D30:

      Movement in Rank over the last 30 days using a score from -10 to 10
      Field Type: decimal
      Searchable: Yes
      Search Operators: between, blank, eq, gt, gte, lt, lte, not_eq

    • Rank Delta D7:

      Movement in Rank over the last 7 days using a score from -10 to 10
      Field Type: decimal
      Searchable: Yes
      Search Operators: between, blank, eq, gt, gte, lt, lte, not_eq

    • Rank Delta D90:

      Movement in Rank over the last 90 days using a score from -10 to 10
      Field Type: decimal
      Searchable: Yes
      Search Operators: between, blank, eq, gt, gte, lt, lte, not_eq

    • Rank Principal:

      Algorithmic rank assigned to the top 100,000 most active Organizations and People
      Field Type: integer
      Searchable: Yes
      Search Operators: between, blank, eq, gt, gte, lt, lte, not_eq

    • Revenue Range:

      Estimated Revenue Range for Organizations
      Field Type: enum
      Searchable: Yes
      Search Operators: blank, eq, includes, not_eq, not_includes
      Possible values are:

      • r_00000000 - Less than $1M
      • r_00001000 - $1M to $10M
      • r_00010000 - $10M to $50M
      • r_00050000 - $50M to $100M
      • r_00100000 - $100M to $500M
      • r_00500000 - $500M to $1B
      • r_01000000 - $1B to $10B
      • r_10000000 - $10B+
    • School Method:

      The type of School Method (e.g. On Campus, Online)
      Field Type: enum
      Searchable: Yes
      Search Operators: blank, eq, includes, not_eq, not_includes
      Possible values are:

      • on_compus - On Campus
      • online - Online
      • online_and_on_campus - Online and On Campus
    • School Program:

      The type of School Program (e.g. Bootcamp, Four Year University)
      Field Type: enum
      Searchable: Yes
      Search Operators: blank, eq, includes, not_eq, not_includes
      Possible values are:

      • bootcamp - Bootcamp
      • community_college - Community College
      • four_year_university - Four Year University
      • graduate_university - Graduate University
      • high_school - High School
      • trade_school - Trade School
      • two_year_university - Two Year University
    • School Type:

      The type of School (e.g. Public, Private)
      Field Type: enum
      Searchable: Yes
      Search Operators: blank, eq, includes, not_eq, not_includes
      Possible values are:

      • for_profit_private - Private
      • non_profit_private - Private (Non-Profit)
      • public - Public
    • Short Description:

      Text of Organization or Person Description, Industries, and Industry Groups
      Field Type: text_long
      Searchable: Yes
      Search Operators: blank, contains, not_contains

    • Status:

      Status of Organization e.g. Operating, Closed, Acquired, IPO
      Field Type: enum
      Searchable: Yes
      Search Operators: blank, eq, includes, not_eq, not_includes
      Possible values are:

      • closed - Closed
      • ipo - IPO
      • operating - Operating
      • was_acquired - Was Acquired
    • Stock Exchange Symbol:

      Stock exchange where the Organization is listed e.g. NYSE, NASDAQ
      Field Type: enum
      Searchable: Yes
      Search Operators: blank, eq, includes, not_eq, not_includes
      Possible values are:

      • adx - ADX - Abu Dhabi Securities Exchange
      • afx - AFX - Afghanistan Stock Exchange
      • altx - ALTX - ALTX East Africa Exchange
      • amex - AMEX - American Stock Exchange
      • ams - AMS - Euronext Amsterdam
      • amx - AMX - Armenia Securities Exchange
      • asce - ASCE - Abuja Securities and Commodities Exchange
      • asx - ASX - Australian Securities Exchange
      • ath - ATH - Athens Stock Exchange
      • bcba - BCBA - Buenos Aires Stock Exchange
      • bdp - BDP - Budapest Stock Exchange
      • belex - BELEX - Belgrade Stock Exchange
      • ber - BER - Berliner Börse
      • bfb - BFB - Baku Stock Exchange
      • bit - BIT - Italian Stock Exchange
      • bkk - BKK - Thailand Stock Exchange
      • blse - BLSE - Banja Luka Stock Exchange
      • bme - BME - Madrid Stock Exchange
      • bmv - BMV - Mexican Stock Exchange
      • bom - BOM - Bombay Stock Exchange
      • brvm - BRVM - Regional Securities Exchange SA
      • bse - BSE - Bulgarian Stock Exchange
      • bse_lb - BSE - Beirut Stock Exchange
      • bsse - BSSE - Bratislava Stock Exchange
      • bsx - BSX - Bermuda Stock Exchange
      • bvb - BVB - Bucharest Stock Exchange
      • bvc - BVC - Colombian Stock Exchange
      • bvfb - BVFB - Belarusian Currency and Stock Exchange
      • bvm - BVM - Montevideo Stock Exchange
      • bvmf - B3 - Brazil Stock Exchange and OTC Market
      • bvmt - BVMT - Tunis Stock Exchange
      • bx - BX - Berne Stock Exchange
      • cas - CAS - Casablanca Stock Exchange
      • cise - CISE - Channel Islands Stock Exchange
      • cnsx - CNSX - Canadian National Stock Exchange
      • col - COL - Colombo Stock Exchange
      • cph - CPH - Copenhagen Stock Exchange
      • cse - CSE - Canadian Securities Exchange
      • cse_cy - CSE - Cyprus Stock Exchange
      • csx - CSX - Cambodia Securities Exchange
      • cve - TSX-V - Toronto TSX Venture Exchange
      • dfm - DFM - Dubai Financial Market
      • dse - DSE - Dhaka Stock Exchange
      • dsx - DSX - Douala Stock Exchange
      • dus - DUS - Börse Düsseldorf
      • ebr - EBR - Euronext Brussels
      • egx - EGX - Egypt Stock Exchange
      • eli - ELI - Euronext Lisbon
      • epa - EPA - Euronext Paris
      • etr - ETR - Deutsche Börse XETRA
      • eurex - EUREX - Eurex Exchange
      • fra - FRA - Frankfurt Stock Exchange
      • fwb - FWB - Börse Frankfurt Stock Exchange
      • gha - GHA - Ghana Stock Exchange
      • gsx - GSX - Georgian Stock Exchange
      • gsx_gi - GSX - Gibraltar Stock Exchange
      • hel - HEL - Helsinki Stock Exchange
      • hkg - HKG - Hong Kong Stock Exchange
      • hnx - HNX - Hanoi Stock Exchange
      • hose - HOSE - Ho Chi Minh Stock Exchange
      • ice - ICE - Iceland Stock Exchange
      • idx - IDX - Indonesia Stock Exchange
      • iex - IEX - Investors Exchange
      • ifb - IFB - Iran Fara Bourse
      • ime - IME - Iran Mercantile Exchange
      • irenex - IRENEX - Iran Energy Exchange
      • ise - ISE - Irish Stock Exchange
      • ist - IST - Istanbul Stock Exchange
      • isx - ISX - Iraq Stock Exchange
      • jp - JP - Japan Exchange
      • jsc - JSC - Belarusian Currency and Stock Exchange
      • jse - JSE - Johannesburg Stock Exchange
      • jse_jam - JSE - Jamaica Stock Exchange
      • kase - KASE - Kazakhstan Stock Exchange
      • klse - KLSE - Malaysia Stock Exchange
      • kosdaq - KOSDAQ - Korean Securities Dealers Automated Quotations
      • krx - KRX - Korea Stock Exchange
      • kse - KSE - Kuwait Stock Exchange
      • lje - LJE - Ljubljana Stock Exchange
      • lse - LSE - London Stock Exchange
      • lsm - LSM - Libyan Stock Market
      • lsx - LSX - Lao Securities Exchange
      • luse - LuSE - Lusaka Securities Exchange
      • luxse - LuxSE - Luxembourg Stock Exchange
      • mal - MAL - Malta Stock Exchange
      • mcx - MCX - Multi Commodity Exchange of India
      • meff - MEFF - Mercado Spanish Financial Futures Market
      • mnse - MNSE - Montenegro Stock Exchange
      • moex - MOEX - Moscow Exchange
      • mse - MSE - Metropolitan Stock Exchange
      • mse_md - MSE - Moldova Stock Exchange
      • mse_mk - MSE - Macedonian Stock Exchange
      • msei - MSEI - Metropolitan Stock Exchange of India
      • msm - MSM - Muscat Securities Market
      • mun - MUN - Börse München
      • nasdaq - NASDAQ
      • nbo - NSE - Nairobi Securities Exchange
      • neeq - NEEQ - National Equities Exchange and Quotations
      • nepse - NEPSE - Nepal Stock Exchange
      • nex - NEX - NEX Exchange
      • ngm - NGM - Nordic Growth Market Exchange
      • nig - NIG - Nigerian Stock Exchange
      • notc - NOTC - Norwegian OTC
      • npex - NPEX - NPEX Stock Exchange
      • nse - NSE - National Stock Exchange of India
      • nsx - NSX - National Stock Exchange of Australia
      • nyse - NYSE - New York Stock Exchange
      • nysearca - NYSEARCA - NYSE Arca
      • nysemkt - NYSEAMERICAN - NYSE American
      • nze - NZE - New Zealand Stock Exchange
      • ose - OSE - Oslo Stock Exchange
      • otcbb - OTCBB - FINRA OTC Bulletin Board
      • otcpink - OTC Pink
      • otcqb - OTCQB
      • otcqx - OTCQX
      • pdex - PDEx - Philippine Dealing Exchange
      • pex - PEX - Palestine Exchange
      • pfts - PFTS - PFTS Ukraine Stock Exchange
      • pomsox - POMSoX - Port Moresby Stock Exchange
      • prg - PRA - Prague Stock Exchange
      • pse - PSE - Philippine Stock Exchange
      • psx - PSX - Pakistan Stock Exchange
      • qse - QSE - Qatar Stock Exchange
      • rfb - RFB - Riga Stock Exchange
      • rse - RSE - Rwanda Stock Exchange
      • rsebl - RSEBL - Royal Securities Exchange of Bhutan
      • sase - SASE - Sarajevo Stock Exchange
      • sbx - SBX - BX Swiss
      • sehk - SEHK - The Stock Exchange of Hong Kong
      • sem - SEM - Stock Exchange of Mauritius
      • sgbv - SGBV - Algiers Stock Exchange
      • sgx - SGX - Singapore Stock Exchange
      • six - SIX - SIX Swiss Exchange
      • spbex - SPBEX - Saint Petersburg Stock Exchange
      • spse - SPSE - South Pacific Stock Exchange
      • sse - SSE - Shanghai Stock Exchange
      • ssx - SSX - Sydney Stock Exchange
      • sto - STO - Stockholm Stock Exchange
      • stu - STU - Börse Stuttgart
      • swx - SWX - SIX Swiss Exchange
      • szse - SZSE - Shenzhen Stock Exchange
      • tadawul - Tadawul - Saudi Stock Exchange
      • tal - TSE - Tallinn Stock Exchange
      • tfex - TFEX - Thailand Futures Exchange
      • tise - TISE - The International Stock Exchange
      • tlv - TLV - Tel Aviv Stock Exchange
      • tpe - TWSE - Taiwan Stock Exchange
      • tse_al - TSE - Tirana Stock Exchange
      • tse_ir - TSE - Tehran Stock Exchange
      • tsec - TWO - Taiwan OTC Exchange
      • tsx - TSX - Toronto Stock Exchange
      • ttse - TTSE - Trinidad and Tobago Stock Exchange
      • tyo - TYO - Tokyo Stock Exchange
      • use - USE - Uganda Securities Exchange
      • ux - UX - Ukrainian Exchange
      • vie - VIE - Vienna Stock Exchange
      • vmf - VMF - Faroese Securities Market
      • vse - VSE - Vancouver Stock Exchange
      • wse - WSE - Warsaw Stock Exchange
      • ysx - YSX - Yangon Stock Exchange
      • zamace - ZAMACE - Zambian Commodity Exchange
      • zse - ZSE - Zimbabwe Stock Exchange
      • zse_hr - ZSE - Zagreb Stock Exchange
    • Stock Symbol:
    • Twitter:
    • Updated At:

      Field Type: datetime
      Searchable: Yes
      Search Operators: between, blank, eq, gte, lte

    • Uuid:

      Field Type: uuid
      Searchable: Yes
      Search Operators: blank, eq, includes, not_eq, not_includes

    • Website:
    • Website Url:

      Link to homepage
      Field Type: url
      Searchable: Yes
      Search Operators: domain_blank, domain_eq, domain_includes, not_domain_eq, not_domain_includes

    • Went Public On:

      The date when the Organization went public
      Field Type: date
      Searchable: Yes
      Search Operators: between, blank, eq, gte, lte

  • Raw Response: Returns the raw response in a single row with the following columns:
    • body: Response body
    • status: HTTP status code

Input Ports

Icon
Configuration data.

Output Ports

Icon
Result of the request depending on the selected Result Format.
Icon
Configuration data (this is the same as the input port; it is provided as passthrough for sequentially chaining nodes to declutter your workflow connections).

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.