{"openapi":"3.1.0","info":{"title":"Moldova Inflation & CPI API","version":"1.0.0","description":"Official consumer-price inflation for the Republic of Moldova — sourced live from the National Bureau of Statistics of Moldova via its public PxWeb statbank (tables PRE012600, PRE012200 and PRE012800). The cpi endpoint returns the latest reported month with headline year-on-year inflation and the month-on-month price change. The series endpoint returns the monthly history of year-on-year and month-on-month inflation, parameterised by the number of months. The groups endpoint breaks the latest month down across the major divisions — food goods, non-food goods and services — each with its year-on-year rate, showing where price pressure sits. The core endpoint returns Moldova's core-inflation measures, computed by excluding volatile components such as food, energy and regulated prices, each with year-on-year and month-on-month change — the gauges central banks watch for underlying trend. All figures are published directly by the statistics bureau, not modelled, and refreshed from source behind a short server-side cache with keep-warm. Ideal for macro and emerging-market dashboards, CIS and EU-candidate economics trackers, cost-of-living and monetary-policy tools, and fintech needing a clean structured inflation feed for a market the big aggregators rarely cover at monthly resolution. Live keyless upstream. 5 endpoints.","contact":{"name":"PremiumApi","url":"https://www.oanor.com/by/premiumapi"}},"servers":[{"url":"https://api.oanor.com/moldova-cpi-api","description":"oanor gateway"}],"tags":[{"name":"Inflation"},{"name":"Meta"}],"components":{"securitySchemes":{"oanorKey":{"type":"apiKey","in":"header","name":"x-oanor-key","description":"Get your key at https://www.oanor.com/developer/keys"}}},"security":[{"oanorKey":[]}],"paths":{"/v1/cpi":{"get":{"operationId":"get_v1_cpi","tags":["Inflation"],"summary":"Headline inflation (latest)","description":"","parameters":[],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"period":"2026-05","region":"Moldova","source":"National Bureau of Statistics of Moldova (statbank.statistica.md, tables PRE012600/PRE012200)","indicator":"Consumer Price Index — headline inflation (latest month)","month_name":"May","change_mom_pct":0.36,"inflation_yoy_pct":6.76},"meta":{"timestamp":"2026-06-15T20:40:26.578Z","request_id":"121d0ac4-0085-4649-bf26-db958725c0ef"},"status":"ok","message":"Moldova CPI retrieved","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/cpi/core":{"get":{"operationId":"get_v1_cpi_core","tags":["Inflation"],"summary":"Core inflation measures","description":"","parameters":[],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"count":4,"period":"2026-05","region":"Moldova","source":"NBS Moldova PRE012800","measures":[{"measure":"Total CPI excluding food and beverages, energy products, products and services with regulated prices","change_mom_pct":0.39,"inflation_yoy_pct":4.97},{"measure":"Total CPI excludin food and beverages","change_mom_pct":0.33,"inflation_yoy_pct":7.35},{"measure":"Total CPI excluding products and services with regulated prices","change_mom_pct":0.31,"inflation_yoy_pct":6.85},{"measure":"Total CPI excluding fuels","change_mom_pct":0.44,"inflation_yoy_pct":5.43}],"indicator":"Core inflation indices (latest month)","month_name":"May"},"meta":{"timestamp":"2026-06-15T20:40:26.670Z","request_id":"19d52172-9c22-4a65-8be8-544e73021d91"},"status":"ok","message":"Moldova core inflation retrieved","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/cpi/groups":{"get":{"operationId":"get_v1_cpi_groups","tags":["Inflation"],"summary":"Inflation by major group","description":"","parameters":[],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"count":4,"groups":[{"code":"0","group":"TOTAL","inflation_yoy_pct":6.76},{"code":"69","group":"SERVICES","inflation_yoy_pct":7.51},{"code":"45","group":"NON - FOOD GOODS","inflation_yoy_pct":7.21},{"code":"1","group":"FOOD GOODS","inflation_yoy_pct":5.67}],"period":"2026-05","region":"Moldova","source":"NBS Moldova PRE012600","indicator":"CPI inflation by major group (latest month, YoY)","month_name":"May"},"meta":{"timestamp":"2026-06-15T20:40:26.773Z","request_id":"597a7704-ba85-4d69-b17c-839aaf2c68b1"},"status":"ok","message":"Moldova CPI by group retrieved","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/cpi/series":{"get":{"operationId":"get_v1_cpi_series","tags":["Inflation"],"summary":"Inflation monthly series","description":"","parameters":[{"name":"months","in":"query","required":false,"description":"Number of most recent months to return","schema":{"type":"string"},"example":"36"}],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"count":36,"region":"Moldova","series":[{"period":"2023-06","month_name":"June","change_mom_pct":-0.53,"inflation_yoy_pct":13.15},{"period":"2023-07","month_name":"July","change_mom_pct":-0.76,"inflation_yoy_pct":10.76},{"period":"2023-08","month_name":"August","change_mom_pct":-0.08,"inflation_yoy_pct":9.69},{"period":"2023-09","month_name":"September","change_mom_pct":0.46,"inflation_yoy_pct":8.63},{"period":"2023-10","month_name":"October","change_mom_pct":0.46,"inflation_yoy_pct":6.34},{"period":"2023-11","month_name":"November","change_mom_pct":0.18,"inflation_yoy_pct":5.45},{"period":"2023-12","month_name":"December","change_mom_pct":-0.44,"inflation_yoy_pct":4.2},{"period":"2024-01","month_name":"January","change_mom_pct":0.79,"inflation_yoy_pct":4.55},{"period":"2024-02","month_name":"February","change_mom_pct":0.71,"inflation_yoy_pct":4.31},{"period":"2024-03","month_name":"March","change_mom_pct":0.46,"inflation_yoy_pct":3.94},{"period":"2024-04","month_name":"April","change_mom_pct":1.78,"inflation_yoy_pct":3.51},{"period":"2024-05","month_name":"May","change_mom_pct":0.22,"inflation_yoy_pct":3.28},{"period":"2024-06","month_name":"June","change_mom_pct":-0.06,"inflation_yoy_pct":3.76},{"period":"2024-07","month_name":"July","change_mom_pct":0.23,"inflation_yoy_pct":4.8},{"period":"2024-08","month_name":"August","change_mom_pct":0.21,"inflation_yoy_pct":5.1},{"period":"2024-09","month_name":"September","change_mom_pct":0.55,"inflation_yoy_pct":5.2},{"period":"2024-10","month_name":"October","change_mom_pct":0.52,"inflation_yoy_pct":5.27},{"period":"2024-11","month_name":"November","change_mom_pct":0.33,"inflation_yoy_pct":5.43},{"period":"2024-12","month_name":"December","change_mom_pct":1.01,"inflation_yoy_pct":6.97},{"period":"2025-01","month_name":"January","change_mom_pct":2.82,"inflation_yoy_pct":9.12},{"period":"2025-02","month_name":"February","change_mom_pct":0.24,"inflation_yoy_pct":8.61},{"period":"2025-03","month_name":"March","change_mom_pct":0.59,"inflation_yoy_pct":8.75},{"period":"2025-04","month_name":"April","change_mom_pct":0.85,"inflation_yoy_pct":7.76},{"period":"2025-05","month_name":"May","change_mom_pct":0.37,"inflation_yoy_pct":7.92},{"period":"2025-06","month_name":"June","change_mom_pct":0.17,"inflation_yoy_pct":8.17},{"period":"2025-07","month_name":"July","change_mom_pct":0.02,"inflation_yoy_pct":7.93},{"period":"2025-08","month_name":"August","change_mom_pct":-0.36,"inflation_yoy_pct":7.32},{"period":"2025-09","month_name":"September","change_mom_pct":0.12,"inflation_yoy_pct":6.86},{"period":"2025-10","month_name":"October","change_mom_pct":0.65,"inflation_yoy_pct":6.99},{"period":"2025-11","month_name":"November","change_mom_pct":0.33,"inflation_yoy_pct":6.99},{"period":"2025-12","month_name":"December","change_mom_pct":0.87,"inflation_yoy_pct":6.84},{"period":"2026-01","month_name":"January","change_mom_pct":0.9,"inflation_yoy_pct":4.85},{"period":"2026-02","month_name":"February","change_mom_pct":0.45,"inflation_yoy_pct":5.06},{"period":"2026-03","month_name":"March","change_mom_pct":1.31,"inflation_yoy_pct":5.81},{"period":"2026-04","month_name":"April","change_mom_pct":1.76,"inflation_yoy_pct":6.77},{"period":"2026-05","month_name":"May","change_mom_pct":0.36,"inflation_yoy_pct":6.76}],"source":"NBS Moldova PRE012600/PRE012200","indicator":"CPI inflation monthly series"},"meta":{"timestamp":"2026-06-15T20:40:26.848Z","request_id":"48995f5d-b3b5-471e-b242-671280a6b0fb"},"status":"ok","message":"Moldova CPI series retrieved","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/meta":{"get":{"operationId":"get_v1_meta","tags":["Meta"],"summary":"Spec","description":"","parameters":[],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"api":"Moldova Inflation / CPI API","region":"Republic of Moldova","source":"National Bureau of Statistics of Moldova — PxWeb statbank (statbank.statistica.md), tables PRE012600 (YoY), PRE012200 (MoM), PRE012800 (core inflation)","endpoints":["/v1/cpi","/v1/cpi/series","/v1/cpi/groups","/v1/cpi/core","/v1/meta"],"indicator":"Consumer price inflation — headline year-on-year and month-on-month, by major group, plus core-inflation measures","documentation":"https://moldova-cpi-api.oanor.dev"},"meta":{"timestamp":"2026-06-15T20:40:26.939Z","request_id":"abba8600-c2d4-45ae-bd9a-cc633e93110e"},"status":"ok","message":"Meta","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}}},"x-oanor-pricing":[{"slug":"free","name":"Free","price_cents_month":0,"monthly_call_quota":260,"rps_limit":2,"hard_limit":true},{"slug":"starter","name":"Starter","price_cents_month":1240,"monthly_call_quota":13100,"rps_limit":6,"hard_limit":true},{"slug":"pro","name":"Pro","price_cents_month":3580,"monthly_call_quota":68000,"rps_limit":13,"hard_limit":true},{"slug":"mega","name":"Mega","price_cents_month":8560,"monthly_call_quota":255000,"rps_limit":34,"hard_limit":true}],"x-oanor-marketplace-url":"https://www.oanor.com/api/moldova-cpi-api"}