S&P Global · Example Payload

Kensho Llmready Isin To Identification Triple Example

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

Kensho Llmready Isin To Identification Triple 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": "isin-to-identification-triple",
  "method": "GET",
  "path": "/api/v1/id/{isin}",
  "summary": "",
  "request": {
    "body": null
  },
  "response": {
    "status": 200,
    "body": {
      "trading_item_id": 0,
      "security_id": 0,
      "company_id": 0,
      "company_name": "string",
      "ticker": "string",
      "country": "string"
    }
  }
}