Factset · Schema

BatchResultResponse

Wrapper for completed batch request results.

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
data array
View JSON Schema on GitHub

JSON Schema

factset-fundamentals-batch-result-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BatchResultResponse",
  "type": "object",
  "description": "Wrapper for completed batch request results.",
  "properties": {
    "data": {
      "type": "array"
    }
  }
}