S&P Global · Example Payload

Kensho Llmready Get Segments Example

Capital IQCommodity InsightsCredit RatingsDocument ExtractionESGFinancial DataIndex DataLLMMCPMarket IntelligenceMobilityNamed Entity RecognitionSpeech to Text

Kensho Llmready Get Segments Example is an example object payload from S&P Global, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationmethodpathsummaryrequestresponse

Example Payload

Raw ↑
{
  "operation": "get-segments",
  "method": "POST",
  "path": "/api/v1/segments/",
  "summary": "",
  "request": {
    "body": {
      "segment_type": null,
      "period_type": null,
      "company_ids": [
        0
      ],
      "start_year": 0,
      "end_year": 0,
      "start_quarter": null,
      "end_quarter": null,
      "calendar_type": null,
      "num_periods": 0,
      "num_periods_back": 0
    }
  },
  "response": {
    "status": 200,
    "body": {
      "results": {},
      "errors": {}
    }
  }
}