{
  "endpoints": [
    "GET /api/health - Health check",
    "GET /api/all-tickers - Obtener todos los tickers",
    "GET /api/company/{cik}/info - Informaci\u00f3n de empresa",
    "GET /api/company/{cik}/revenues - Ingresos hist\u00f3ricos",
    "GET /api/company/{cik}/revenues/{year} - Ingresos por a\u00f1o"
  ],
  "message": "Edgar Financial API",
  "status": "running",
  "version": "1.0.0"
}
