Query Parameters
| Name | Type | Example | Description |
|---|---|---|---|
| page | number | 1 | Page number |
| per_page | number | 40 | from 1 to 200 |
Auth
headers: { 'Authorization': 'Replace with your API token' }
Examples
fetch('https://api.gurufocus.com/data/headlines?page=1&per_page=40', { method: 'GET', headers: { 'Authorization': 'Replace with your API token' }})
Responses
Successful response. The exact payload fields depend on this endpoint.
Example Body (Field Reference)
{ "total": 87122, "data": [ { "id": 8916370, "subject": "enGene (ENGN) Receives Positive Urology Community Feedback on Detalimogene", "subtitle": "", "publish_time": "2026-06-15 08:34:13", "link": "https://www.gurufocus.com/news/8916370/engene-engn-receives-positive-urology-community-feedback-on-detalimogene", "stocks": [ "ENGN" ], "image": "" }, { "id": 8916369, "subject": "NOW Maintained by Benchmark -- Price Target Raised to $130", "subtitle": "", "publish_time": "2026-06-15 08:34:06", "link": "https://www.gurufocus.com/news/8916369/now-maintained-by-benchmark-price-target-raised-to-130", "stocks": [ "NOW" ], "image": "https://static.gurufocus.com/logos/0C00009AMS.png?20" }, { "id": 8916368, "subject": "Celanese (CE) Partners with Siegwerk for Sustainable Ink Solutions", "subtitle": "", "publish_time": "2026-06-15 08:33:48", "link": "https://www.gurufocus.com/news/8916368/celanese-ce-partners-with-siegwerk-for-sustainable-ink-solutions", "stocks": [ "CE" ], "image": "https://static.gurufocus.com/logos/0C00000786.png?20" } ]}
Introduction
The GuruFocus Headlines Dataset provides a continuously updated stream of market-facing article headlines and summaries published across the GuruFocus platform.
Delivered via API in a lightweight list format, this dataset is designed for news feeds, homepage modules, research dashboards, alert systems, and AI workflows that need timely financial headlines without retrieving full article bodies.
What’s Included
Detailed overview, but not full list, of what’s included in the dataset.
The Headlines Dataset includes:
- Recent top-level GuruFocus articles from the last 60 days
Includes market commentary, investing insights, company analysis, and editorial content published on GuruFocus. - Headline-ready metadata
Each item includes the article ID, title, subtitle, publication timestamp, and direct article link. - Paginated delivery
Supportspageandper_pageparameters for efficient browsing and integration into feeds or apps. - Clean market-wide feed
Returns primary published articles only, excluding nested replies and filtered categories not intended for the public headline stream.
Data Coverage
Global GuruFocus editorial headline feed
- Rolling window of approximately 60 days
- Default page size of 40 records
- Maximum page size of 200 records
Use Cases
Ideal for:
- Market news widgets displaying recent GuruFocus headlines
- Research dashboards surfacing fresh editorial context alongside data
- Alerting systems monitoring new published commentary
- LLM and search pipelines enriching financial datasets with timely summaries
- Content syndication workflows that need links and metadata without full article bodies
Extend Your Capabilities
Add even more value by integrating the Headlines Dataset with:
- News Dataset – Stock-specific article bodies and ticker-linked commentary
- Profile Dataset – Company identity and market context
- Ranking Dataset – GF Score, GF Value, and proprietary quality signals
These datasets work well together for building richer market intelligence and content discovery experiences.
Response Reference
| Display Name | Field Name | Type |
|---|---|---|
| ID | id | number |
| Subject | subject | string |
| Subtitle | subtitle | string |
| Publish Time | publish_time | string |
| Link | link | string |
| Image | image | string |
| Stocks | stocks | array |