Get Series
get_seriesFetch observations for one or more Argentine time series by id (ids come from search_series). Data is official Argentine statistics; titles are in Spanish. Pass multiple comma-separated ids to align several series on the same dates. Use collapse to resample (e.g. monthly→yearly avg) and representation_mode to transform values (e.g. percent change vs a year ago). Returns rows of [date, value, ...] plus metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | One series id, or several comma-separated, e.g. "143.3_NO_PR_2004_A_21". From search_series. | |
| limit | No | Max rows to return (default 100, API max 1000). | |
| collapse | No | Resample frequency, e.g. "year" to roll monthly data up to yearly. | |
| end_date | No | Latest date, ISO YYYY-MM-DD (optional). | |
| metadata | No | Metadata detail level (default simple). | |
| start_date | No | Earliest date, ISO YYYY-MM-DD (optional). | |
| representation_mode | No | Value transform: raw value (default), period change, or change vs a year ago. | |
| collapse_aggregation | No | How to aggregate when collapsing (default avg). |