Not resold. Not scraped. Parsed directly from DART XBRL โ the same regulatory filings Korean companies are legally required to submit.
Most Korean stock APIs resell FnGuide or KisValue. SEFCON parses DART XBRL directly โ the same regulatory filings Korean companies are legally required to submit. No intermediary, no markup, no missing quarters.
All endpoints return clean JSON. Authentication via API key header or query param.
# Get Samsung Electronics 10-year financials import requests resp = requests.get( "https://api.sefcon.kr/api/v1/financials", params={"ticker": "005930"}, headers={"X-Api-Key": "YOUR_API_KEY"} ) data = resp.json() # โ {"ticker":"005930","name":"Samsung Electronics", # "source":"DART XBRL","accuracy":"95%+", # "financials":[{"year":2025,"revenue_bn_krw":3336059, # "opm_pct":13.07,"roe_pct":10.85,"fcf":806841,...}]}
No credit card required to get started. Email us for a free API key.
๐ก Save 20% with annual billing โ 2 months free.
* Financial history depth varies by company listing date.