axprism_news: Recent news for a ticker

View source: R/axprism.R

axprism_newsR Documentation

Recent news for a ticker

Description

Recent news for a ticker

Usage

axprism_news(client, ticker, limit = 25)

Arguments

client

An axprism_client.

ticker

Ticker symbol.

limit

Max items (default 25).

Value

Parsed API response as a named list.

Examples

client <- axprism_client(api_key = "demo-key")
## Not run: 
axprism_news(client, "AAPL")

## End(Not run)

axprism documentation built on July 8, 2026, 9:07 a.m.