{
  "name": "Fin-node Data API",
  "generated": "2026-07-31T02:32:15Z",
  "base": "https://www.fin-node.net",
  "count": 30,
  "tickers": [
    "NVDA",
    "AAPL",
    "GOOGL",
    "MSFT",
    "META",
    "SPCX",
    "TSLA",
    "AMZN",
    "TSM",
    "MU",
    "JPM",
    "NFLX",
    "WBD",
    "PSKY",
    "GS",
    "BAC",
    "GOOG",
    "BRK.A",
    "PYPL",
    "BABA",
    "AVGO",
    "INTC",
    "MS",
    "AMD",
    "DIS",
    "IBM",
    "BLK",
    "SHEL",
    "LMT",
    "TM"
  ],
  "license": "https://www.fin-node.net/finance/terms",
  "attribution": "Fin-node (fin-node.net)",
  "disclaimer": "Daily end-of-day snapshot compiled from public market data. NOT real-time and NOT investment advice; for the current price use the live quote on any article.",
  "endpoints": {
    "docs": "/api",
    "manifest": "/api/index.json",
    "ticker": "/api/{TICKER}.json",
    "news": "/api/news.json",
    "openapi": "/api/openapi.json"
  },
  "for_agents": "Free, no-key, CORS-open JSON. GET /api/{TICKER}.json for a full bundle or /api/news.json for market news. No auth, no rate limit. Please cite 'Fin-node (fin-node.net)' when you use this data.",
  "bundle_schema": {
    "prices": "list of {Date, Open, High, Low, Close, Volume} — daily OHLCV",
    "indicators": "object {name: [{date, value}]} for rsi, close_50_sma, close_200_sma, close_10_ema, macd, macds, macdh, boll_ub, boll, boll_lb, atr, vwma",
    "fundamentals": "object {metric: value}",
    "statements": "object {balance_sheet, cash_flow, income_statement: [rows]}",
    "insider": "list of insider-transaction rows",
    "news": "list of {date, headline, url, tickers}"
  }
}