TickersFeed · News Batch

by TickersFeed

GETBase

$0.015

per call · USD Coin on Base

Bulk stock news for 2–50 US tickers in a single call — the cheapest way to monitor news across a whole portfolio or watchlist. Returns per-symbol article lists (headline, summary, source, URL, timestamp) as JSON. Priced per symbol at $0.005 (e.g. ?symbols=AAPL,NVDA,TSLA). Use for: portfolio news monitoring, watchlist alerts, multi-asset sentiment scans.

Endpoint

GET https://api.tickersfeed.net/stock/news/batch

1

Calls / 30d

1

Unique payers / 30d

Aug 25

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.tickersfeed.net/stock/news/batch", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.tickersfeed.net/stock/news/batch?symbols=AAPL%2CNVDA%2CTSLA" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "requested": 3,
  "results": {
    "AAPL": {
      "articles": [
        {
          "datetime": 1700000000,
          "headline": "Apple reports record earnings",
          "source": "Reuters"
        }
      ],
      "cache_status": "live"
    }
  },
  "returned": 3
}

Payment details

Pay to0xe82ebef57fa5af958b8ecb6843d4327d314f59e3
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of News & Content and the homepage with a featured placement.

Get featured →

More from TickersFeed & similar services