get_index_calculator
Calculate inflation-adjusted values using Israeli price indices. Input index code, amount, and dates to determine adjusted value based on CBS economic data.
Instructions
Calculate price linkage using Israel Statistics API index calculator
Input Schema
Name | Required | Description | Default |
---|---|---|---|
currency | No | Currency type. Options: new_sheqel=current Israeli Shekel (default, most common) | old_sheqel=pre-1980s Israeli Shekel | lira=historical Israeli Lira. | |
explanation | No | Additional explanation or context for the request | |
fromDate | Yes | Starting date for the linkage calculation in mm-dd-yyyy format (e.g., '01-01-2020'). This is when your original amount was valued. | |
indexCode | Yes | The numeric index code to use for price linkage calculation. Get this from getIndexData or getSubjectCodes first. | |
lang | No | Language for response. Options: he=Hebrew (default) | en=English. Use 'en' for English responses. | |
page | No | Page number for pagination. Start with 1 for first page. Use with pagesize to navigate large result sets. | |
pagesize | No | Number of results per page (maximum 1000). Controls how many items to return. Use with page for pagination. | |
toDate | Yes | Target date for the linkage calculation in mm-dd-yyyy format (e.g., '01-01-2024'). This shows what the amount is worth at this later date. | |
value | Yes | The original amount in the currency you want to link/adjust for inflation. For example, 100 for 100 shekels. |