TickersFeed · Calendar Earnings

by TickersFeed

GETBase

$0.005

per call · USD Coin on Base

Upcoming US company earnings calendar — which companies report in a date window, with estimated EPS and revenue, as JSON. Default is the next 7 days; filter with ?from=YYYY-MM-DD&to=YYYY-MM-DD (window up to 30 days) or ?symbol=AAPL. Use for: earnings season monitoring, upcoming earnings this week, portfolio earnings alerts, event-driven trading calendar, pre-earnings positioning. $0.005 USDC per call.

Endpoint

GET https://api.tickersfeed.net/calendar/earnings

3

Calls / 30d

2

Unique payers / 30d

Sep 9

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/calendar/earnings", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.tickersfeed.net/calendar/earnings?from=2026-07-29&symbol=AAPL&to=2026-08-05" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "count": 2,
  "earnings": [
    {
      "date": "2026-07-31",
      "eps_estimate": 1.6,
      "hour": "amc",
      "quarter": 3,
      "revenue_estimate": 94000000000,
      "symbol": "AAPL",
      "year": 2026
    }
  ],
  "from": "2026-07-29",
  "to": "2026-08-05"
}

Payment details

Pay to0xe82ebef57fa5af958b8ecb6843d4327d314f59e3
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Market Data and the homepage with a featured placement.

Get featured →

More from TickersFeed & similar services