news

List articles

Our editorial articles. Never delayed, on any plan.

GET/v1/news
List articles
curl -sS -G https://api.cruxal.in/v1/news \
  -H "Authorization: Bearer $CRUXAL_API_KEY" \
  --data-urlencode "category=Results" \
  --data-urlencode "isin=INE016A01026"
{
  "data": [
    {
      "slug": "dabur-q1-fy27-results",
      "headline": "Dabur Q1 FY27 Results: margin squeeze offsets volume growth",
      "excerpt": "Revenue rose 8% but gross margin fell 140bps on palm oil costs.",
      "category": "Results",
      "tags": [
        "results",
        "fmcg"
      ],
      "isin": "INE016A01026",
      "ticker": "DABUR",
      "company_name": "Dabur India Ltd",
      "author_name": "Cruxal Newsroom",
      "hero_image": "https://www.cruxal.in/api/og?slug=dabur-q1-fy27-results",
      "url": "https://www.cruxal.in/news/dabur-q1-fy27-results",
      "published_at": "2026-08-17T09:12:00+05:30"
    }
  ],
  "has_more": false
}

Authorization

Authorizationstringheaderrequired

Your API key as a bearer token: Bearer ck_live_…. Keys are server-side credentials and are never accepted in a query string.

Query parameters

categorystring

Markets | Results | Corporate Actions | Deals | Management.

isinstring

Exact ISIN.

tickerstring

Exchange ticker.

tagstring

Return only articles carrying this tag.

cursorstring

Opaque pagination cursor.

limitintegerdefault:50

Required range: 1 <= x <= 200

Response200 · application/json

dataV1Article[]required
next_cursorstring

Pass as ?cursor= to fetch the next page. Null when the feed is exhausted.

has_morebooleanrequired