{
  "site": "Ticker Scout",
  "base_url": "https://tickerscout.ai",
  "description": "Free machine-readable fundamental data on US public companies, built from SEC filings. See https://tickerscout.ai/llms.txt for how to use this site.",
  "updated": "2026-07-22",
  "url_pattern": {
    "manifest": "https://tickerscout.ai/{ticker}/index.json",
    "financials": "https://tickerscout.ai/{ticker}/financials.json",
    "narrative": "https://tickerscout.ai/{ticker}/narrative.md",
    "events": "https://tickerscout.ai/{ticker}/events.md",
    "details": "https://tickerscout.ai/{ticker}/details.json",
    "note": "{ticker} is lowercase. Filenames are stable; content is replaced in place each quarter after the company files its 10-K or 10-Q."
  },
  "ticker_count": 3,
  "tickers": [
    {
      "ticker": "AAPL",
      "company": "Apple Inc.",
      "cik": "0000320193",
      "exchange": "Nasdaq",
      "path": "/aapl/",
      "latest_period": "FY26Q2",
      "period_end": "2026-03-28",
      "latest_form": "10-Q",
      "next_expected_filing": {
        "date": "2026-07-29",
        "type": "10-Q"
      }
    },
    {
      "ticker": "MSFT",
      "company": "Microsoft Corporation",
      "cik": "0000789019",
      "exchange": "Nasdaq",
      "path": "/msft/",
      "latest_period": "FY26Q3",
      "period_end": "2026-03-31",
      "latest_form": "10-Q",
      "next_expected_filing": {
        "date": "2026-07-30",
        "type": "10-K"
      }
    },
    {
      "ticker": "NVDA",
      "company": "NVIDIA Corporation",
      "cik": "0001045810",
      "exchange": "Nasdaq",
      "path": "/nvda/",
      "latest_period": "FY27Q1",
      "period_end": "2026-04-26",
      "latest_form": "10-Q",
      "next_expected_filing": {
        "date": "2026-08-26",
        "type": "10-Q"
      }
    }
  ]
}
