PASAR API
Request host migrated to oapi.koreaexim.go.kr in 2025; a free auth key comes from simple verification.
View docs ↗ More Banking & finance APIs# Korea Eximbank ~ daily FX exchange rates needs an API key ~ get yours at: # https://www.koreaexim.go.kr/ir/HPHKIR020M01?apino=2&viewtype=C curl 'https://oapi.koreaexim.go.kr/site/program/financial/exchangeJSON' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a South Korea API into my app. API: Korea Eximbank ~ daily FX exchange rates Provider: Export-Import Bank of Korea Auth: requires an API key (sign up: https://www.koreaexim.go.kr/ir/HPHKIR020M01?apino=2&viewtype=C) Pricing: free Base URL: https://oapi.koreaexim.go.kr/site/program/financial/exchangeJSON Important note: Request host migrated to oapi.koreaexim.go.kr in 2025; a free auth key comes from simple verification. Source: Export-Import Bank of Korea (https://www.koreaexim.go.kr/ir/HPHKIR020M01?apino=2&viewtype=C) Source type: Official open-data catalogue Endpoint type: Open-data catalogue JSON 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.