news
List articles
Our editorial articles. Never delayed, on any plan.
GET
/v1/newsList 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
AuthorizationstringheaderrequiredYour API key as a bearer token: Bearer ck_live_…. Keys are server-side credentials and are never accepted in a query string.
Query parameters
categorystringMarkets | Results | Corporate Actions | Deals | Management.
isinstringExact ISIN.
tickerstringExchange ticker.
tagstringReturn only articles carrying this tag.
cursorstringOpaque pagination cursor.
limitintegerdefault:50Required range: 1 <= x <= 200
Response200 · application/json
dataV1Article[]requirednext_cursorstringPass as ?cursor= to fetch the next page. Null when the feed is exhausted.
has_morebooleanrequired