Discover/data.rbi.org.in API
live

data.rbi.org.in APIdata.rbi.org.in

Access RBI money market operations, INR reference rates for USD/GBP/EUR/JPY, and the full index of RBI statistical data releases via a structured API.

Endpoints
5
Updated
3mo ago
Try it

No input parameters required.

api.parse.bot/scraper/c487e89c-ad0e-48b5-bb6b-ea0f6ceee999/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/c487e89c-ad0e-48b5-bb6b-ea0f6ceee999/get_latest_money_market_operations' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Fetches the most recent Money Market Operations data from RBI. Returns structured data including Overnight and Term segments, and RBI Operations.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "date": "string or null, publication date if available",
    "title": "string, title of the report",
    "sections": "array of section objects, each with a 'header' string and 'rows' array of string arrays"
  },
  "sample": {
    "data": {
      "date": null,
      "title": "Money Market Operations",
      "sections": [
        {
          "rows": [
            [
              "I. Call Money",
              "15,770.95",
              "5.24",
              "4.20-5.35"
            ],
            [
              "II. Triparty Repo",
              "5,53,550.75",
              "5.08",
              "4.95-5.14"
            ]
          ],
          "header": "A. Overnight Segment (I+II+III+IV)"
        }
      ]
    },
    "status": "success"
  }
}

About the data.rbi.org.in API

This API exposes 5 endpoints covering the Reserve Bank of India's official monetary data, including daily money market operations and INR reference exchange rates. Use get_latest_money_market_operations to retrieve the current day's Overnight and Term segment data, or query get_reference_rate to pull USD, GBP, EUR, and JPY rates against INR for any date range. A separate index endpoint catalogues all RBI statistical releases by frequency.

Money Market Operations

get_latest_money_market_operations returns the most recent RBI money market report as structured sections. Each section object includes a header string (e.g. "Overnight Segment", "Term Segment", "RBI Operations") and a rows array of string arrays holding the tabular data. To retrieve a historical report, use get_money_market_operations_by_date with a prid parameter — a press release identifier you can discover by calling list_money_market_operations_by_month with a four-digit year and a full capitalized month name (e.g. 'January'). That listing endpoint returns each report's pub_date, title, links array, and prid string.

Reference Rates

get_reference_rate accepts from_date and to_date in DD/MM/YYYY format and returns a rates array. Each element is keyed by currency pair label such as 'USD (INR / 1 USD)' or 'EUR (INR / 1 EUR)', plus a Date field identifying the trading day. The response also echoes back from_date and to_date for validation. Currency coverage includes USD, GBP, EUR, and JPY at minimum.

Data Release Index

list_data_releases returns no inputs and produces a full catalogue of all RBI statistical publications, organized by release frequency: Daily, Weekly, Fortnightly, Monthly, Bi-monthly, Quarterly, Annual, and Occasional. Each entry contains a name and a url, giving developers a map to the breadth of RBI's published data even where dedicated fetch endpoints do not yet exist.

Source and Official API

The data originates from data.rbi.org.in, the Reserve Bank of India's official data portal. The RBI does not publish a public developer API with authentication keys or versioned REST endpoints for programmatic consumption. This API provides structured access to the same data.

Common use cases
  • Tracking daily INR/USD and INR/EUR reference rates for FX risk management using get_reference_rate
  • Building a historical archive of RBI money market operations by iterating prid values from list_money_market_operations_by_month
  • Monitoring overnight and term liquidity segment activity via get_latest_money_market_operations
  • Alerting systems that flag when RBI publishes a new money market operations report each trading day
  • Calculating rolling averages of INR/JPY rates across a custom date range using the rates array fields
  • Auditing which RBI statistical releases are available at a given frequency using list_data_releases
  • Feeding INR reference rate history into backtesting models for cross-currency derivatives pricing
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does the Reserve Bank of India offer an official developer API?+
No. data.rbi.org.in is a public statistical portal but the RBI does not provide a versioned, key-authenticated REST or GraphQL API for programmatic access to its data releases.
How do I fetch a specific historical money market operations report?+
First call list_money_market_operations_by_month with the desired year and month (e.g. year='2023', month='November'). The response returns a reports array where each object includes a prid string. Pass that prid to get_money_market_operations_by_date to retrieve the full sectioned table for that day.
What currencies does get_reference_rate cover?+
The endpoint currently returns rates for USD, GBP, EUR, and JPY against INR. Each rate object is keyed by a label like 'USD (INR / 1 USD)' and includes a Date field. Other currency pairs published by the RBI are not currently exposed. You can fork this API on Parse and revise it to add additional currency pairs if the source data includes them.
Does the API expose the full content of other RBI statistical releases listed in list_data_releases?+
Not currently. The API provides dedicated fetch endpoints only for Money Market Operations and Reference Rates. list_data_releases returns names and URLs for the broader catalogue — Daily, Weekly, Monthly, Quarterly, and other frequencies — but does not fetch their content. You can fork this API on Parse and revise it to add fetch endpoints for any of those listed releases.
How far back does the money market operations history go?+
The available history depends on what prid values are discoverable through list_money_market_operations_by_month. The endpoint accepts any four-digit year and month name, but reports only exist for dates when the RBI published a press release. Calling the listing endpoint for a given month is the reliable way to confirm availability before fetching detail.
Page content last updated . Spec covers 5 endpoints from data.rbi.org.in.
Related APIs in FinanceSee all →
cmegroup.com API
Get CME Group market data including FedWatch interest-rate probabilities, futures quotes and settlements, volume/open interest history, and options expirations and near-the-money option chains.
guba.eastmoney.com API
Access Chinese stock discussion posts and comments from Eastmoney's community platform to monitor investor sentiment, search board discussions, and retrieve detailed post information and stock board metadata. Get real-time insights into what traders are discussing about specific stocks through posts, replies, and board analytics.
blur.io API
Access NFT collection data on Blur.io, including floor prices, best bids, listed tokens, and recent activity. Authenticate with an Ethereum wallet to place collection bids and retrieve portfolio holdings.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.
etoro.com API
Monitor top eToro traders by accessing their profiles, portfolio holdings, performance statistics, and trading history to inform your investment decisions. Discover trending stocks and cryptocurrencies, search for specific instruments, and view detailed market data and news to stay updated on investment opportunities.
blackrock.com API
Access comprehensive BlackRock iShares ETF data to research fund performance, holdings, fees, and sector allocations, plus search and compare specific ETFs. Monitor investment details like distributions, key characteristics, and broad market indices all in one place.
morningstar.com.au API
Access comprehensive financial data for Australian stocks, ETFs, and managed funds including key metrics, valuations, dividends, and historical prices. Search securities, review company profiles and ownership details, and stay informed with market news and upcoming dividend information.
eprocurement.gov API
Monitor India's public procurement opportunities by accessing active tenders, bids closing today, global tenders, high-value contracts, and cancelled tenders from the Central Public Procurement Portal. Search tender details, browse participating organizations, and track real-time procurement statistics to stay informed on government contracting opportunities.