LLMs
We provide components for LLMs (Large Language Models) that let you easily access and analyze financial data, real-time market data, and even submit orders through AI.
Yes — you can use our LLM components via moomoo OpenAPI. Get started today!
LLMs Text
OpenAPI documentation follows the LLMs Text standard, providing llms.txt and a Markdown file for every document page. With LLMs Text, you can give AI a complete dictionary of moomoo OpenAPI documentation as reference context for assisted code generation — so the code it produces is more accurate.
https://open.moomoo.com/llms.txt
Every document page is also available in Markdown. Simply append .md to the URL when you visit it.
This capability is well suited for LLM crawling, RAG indexing, and tool-based page reads while preserving clear page structure.
For example:
https://open.moomoo.com/api/overview/getting-started.md
https://open.moomoo.com/api/quote/realtime/market-snapshot.mdDemo
Using in Cursor
Open Cursor, open the command palette (Command + Shift + P), search for and select Add New Custom Docs, then enter the moomoo OpenAPI LLMs Text URL in the dialog:
https://webapi.moomoo.com/llms.txtOnce added, the source appears in Cursor Settings.
In your AI chat, choose the Docs you just added from the @Add Context docs menu. From then on, the AI will use this documentation as context in your conversations.