economics_jobs
Retrieve labour and social metrics such as unemployment rate, labour productivity, population statistics, poverty rate, and income inequality for one or more countries. Supports customizable date ranges and quarterly data.
Instructions
Labour and social metrics by country (unemployment rate, labour productivity, population statistics, poverty rate, income inequality). Requires countries='United States' — use comma-separated values for multiple countries. Do NOT use tickers= for this tool. Supports start_date/end_date and quarterly=true.
Available indicators: get_income_inequality, get_labour_productivity, get_population_statistics, get_poverty_rate, get_unemployment_rate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| indicator | Yes | Name of the specific metric to calculate, e.g. 'get_asset_turnover_ratio'. Required — omitting it returns the list of available indicators. | |
| countries | No | Comma-separated country names, e.g. 'United States,Germany,Japan'. | |
| start_date | No | Start of the date range in YYYY-MM-DD format. | 2021-06-22 |
| end_date | No | End of the date range in YYYY-MM-DD format. | 2026-06-21 |
| quarterly | No | Return quarterly data instead of annual when True. | |
| growth | No | Return period-over-period growth rates instead of absolute values. | |
| lag | No | Number of periods to lag when computing growth rates. | |
| rounding | No | Number of decimal places to round results to. | |
| gmdb_source | No | Use the OECD Global Macro Data Bank as the data source when True. | |
| period | No | Observation frequency, e.g. 'monthly', 'quarterly', or 'annual'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |