Argentina Time Series
Argentina Time Series API Access official Argentine economic and financial time series data from the government's open data platform. ## Key Features - **Predefined Indicators**: Quick access to the most important economic metrics - **Custom Series Lookup**: Query any of 10,000+ available series by ID - **Search**: Find series by keyword in Spanish or English - **Historical Data**: Access data…
Argentina Time Series endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
root__get / |
Health check endpoint. |
| GET |
health_check_health_get /health |
Health check for monitoring. |
| GET |
get_indicator_api_v1_indicators__indicator_name__get /api/v1/indicators/{indicator_name} |
Fetch time series data for a predefined economic indicator. |
| GET |
search_series_api_v1_search_get /api/v1/search |
Search for time series by keyword in Spanish or English. |
| GET |
get_series_api_v1_series__series_id__get /api/v1/series/{series_id} |
Fetch time series data by its unique identifier. |
| GET |
list_indicators_api_v1_indicators_get /api/v1/indicators |
Get a list of all predefined economic indicators with their metadata. |
| GET |
terms_of_use_terms_get /terms |
Terms of Use for RapidAPI listing. |