---
title: "Get Credit Ratings"
method: GET
path: "/api/instrument/{instrument_id}/credit-ratings"
tags: ["instruments"]
---

# Get Credit Ratings

`GET /api/instrument/{instrument_id}/credit-ratings`

Get credit ratings for an instrument.

Returns historical credit ratings from all rating agencies or a specific provider.
Ratings are sorted by rating_date descending (most recent first).

## Path parameters

- `instrument_id` integer, required

## Query parameters

- `provider` string, nullable
- `latest` boolean

## Response `200`

Successful Response

- CreditRatingItem[]
  - `rating_provider` string, required — Rating agency name (e.g., ICRA, CRISIL)
  - `credit_rating` string, nullable — Credit rating value (e.g., AAA, BBB+)
  - `rating_outlook` string, nullable — Rating outlook (Stable, Positive, Negative, Developing)
  - `rating_date` string, date, required — Date the rating was issued
  - `credit_rationale_url` string, nullable — URL to the rating rationale document

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/inferedge/apis/india-fixed-income-data-feed.md) · [All operations](https://skmtc.net/inferedge/apis/india-fixed-income-data-feed/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/inferedge/india-fixed-income-data-feed/revisions/eea35c5e8d81/schema)
