Factset · Example Payload

Factset Fundamentals Estimate Example

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Top-level fields

requestIdfsymIdmetricperiodicityfiscalPeriodfiscalYearfiscalEndDatecurrencyestimateCountmeanmedianhighlowstandardDeviation

Example Payload

Raw ↑
{
  "requestId": "500123",
  "fsymId": "500123",
  "metric": "example_value",
  "periodicity": "example_value",
  "fiscalPeriod": "example_value",
  "fiscalYear": "example_value",
  "fiscalEndDate": "example_value",
  "currency": "example_value",
  "estimateCount": "example_value",
  "mean": "example_value",
  "median": "example_value",
  "high": "example_value",
  "low": "example_value",
  "standardDeviation": "example_value"
}