S&P Global website screenshot

S&P Global

S&P Global is a leading provider of credit ratings, benchmarks, analytics, and workflow solutions in the global capital, commodity, and automotive markets. Through its divisions — S&P Global Market Intelligence, S&P Global Ratings, S&P Global Commodity Insights, S&P Global Mobility, and S&P Dow Jones Indices — the company delivers data, analytics, and decisioning capabilities to financial institutions, corporations, governments, and individuals worldwide. S&P Global APIs enable programmatic access to financial data, market prices, energy market data, credit ratings, and geospatial intelligence.

4 APIs 0 Features
Financial DataCredit RatingsMarket IntelligenceCommodity InsightsEnergy MarketsCapital MarketsFortune 500

APIs

S&P Global Commodity Insights API

HTTP-based RESTful API providing access to energy market data, commodity prices, assessments, and market intelligence across the Platts and S&P Global Commodity Insights busines...

S&P Capital IQ Market Intelligence API

Comprehensive financial data API providing access to fundamental data, industry-specific and segment data, valuations and pricing, S&P Global Credit Ratings and Research, and re...

S&P Global Marketplace Catalog API

API providing programmatic access to the S&P Global Marketplace catalog of premium fundamental and alternative datasets. Enables discovery and integration of datasets available ...

Kensho Link API

S&P Global Kensho Link REST API for entity resolution and linking across financial instruments, companies, and other entities. Provides a canonical entity identifier layer acros...

Collections

Pricing Plans

Rate Limits

S And P Global Rate Limits

1 limits

RATE LIMITS

FinOps

Semantic Vocabularies

S And P Global Context

2 classes · 8 properties

JSON-LD

API Governance Rules

S&P Global API Rules

8 rules · 1 errors 7 warnings

SPECTRAL

JSON Structure

S And P Global Market Data Structure

0 properties

JSON STRUCTURE

Example Payloads

Resources

🔗
Website
Website
🔗
Developer
Developer
🔗
Marketplace
Marketplace
🔗
Documentation
Documentation
🔑
Authentication
Authentication
📰
Blog
Blog
🔗
LinkedIn
LinkedIn
🔗
X
X
💰
Pricing
Pricing
📦
SDKs
SDKs
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Kensho Link API
  version: 1.0.0
items:
- info:
    name: Entity Resolution
    type: folder
  items:
  - info:
      name: Link Entity to Canonical Identifier
      type: http
    http:
      method: POST
      url: https://api.link.kensho.com/link
      body:
        type: json
        data: '{}'
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Resolves one or more entity mentions to their canonical Kensho Entity Identifier (KEID). Accepts entity names, aliases,
      ticker symbols, CUSIP, ISIN, or other identifiers and returns the canonical entity record.
  - info:
      name: Get Entity by KEID
      type: http
    http:
      method: GET
      url: https://api.link.kensho.com/entity/:keid
      params:
      - name: keid
        value: ''
        type: path
        description: Kensho Entity Identifier (KEID) for the entity
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Returns the full canonical entity record for a given Kensho Entity Identifier (KEID), including names, aliases,
      entity type, and cross-references to other S&P Global identifiers.
- info:
    name: Search
    type: folder
  items:
  - info:
      name: Search Entities
      type: http
    http:
      method: GET
      url: https://api.link.kensho.com/search
      params:
      - name: q
        value: ''
        type: query
        description: Search query string (entity name, ticker, or other identifier)
      - name: entityType
        value: ''
        type: query
        description: Filter results by entity type
      - name: limit
        value: ''
        type: query
        description: Maximum number of results to return
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Search for entities by name, ticker symbol, or other attributes. Returns a ranked list of matching entity candidates
      with confidence scores.
bundled: true