Factset · Example Payload

Factset Estimates Consensus Ratings Example

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Top-level fields

fsymIdestimateDatebuyCountoverweightCountholdCountunderweightCountsellCountratingsNestTotalratingsNoteratingsNoteTextrequestId

Example Payload

Raw ↑
{
  "fsymId": "500123",
  "estimateDate": "example_value",
  "buyCount": 10,
  "overweightCount": 10,
  "holdCount": 10,
  "underweightCount": 10,
  "sellCount": 10,
  "ratingsNestTotal": 10,
  "ratingsNote": 42.5,
  "ratingsNoteText": "example_value",
  "requestId": "500123"
}