PASAR API
Free API key from the ECOS site; response structure uses statistic/item codes you look up first, and docs are mostly Korean.
View docs ↗ More Banking & finance APIs# Bank of Korea ECOS ~ economic statistics API needs an API key ~ get yours at: # https://ecos.bok.or.kr/api/ curl 'https://ecos.bok.or.kr/api' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a South Korea API into my app. API: Bank of Korea ECOS ~ economic statistics API Provider: Bank of Korea Auth: requires an API key (sign up: https://ecos.bok.or.kr/api/) Pricing: free Base URL: https://ecos.bok.or.kr/api Important note: Free API key from the ECOS site; response structure uses statistic/item codes you look up first, and docs are mostly Korean. Source: Bank of Korea (https://ecos.bok.or.kr/api/) Source type: Official portal or provider docs Endpoint type: Portal or multi-endpoint API Integration difficulty: Needs API key Last checked: 2026-07-05 Production caveat: Keep credentials server-side and confirm current limits, pricing, and webhook/error behaviour in the provider docs. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.