Factset · Schema

time_series_result_object_nonflattened_base

An object returning the results for a single identifier and formula. This is the base of the response object. The result attribute depends on the formula requested. Response objects with the various result attribute types are outlined in separate schemas.

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
error integer Indicates that there was an error in the execution of the FQL Formula. * Zero success * Non-zero failure
errorMessage string If error is non-zero, errorMessage will display the FQL formula error.
formula string FQL formula requested.
displayName string Display Name.
requestId string Identifier requested.
fsymId string The **fsymId** field returned is the FactSet Default Permanent Identifier for the `requestId`. For all supported `requestId` symbol types, the `fsymId` parameter will return the Regional Level PermId
dataType string Type of data returned in `result`
objectType string Type of object returned in `result`
View JSON Schema on GitHub