latestOpenAPI 3.0.02026-08-2010141507.9 KB

3d5897270d8a

Symbol Lookup

News by symbol

Free Starter Stock ETF Pro

Recent news headlines for a ticker symbol (stocks, ETFs, and mutual funds), aggregated from public news sources. Returns headline, publisher, publication timestamp, and a link to the original article — full article text is not included. Results are deduplicated by title and sorted newest-first.

Best-effort data: Aggregated from third-party news sources without a service-level agreement. Availability and freshness may change without notice. Use for informational purposes; not suitable for automated trading decisions.

get/api/lookup/news

Query parameters

symbolstring

Stock ticker symbol. Identify the entity by exactly one of: symbol, cik, cusip, composite_figi, or share_class_figi. At least one is required.

cikinteger

SEC Central Index Key (CIK).

cusipstring

CUSIP identifier (9 characters).

composite_figistring

Composite OpenFIGI identifier.

share_class_figistring

Share-class OpenFIGI identifier.

limitinteger

Maximum number of news items to return

Response

Aggregated news items

symbolstring

Example response

{
  "symbol": "AAPL",
  "news": [
    {
      "title": "Apple beats Q2 earnings, iPhone revenue up 8%",
      "link": "https://www.cbsnews.com/news/apple-earnings-q2",
      "source": "cbsnews.com",
      "publishedAt": "2026-04-21T15:00:00.000Z",
      "summary": "Apple reported stronger-than-expected results..."
    }
  ]
}