v5

latestOpenAPI 3.1.0Proprietary2026-08-031,5423,1505.5 MB
Central Banks & Monetary

Full FX time series for a currency vs ARS

Date-bounded FX history for a single currency. Identical shape to /fx/{currency} but defaults to a 90-day window when no dates are provided, producing an explicit historical pull rather than just the latest snapshot.

get/api/v1/central-banks/bcra/fx/{currency}/history

Path parameters

currencystring required

Currency ISO 4217 code (e.g. USD, EUR, BRL, XAU).

Currency ISO 4217 code (e.g. USD, EUR, BRL, XAU).

Query parameters

start_datestring nullable

Inclusive start date (YYYY-MM-DD).

Inclusive start date (YYYY-MM-DD).

end_datestring nullable

Inclusive end date (YYYY-MM-DD).

Inclusive end date (YYYY-MM-DD).

limitinteger nullable

Maximum rows to return.

Maximum rows to return.

Response

Observation rows for the requested currency and date window.

Example response

{
  "meta": {
    "endpoint": "/api/v1/fred/us/cpi",
    "data_time": "2026-04-16T14:30:00Z",
    "response_time": "2026-04-16T14:30:12Z",
    "provider": "Sugra API v1.0.1",
    "source": "sugra_crypto",
    "attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
    "fallback_chain": [
      "sugra_crypto",
      "sugra_finance"
    ]
  }
}