Factset · Schema

FinancialStatementsRequestBody

Request parameters for financial statement data.

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
category string Financial statement type filter.
View JSON Schema on GitHub

JSON Schema

factset-fundamentals-financial-statements-request-body-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FinancialStatementsRequestBody",
  "type": "object",
  "description": "Request parameters for financial statement data.",
  "properties": {
    "category": {
      "type": "string",
      "description": "Financial statement type filter."
    }
  }
}