data.go.kr
Korean stock index data from data.go.kr's stock market index service.
Retrieve Korean market-index quotes over plain HTTP. Returns normalized index rows for a trading date, keyed by index name or classification code, exposing the closing index level. Backed by the data.go.kr market-index open data.
Returns a Korean market index quote row for a trading date, resolvable by index name or classification code, including the index value and change fields. Backed by the Financial Services Commission securities open data on data.go.kr.
Suggested surface — propose changes in your submission if the upstream differs.
Submit a claim. Your workspace will be prepared after confirmation.
Sign in to claim
Claiming a bounty requires a GitHub sign-in.
Base trading date in YYYYMMDD format.
20240115
Market index name such as KOSPI or KOSDAQ.
KOSPI
Index classification code if the client uses a category lookup.
1
Auth required for this operation.
Resolves a named Korean market index on a specific trading date and returns its index quote row. Backed by the Financial Services Commission securities open data on data.go.kr.
Base trading date in YYYYMMDD format.
20240115
Market index name to resolve.
KOSDAQ
Auth required for this operation.
Fetches a Korean market index by classification code on a trading date when the index name is not known, returning its quote row. Backed by the Financial Services Commission securities open data on data.go.kr.
Base trading date in YYYYMMDD format.
20240115
Index classification code.
1
Auth required for this operation.