Factset · Example Payload

Factset People Profile Example

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Top-level fields

requestIdpersonIdlastNamefactsetNamefirstNamemiddleNameformalNameproperNamesalutationhighestDegreehighestDegreeInstsuffixagegendersalarytotalCompensationprimaryCompanyIdprimaryCompanyNameprimaryTitlebiography

Example Payload

Raw ↑
{
  "requestId": "500123",
  "personId": "500123",
  "lastName": "example_value",
  "factsetName": "example_value",
  "firstName": "example_value",
  "middleName": "example_value",
  "formalName": "example_value",
  "properName": "example_value",
  "salutation": "example_value",
  "highestDegree": "example_value",
  "highestDegreeInst": "example_value",
  "suffix": "example_value",
  "age": 42.5,
  "gender": "example_value",
  "salary": 42.5,
  "totalCompensation": 42.5,
  "primaryCompanyId": "500123",
  "primaryCompanyName": "example_value",
  "primaryTitle": "example_value",
  "biography": "example_value"
}