plugins marketplace
← All plugins

s-p

v1.0.3

Query S&P Global financial datasets

Codex

by S&P GlobalMIT5kupdated 3 weeks ago

Source

git clone https://github.com/openai/plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/s-p/ inside the repository.

Layout

plugins/s-p/
└── .codex-plugin/plugin.json

Manifests1

plugins/s-p/.codex-plugin/plugin.json
{
  "name": "s-p",
  "version": "1.0.3",
  "description": "Query S&P Global financial datasets",
  "author": {
    "name": "S&P Global",
    "url": "https://www.spglobal.com"
  },
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "S&P Global",
    "developerName": "S&P Global",
    "shortDescription": "Query S&P Global financial datasets",
    "longDescription": "Use natural language to query a range of S&P Global datasets, including S&P Capital IQ Financials, transcripts, and more. Designed to save time and resources for engineering, product, and business teams in financial services, this server streamlines access to company information, financial statements, historical market data, and global securities.",
    "category": "Finance",
    "capabilities": [],
    "brandColor": "#D80028",
    "defaultPrompt": [
      "Pull S&P Global company financials and ratings context for a ticker and summarize the main risks.",
      "Compare revenue growth, margins, and valuation multiples for a company and its peers in S&P Global.",
      "Find recent S&P Global research or industry outlook items for a sector and summarize the takeaways."
    ],
    "screenshots": [],
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png",
    "websiteURL": "https://www.spglobal.com"
  },
  "homepage": "https://www.spglobal.com"
}