get_money_supply_data
Retrieve China's money supply data (M0, M1, M2) with monthly or yearly frequency, including year-over-year and chain-relative changes.
Instructions
Fetch money supply data (M0, M1, M2) at monthly or yearly frequency.
freq:
'month': monthly series — m0Month/m1Month/m2Month plus YOY and ChainRelative. Dates are 'YYYY-MM'.
'year': year-end balances — m0Year/m1Year/m2Year plus YearYOY. Dates are 'YYYY'.
Args: freq: 'month' for the monthly series, 'year' for year-end balances. start_date: Optional. Format matches freq: 'YYYY-MM' (month) or 'YYYY' (year). end_date: Optional, same format as start_date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| freq | Yes | ||
| start_date | No | ||
| end_date | No |