Building an AI agent? Start with /llms.txt for the full site index.
Guide
Let an agent use TW Market Data without hallucinating — read the index, trust empty results, know the gaps.
Point the agent at /llms.txt — the machine-readable index of datasets, rules and OpenAPI links. Fetch it once, then work only from the dataset ids it lists.
curl "https://twmarketdata.com/llms.txt"Every data call carries X-API-Key. The envelope is { rows / items, count }; read count before touching the rows.
When a range has no data, the API returns an honest empty result — not an error, not a guess. This is a real response:
{ "dataset": "institutional_flow", "rows": [], "count": 0}Some data is deliberately not offered (copyright, no source). A /meta/boundaries endpoint that declares these permanent gaps is in preview and not live yet — until it ships, treat the not_available list in /llms.txt as the source of truth for what is intentionally absent.
TW Market Data provides data only — not investment advice, not stock recommendations, not trading signals. An agent built on it must not present its output as any of those.
English is a semantic rewrite, not a machine translation.