Moody's Corporation · Schema
Moody's Credit Rating
A credit rating published by Moody's Ratings (Moody's Investors Service) on an issuer or instrument.
AnalyticsCatastrophe RiskClimate RiskComplianceCredit RatingsEconomic DataESGFinancial DataKYCRiskFortune 1000
Properties
| Name | Type | Description |
|---|---|---|
| ratingId | string | |
| rating | string | Moody's long-term rating symbol (e.g. Aaa, Aa1, Baa3, B1, Caa2, C). |
| ratingScale | string | |
| outlook | string | |
| watch | string | |
| ratingDate | string | |
| subjectType | string | |
| issuerId | string | |
| instrumentId | string | |
| lei | string | |
| cusip | string | |
| isin | string | |
| country | string | |
| currency | string | |
| researchUrl | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/api-evangelist/moodys-corporation/json-schema/moodys-corporation-credit-rating-schema.json",
"title": "Moody's Credit Rating",
"description": "A credit rating published by Moody's Ratings (Moody's Investors Service) on an issuer or instrument.",
"type": "object",
"required": ["ratingId", "rating", "ratingScale", "ratingDate", "subjectType"],
"properties": {
"ratingId": { "type": "string" },
"rating": {
"type": "string",
"description": "Moody's long-term rating symbol (e.g. Aaa, Aa1, Baa3, B1, Caa2, C).",
"enum": ["Aaa","Aa1","Aa2","Aa3","A1","A2","A3","Baa1","Baa2","Baa3","Ba1","Ba2","Ba3","B1","B2","B3","Caa1","Caa2","Caa3","Ca","C","WR","NR"]
},
"ratingScale": {
"type": "string",
"enum": ["LongTerm","ShortTerm","NationalScale","StructuredFinance"]
},
"outlook": {
"type": "string",
"enum": ["Positive","Stable","Negative","Developing","NotApplicable"]
},
"watch": {
"type": "string",
"enum": ["UpgradeReview","DowngradeReview","DirectionUncertain","None"]
},
"ratingDate": { "type": "string", "format": "date" },
"subjectType": {
"type": "string",
"enum": ["Issuer","Instrument","Tranche","Sovereign","SubSovereign","StructuredFinance"]
},
"issuerId": { "type": "string" },
"instrumentId": { "type": "string" },
"lei": { "type": "string" },
"cusip": { "type": "string" },
"isin": { "type": "string" },
"country": { "type": "string" },
"currency": { "type": "string" },
"researchUrl": { "type": "string", "format": "uri" }
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/moodys-corporation-credit-rating"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.