Factset · Schema

lookup_count

Returns the count of on entities

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
error string
is_success integer
results array Array of Lookup details for the query
View JSON Schema on GitHub

JSON Schema

factset-id-lookup-lookup_count-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "lookup_count",
  "type": "object",
  "description": "Returns the count of on entities",
  "properties": {
    "error": {
      "type": "string"
    },
    "is_success": {
      "type": "integer"
    },
    "results": {
      "type": "array",
      "description": "Array of Lookup details for the query"
    }
  }
}