Korea BOK Monetary Policy — 한국은행 거시 API
Pricing
from $50.00 / 1,000 macro records
Korea BOK Monetary Policy — 한국은행 거시 API
Track Korea BOK monetary policy and macro data from ECOS. Clean JSON for analysts, quants and AI agents.
Korea BOK Monetary Policy — 한국은행 거시 API
Pricing
from $50.00 / 1,000 macro records
Track Korea BOK monetary policy and macro data from ECOS. Clean JSON for analysts, quants and AI agents.
REQUIRED. Your personal Bank of Korea ECOS Open API key — register free at https://ecos.bok.or.kr/api/. Per BoK ECOS terms of service the key is per-user and rate-limited to ~1,000 calls/day; for that reason this actor does NOT ship a shared key. Paste your raw alphanumeric key.
Which Korea-macro slice to pull. 'base_rate' = BoK base rate (기준금리, 722Y001). 'krw_reserves' = Korea FX reserves (731Y001). 'monetary_aggregates' = M1/M2 money stock (101Y002 / 101Y003). 'gdp' = real/nominal GDP (200Y102 / 111Y018). 'cpi' = consumer price index (901Y009). 'trade_balance' = exports/imports/balance (301Y013 / 403Y001). 'all' = every category (capped by max_records).
Optional ECOS statistic code override. If set, this single code is queried INSTEAD OF the data_type defaults — useful for advanced users who already know the ECOS stat code they want (e.g. '722Y001' for base rate, '731Y004' for KRW reserves, '901Y009' for CPI). Browse codes at https://ecos.bok.or.kr/api/#/AdvancedSearch.
ECOS frequency — D=daily, M=monthly, Q=quarterly, A=annual. Must match the stat code's available frequency (e.g. base rate is D, GDP is Q). When data_type='all' the actor selects an appropriate cycle per code; this field then acts as a hint for ambiguous codes.
Lower bound for the period (inclusive), ISO format YYYY-MM-DD. Default = 1 year before today. ECOS internally converts to YYYYMMDD / YYYYMM / YYYYQn / YYYY based on the cycle.
Upper bound for the period (inclusive), ISO format YYYY-MM-DD. Default = today.