From a3007d7ba5da4588674e482894d3dc717895a83e Mon Sep 17 00:00:00 2001 From: na77tech-creator Date: Fri, 14 Aug 2026 20:10:46 +0900 Subject: [PATCH] Fix Korea Stock Data entry: correct repo link and remove analyst estimates claim (#542) I submitted this entry in #463 and two things in it are wrong, both mine. The link points to na77tech-creator/korea-stock-data, which has not been updated since 2026-07-19 and, by its own description, does not serve raw quotes. The project moved to na77tech-creator/aikstockdata, which is the one being maintained. More importantly the description claims 'analyst consensus estimates'. There are none. The project redistributes Korean public-sector data only (FSS DART and the FSC open-data portal) and states plainly that it has no analyst ratings, target prices, PER/PBR or investor flows. A claim it does is the wrong kind of wrong for a list people trust. The replacement describes what is actually served: settled closes with 250 trading days of per-stock history, DART filings and earnings, no signup or API key, plus an OpenAPI 3.1 spec and an MCP server. Co-authored-by: na77tech-creator --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c454a7a..775c20b 100644 --- a/README.md +++ b/README.md @@ -407,7 +407,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [PineForge](https://github.com/pineforge-4pass/pineforge-engine) - `C++` - Deterministic offline PineScript v6 → C++ backtest runtime, validated trade-for-trade against TradingView (245/246 strict, 0 engine bugs). Runs locally via Docker and is drivable by AI agents through a bundled MCP server. ## Market Data & Data Sources -- [Korea Stock Data](https://github.com/na77tech-creator/korea-stock-data) - `Data` - Free daily dataset of top KOSPI/KOSDAQ stocks by market cap: prices, fundamentals, and analyst consensus estimates in CSV/JSON, updated every trading day, LLM/AI-readable. +- [Korea Stock Data](https://github.com/na77tech-creator/aikstockdata) - `Data` - Free Korean equity data: KOSPI/KOSDAQ settled closes with 250 trading days of per-stock history, DART regulatory filings and earnings, published every trading day as JSON/CSV. No signup or API key, CORS open. OpenAPI 3.1 spec and MCP server included. - [BTC Orderbook Microstructure Research](https://github.com/whoareunot/btc-orderbook-research) - `Jupyter Notebook` - statistical analysis of Binance BTC/USDT orderbook: OBI, CVD, spread. - [OpenBB Terminal](https://github.com/OpenBB-finance/OpenBBTerminal) - `Python` - Terminal for investment research for everyone. - [Fincept Terminal](https://github.com/Fincept-Corporation/FinceptTerminal) - `Python` - Advance Data Based A.I Terminal for all Types of Financial Asset Research.