Table Data
table_dataFetch data points for ALL series in an INE table at once. Use nult=N for the last N periods, or date="YYYYMMDD:" for everything from that date on (trailing colon = open-ended range). Each series object carries a Data[] array of {Fecha (epoch ms), Anyo, Valor}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date filter, e.g. "20250101:" for from Jan 2025 onward. | |
| lang | No | Response language. Default EN. | |
| nult | No | Return the last N periods (e.g. 1, 12). | |
| tableId | Yes | Numeric table Id, e.g. "50902". |