Statistical Agencies
Fetch any INE series by id (DATOS_SERIE passthrough)
Direct access to any INE Tempus series. Series ids follow the pattern {OP_PREFIX}{NUMERIC}, for example IPC251856 (CPI), CNTR6654 (GDP YoY), EPA452434 (unemployment rate), DPOP1 (population total). Use either nult for last-N observations or date for an explicit window (format YYYYMMDD:YYYYMMDD).
get/api/v1/ine/series/{serie_id}
Path parameters
serie_idstring required
INE series identifier (e.g. IPC251856).
INE series identifier (e.g. IPC251856).
Query parameters
nultinteger nullable
Number of most-recent observations. Ignored if date is provided.
Number of most-recent observations. Ignored if date is provided.
datestring nullable
Date range YYYYMMDD:YYYYMMDD. Example: 20240101:20241231.
Date range YYYYMMDD:YYYYMMDD. Example: 20240101:20241231.
langstring
Response language for the name field.
Response language for the name field.
Response
Observations + metadata for the requested series.
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"
]
}
}