Factset · Example Payload

Factset Benchmarks Index History Example

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Factset Benchmarks Index History 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

fsymIddatenameconstituentNumbercurrencymarketValuepricepriceReturnPercenttotalReturnLeveltotalReturnPercentreturnTypehedgeTyperequestIdobservationDate

Example Payload

Raw ↑
{
  "fsymId": "500123",
  "date": "example_value",
  "name": "Example Title",
  "constituentNumber": 10,
  "currency": "example_value",
  "marketValue": 42.5,
  "price": 42.5,
  "priceReturnPercent": 42.5,
  "totalReturnLevel": 42.5,
  "totalReturnPercent": 42.5,
  "returnType": "example_value",
  "hedgeType": "example_value",
  "requestId": "500123",
  "observationDate": "example_value"
}