Factset · Example Payload

Factset Estimates Detail Estimate Example

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Factset Estimates Detail Estimate Example is an example object payload from Factset, with 25 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

fsymIdmetricperiodicityfiscalYearfiscalPeriodfiscalEndDaterelativePeriodcurrencyestimateDateestimateValueanalystIdanalystNamebrokerIdbrokerNamelastModifiedDateprevEstimateDateprevEstimateValuesectionstatusCodestatusTextrequestIdinputDateTimesecurityCurrencybrokerEstimateCurrencyestimateCurrency

Example Payload

Raw ↑
{
  "fsymId": "500123",
  "metric": "example_value",
  "periodicity": "example_value",
  "fiscalYear": 10,
  "fiscalPeriod": 10,
  "fiscalEndDate": "example_value",
  "relativePeriod": 10,
  "currency": "example_value",
  "estimateDate": "example_value",
  "estimateValue": 42.5,
  "analystId": "500123",
  "analystName": "example_value",
  "brokerId": "500123",
  "brokerName": "example_value",
  "lastModifiedDate": "example_value",
  "prevEstimateDate": "example_value",
  "prevEstimateValue": 42.5,
  "section": "example_value",
  "statusCode": 10,
  "statusText": "example_value",
  "requestId": "500123",
  "inputDateTime": "example_value",
  "securityCurrency": "example_value",
  "brokerEstimateCurrency": "example_value",
  "estimateCurrency": "example_value"
}