{
  "name": "Sharemaestro SVQF API",
  "description": "Public value and quality ranking API for Sharemaestro Composite, strong value factor, and strong quality factor screens.",
  "summary": {
    "generated_at": "2026-06-08T01:30:49.407Z",
    "latest_week": "2026-06-07",
    "available_exchanges": [
      "ASX",
      "TOR",
      "GER",
      "LSE",
      "NSI",
      "NASDAQ",
      "NYSE"
    ],
    "coverage": {
      "completed_runs_latest_week": 5,
      "latest_week_rows": 3405,
      "exchange_status_url": "https://sharemaestro.com/svqf/api/exchanges/"
    }
  },
  "methodology": {
    "svf": "Strong value factor screen. Lower positive EV/EBIT ranks better.",
    "sqf": "Strong quality factor screen using EBIT/EV and EBIT/(net working capital + net PPE). Lower rank sum is better.",
    "composite": "Sharemaestro Composite combines SVF and SQF ranks. Lower composite score is better.",
    "eligibility": "Rows require positive enterprise value, positive EBIT, and positive quality return-on-capital inputs."
  },
  "endpoints": {
    "index": "https://sharemaestro.com/svqf/api/",
    "schema": "https://sharemaestro.com/svqf/api/schema/",
    "exchanges": "https://sharemaestro.com/svqf/api/exchanges/",
    "exchange": "https://sharemaestro.com/svqf/api/exchanges/%7Bsymbol%7D/",
    "screener": "https://sharemaestro.com/svqf/api/screener/",
    "sectors": "https://sharemaestro.com/svqf/api/sectors/",
    "runs": "https://sharemaestro.com/svqf/api/runs/",
    "run_detail": "https://sharemaestro.com/svqf/api/runs/%7Bid%7D/",
    "ticker_detail": "https://sharemaestro.com/svqf/api/tickers/%7Buuid%7D/"
  },
  "html_pages": {
    "hub": "https://sharemaestro.com/svqf/",
    "screener": "https://sharemaestro.com/svqf/screener/"
  },
  "query_examples": {
    "top_composite_nyse": "https://sharemaestro.com/svqf/api/screener/?exchange=NYSE&mode=composite&limit=25",
    "top_quality_factor_nasdaq": "https://sharemaestro.com/svqf/api/screener/?exchange=NASDAQ&mode=magic&limit=25",
    "top_value_factor_lse": "https://sharemaestro.com/svqf/api/screener/?exchange=LSE&mode=acq&limit=25",
    "sector_summary": "https://sharemaestro.com/svqf/api/sectors/?exchange=NYSE"
  },
  "usage": {
    "format": "JSON",
    "pagination": "Use limit and offset. Maximum limit is 250.",
    "robots": "Public read-only responses are indexable and carry X-Robots-Tag headers.",
    "disclaimer": "Educational and research use only. Not financial advice."
  }
}