Estimate everyday prices in two countries (Pint & Property Index)
estimate_micro_costsEstimates local prices for a 32-item everyday basket (rent, pint of beer, groceries, transport, gym, …) in two countries, derived as usPrice × pppIndex^elasticity — non-tradables like rent swing harder across borders than world-priced goods like petrol (Balassa-Samuelson-style model). Returns per-item prices in USD and local currency, category subtotals, and a single-person monthly budget rollup. Model estimates, not price quotes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | Yes | ISO 3166-1 alpha-2 country code to compare FROM (case-insensitive). | |
| source | No | Optional dataset override. Defaults to the consumption basket (worldbank-cons) when it covers both countries, else consensus; the response echoes the source used. | |
| target | Yes | ISO 3166-1 alpha-2 country code to compare TO (must differ from base). | |
| baseCity | No | Optional city slug for the base side (sub-national cost adjustment, e.g. 'london'). Enables intra-country city comparisons like London vs Hull. | |
| targetCity | No | Optional city slug for the target side (e.g. 'hull'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| items | No | ||
| source | No | ||
| monthlyBudget | No | ||
| categoryTotals | No |