DataSinking turns full-text financial reports from China, Korea and Japan — annual,
semi-annual and quarterly — into clean Markdown, ready for LLM reading and RAG.
No PDF scraping, no OCR, no table cleanup.
- Full text, not just numbers — the MD&A, risk factors and notes your RAG needs.
- Chapter-level access: pull one section instead of a 300-page report.
- FMP-style symbols: 600519.SS (Moutai), 005930.KS (Samsung), 7203.T (Toyota).
- REST API + MCP server. Free tier available.
Report
Maker
Hey Product Hunt! 👋
I built DataSinking because I kept hitting the same wall building RAG apps on Asian equities: annual reports are PDFs on cninfo/DART/EDINET, and turning them into clean Markdown — tables intact, chapters separated — is a whole pipeline, not an API call.
DataSinking gives you full-text financial reports from China, Korea & Japan as clean Markdown, over a simple REST API (or an MCP server for AI agents):
- Full text, not just numbers — the MD&A, risk factors and notes that RAG needs. - Chapter-level access (?section=MD&A) so you pull one section instead of 300 pages. - FMP-style symbols: 600519.SS (Moutai), 005930.KS (Samsung), 7203.T (Toyota). - Free key by email, no signup.
Hey Product Hunt! 👋
I built DataSinking because I kept hitting the same wall building RAG apps on Asian
equities: annual reports are PDFs on cninfo/DART/EDINET, and turning them into clean
Markdown — tables intact, chapters separated — is a whole pipeline, not an API call.
DataSinking gives you full-text financial reports from China, Korea & Japan as clean
Markdown, over a simple REST API (or an MCP server for AI agents):
- Full text, not just numbers — the MD&A, risk factors and notes that RAG needs.
- Chapter-level access (?section=MD&A) so you pull one section instead of 300 pages.
- FMP-style symbols: 600519.SS (Moutai), 005930.KS (Samsung), 7203.T (Toyota).
- Free key by email, no signup.
Try it:
curl "https://api.datasink.ing/documents?symbol=600519.SS&with_content=1&apikey=YOUR_KEY"
Happy to answer questions — and I'd love feedback on which markets/formats to add next! 🙏