Factset · Example Payload

Factset Prices Returns Snapshot Example

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Top-level fields

fsymIddatecurrencyrequestIdoneDayoneMonththreeMonthsixMonthnineMonthoneYearquarterToDateweekToDatemonthToDateyearToDatetwoYearAnnualizedthreeYearAnnualizedfiveYearAnnualizedtenYearAnnualizedtwentyYearAnnualizedthirtyYearAnnualizedipoToDateAnnualizeddividendAdjust

Example Payload

Raw ↑
{
  "fsymId": "500123",
  "date": "example_value",
  "currency": "example_value",
  "requestId": "500123",
  "oneDay": 42.5,
  "oneMonth": 42.5,
  "threeMonth": 42.5,
  "sixMonth": 42.5,
  "nineMonth": 42.5,
  "oneYear": 42.5,
  "quarterToDate": 42.5,
  "weekToDate": 42.5,
  "monthToDate": 42.5,
  "yearToDate": 42.5,
  "twoYearAnnualized": 42.5,
  "threeYearAnnualized": 42.5,
  "fiveYearAnnualized": 42.5,
  "tenYearAnnualized": 42.5,
  "twentyYearAnnualized": 42.5,
  "thirtyYearAnnualized": 42.5,
  "ipoToDateAnnualized": 42.5,
  "dividendAdjust": "example_value"
}