Finance
RBI DBIE logo

RBI DBIE API

data.rbi.org.in

RBI DBIE portal - Indian economic and financial statistics, reports, and datasets.

Actions
9
Category
Finance
Login
Not required
Output
JSON

Call the RBI DBIE API

Submit a task, then poll the job until it settles. This example runs act_data_rbi_org_in_foreign_exchange_reserves.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_data_rbi_org_in_foreign_exchange_reserves",
    "params": {
      "fx_component": "TR",
      "currency_code": "USD"
    }
  }'

9 actions on data.rbi.org.in

Write

Write actions change state on data.rbi.org.in and run as the account you connect.

  • Foreign Exchange Reserves

    act_data_rbi_org_in_foreign_exchange_reserveswrite2 credits / call

    Returns historical foreign-exchange reserve time-series by component, currency, and date range.

    fx_component
    string
    currency_code
    string
    from_date
    string
    to_date
    string
    frequency
    string
  • Key Rates Dashboard

    act_data_rbi_org_in_key_rates_dashboardwrite2 credits / call

    Returns latest policy rates including Repo, CRR, SLR, and inflation figures.

  • Popular Reports Listing

    act_data_rbi_org_in_popular_reports_listingwrite2 credits / call

    Returns ranked popular reports with report names, document IDs, and portal metadata.

  • Quick Links Listing

    act_data_rbi_org_in_quick_links_listingwrite2 credits / call

    Returns curated quick-link entries pointing to internal and external datasets.

  • Search Filter Metadata

    act_data_rbi_org_in_search_filter_metadatawrite2 credits / call

    Returns search filter options including frequency, function, and year range.

  • Search Results

    act_data_rbi_org_in_search_resultswrite2 credits / call

    Returns search results with report titles, departments, and document links.

    search_url_token
    string · required
  • Section Reports Listing

    act_data_rbi_org_in_section_reports_listingwrite2 credits / call

    Lists reports under a statistics section with titles, frequency, and date ranges.

    statistics_section
    string · required
    departments
    string · required
    function_token
    string · required
    portal_token
    string
  • Statistics Menu Tree

    act_data_rbi_org_in_statistics_menu_treewrite2 credits / call

    Returns the statistics menu hierarchy of sections and sub-sections for browsing reports.

  • Whats New Feed

    act_data_rbi_org_in_whats_new_feedwrite2 credits / call

    Returns recent publication and data-update announcements from the portal.

RBI DBIE API questions

Is there an API for RBI DBIE?
RBI DBIE does not offer a public data API for this, but Anakin Wire provides 9 maintained endpoints for data.rbi.org.in. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape RBI DBIE data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when data.rbi.org.in changes its markup, Anakin updates the action.
Do I need a RBI DBIE account?
No. Every RBI DBIE action listed here runs anonymously — no account and no credentials required.
What does the RBI DBIE API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Finance APIs

All Finance sites