S&P Global · Example Payload

Kensho Llmready Ticker To Identification Triple 2 Example

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

Kensho Llmready Ticker To Identification Triple 2 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": "ticker-to-identification-triple-2",
  "method": "GET",
  "path": "/api/v1/id/{ticker}/exchange_code/{exchange_code}",
  "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"
    }
  }
}