ConsoleCatalog
Sign in
RBI DBIE logo

RBI DBIE

data.rbi.org.inFinanceno auth

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

Foreign Exchange Reserves

ASYNCWRITENo auth

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

ParametersFormJSON

Reserve component code (e.g. TR for total reserves)

Currency code for reserve values

Start of the query window (YYYY-MM-DD HH:MM:SS)

End of the query window (YYYY-MM-DD HH:MM:SS)

Sampling frequency for the time series

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -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",
      "from_date": "2025-06-06 00:00:00",
      "to_date": "2026-06-06 00:00:00",
      "frequency": "Weekly"
    }
  }'