Institutional-grade quant knowledge infrastructure for AI
For decades, quant research was locked in PDFs and wikis built for human use. We built the first platform designed for AI agents.
50,000+wiki articles indexed
1,200+research papers
<200mssearch latency
99.9%uptime and availability
Search across thousands of wiki articles
Query real-time quant knowledge, strategies, and models across thousands of articles to power your AI agents.
Search wiki articles...
Search research papers...
Analyze deep research and historical papers
Give your agents access to curated research papers to power analytical workflows and derive actionable insights.
import requests
response = requests.post(
"https://data.llmquant.com/api/wiki/search",
headers={"Authorization": "Bearer lqd_wiki_xxxx_..."},
json={"query": "statistical arbitrage", "topK": 5},
)
for item in response.json()["data"]:
print(item["title"], item["combined_score"])Clean and effortless APIs
Build your first request in seconds. Leave the data wrangling to us.
Frequently asked questions
Ready to build with quant knowledge?
Get started with free credits and explore our semantic search API. No credit card required.
Start free