Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.tradingnews.press/llms.txt

Use this file to discover all available pages before exploring further.

How Pricing Works

TradingNews uses rate-limit-based pricing. Your subscription tier determines how many requests per minute you can make and whether you have access to WebSocket streaming. There are no per-request credits or overage charges.

Plans

PlanPriceRate LimitWebSocketSemantic SearchPer-Ticker Sentiment
Starter$20/mo1 req/minNoNoNo
Pro$50/mo30 req/minYesNoNo
MaxContact60 req/minYesYesYes
There is no free tier. A paid subscription is required to use the API.

Free Trial

First-time subscribers can start a 3-day free trial on Starter or Pro. A card is required at sign-up but is not charged until the trial converts. The trial flag can only be used once per user — switching plans after the trial requires a paid subscription. Max does not offer a free trial.

What’s Included

All plans include:
  • Unlimited REST API requests (within your rate limit)
  • Full access to all news data and filters
  • Urgency and time-range filtering (Starter is capped to the last 24h of articles; Pro and Max can reach back 7 days)
Pro additionally includes:
  • WebSocket firehose streaming (real-time push delivery)
  • 1 concurrent WebSocket connection
Max additionally includes:
  • Semantic search over the article archive (GET /v1/news/search)
  • Per-ticker sentiment on every REST and WebSocket response (tickers field)
  • 60 req/min rate limit

Checking Your Plan

curl -H "X-API-Key: YOUR_KEY" \
  "https://api.tradingnews.press/v1/account/usage"
{
  "tier": "pro",
  "rate_limit": 30,
  "period_end": "2026-05-07T00:00:00Z"
}

Upgrading

Manage your subscription from the billing dashboard. You can upgrade, downgrade, or cancel at any time through the Stripe customer portal.