> ## Documentation Index
> Fetch the complete documentation index at: https://docs.financialdatapi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Llm Full Api Reference

> Full machine-readable endpoint reference with parameters for LLM agents (text/plain). No API key required.



## OpenAPI

````yaml GET /llms-full.txt
openapi: 3.1.0
info:
  title: Financial Data API
  version: 0.1.0
  description: Raw-first, derived-ready financial data infrastructure API.
servers:
  - url: https://api.financialdatapi.com
    description: Production
security:
  - apiKey: []
  - bearerApiKey: []
paths:
  /llms-full.txt:
    get:
      summary: LLM full API reference
      description: >-
        Full machine-readable endpoint reference with parameters for LLM agents
        (text/plain). No API key required.
      responses:
        '200':
          description: Full agent-facing API reference
      security: []
components:
  securitySchemes:
    apiKey:
      type: apiKey
      in: header
      name: x-api-key
    bearerApiKey:
      type: http
      scheme: bearer

````