DeepSearch Korean Stock Financials API is a paid API for AI agents from x402.deepsearch.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).
Retrieves up to 10 years of financial statements and 3 years of daily price history for any KRX-listed stock by ticker symbol
Up to 10 years of financials + 3 years of daily price history for all 2,000+ KRX stocks. Pay-per-query with USDC on Base Mainnet — no subscription.
Returns a JSON object with the ticker symbol and an array of fiscal periods, each containing revenue, net income, operating profit, and fiscal end date, denominated in Korean won (조원). Also includes up to 3 years of daily price history for KRX stocks.
GEThttps://x402.deepsearch.com/v1/context/financials/%7Bticker%7DUse this endpoint when you need deep historical financial fundamentals (up to 10 years) or daily price history for any of the 2,000+ stocks listed on the Korean Stock Exchange (KRX). It also supports major US exchange symbols (NASDAQ/NYSE). Ideal for equity research, fundamental analysis, and financial modeling of Korean companies. Prefer this over general market data APIs when Korean market coverage and long historical depth are required. Pay-per-query USDC pricing makes it cost-effective for occasional lookups without a subscription.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"ticker": "005930",
"exchange": "KRX"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"ticker": "005930",
"periods": [
{
"equity": "486.6조원",
"revenue": "133.9조원",
"currency": "KRW",
"netIncome": "47.2조원",
"grossProfit": "81.9조원",
"totalAssets": "633.3조원",
"fiscalEndDate": "2026-03-31",
"operatingProfit": "57.2조원",
"totalLiabilities": "146.7조원"
}
],
"exchange": "KRX",
"packType": "financials",
"dataSource": [
"DeepSearch V2 API"
],
"generatedAt": "2026-06-18T06:04:26.758Z"
}{
"type": "json",
"example": {
"ticker": "005930",
"periods": [
{
"revenue": "133조원",
"netIncome": "45조원",
"fiscalEndDate": "2026-03-31",
"operatingProfit": "57조원"
}
]
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"