S&P Global · JSON Structure

Kensho Llmready Estimate Structure

Consensus target price estimate from /api/v1/estimates/consensus_target_price/{company_id}.

Type: Properties: 0
Capital IQCommodity InsightsCredit RatingsDocument ExtractionESGFinancial DataIndex DataLLMMCPMarket IntelligenceMobilityNamed Entity RecognitionSpeech to Text

Kensho Llmready Estimate Structure is a JSON Structure definition published by S&P Global.

Meta-schema:

JSON Structure

Raw ↑
{
  "entity": "kensho-llmready-estimate",
  "description": "Consensus target price estimate from /api/v1/estimates/consensus_target_price/{company_id}.",
  "sourceSchema": "json-schema/kensho-llmready-estimate-schema.json",
  "main": "ConsensusTargetPrice",
  "fields": [
    {
      "name": "currency",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "effective_date",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "estimates",
      "type": "array",
      "description": "",
      "required": true
    }
  ]
}