Connect your LLM
to AI readable financial data

Give your AI agents access to the highest quality financial data.

Our data covers 20+ categories and goes back 10+ years.

LLMQuant Architecture

Data Flow Overview

Visualized structure of how LLMQuant processes and integratesdiverse data sources to provide intelligent insights and decision support

LLMQuant Data Flow Overview

Future Compatibility

Future updates will add more data sources and types to enhance market analysis capabilities.

A new standard

The easiest way to
get structured finance data

Our mission is to make financial data delightful for developers.
So, we have built a clean and easy-to-use API.

Documentation

Make an API request

The full list of options is here.

Response

View, copy, and share the API response.

{
  "success": true,
  "data": {
    "results": [
      {
        "title": "Major Hedge Fund Launches New Quantitative Trading Division",
        "source": "Financial Times",
        "published_date": "2024-01-20T09:30:00Z",
        "summary": "Leading hedge fund announces expansion into quantitative trading strategies with $2B initial investment.",
        "similarity": 0.87,
        "sentiment": "positive",
        "region": "global",
        "categories": ["hedge funds", "quantitative trading"]
      }
    ],
    "total_results": 1,
    "query_params": {
      "type": "news",
      "prompt": "What is quantitative trading?",
      "topK": 5,
      "similarity": 0.8,
      "region": "global",
      "time": "all"
    }
  }
}

Our API Endpoints

LLMQuant Data provides structured financial data through simple, powerful API endpoints.

Wiki API

Get comprehensive, structured information on financial terms, concepts, and companies in a wiki-style format.

/wiki/prompt={...}&topK={...}&similarity={...}

Paper API

Access research papers and academic publications on finance, economics, and quantitative analysis.

/paper/prompt={...}&topK={...}&similarity={...}&time={...}

News API

Retrieve the latest financial news and market updates with support for filtering by region and time.

/news/prompt={...}&topK={...}&similarity={...}&region={...}&time={...}

Custom Datasets

Request specialized financial datasets tailored to your specific research or analysis needs.

Coming soon