/google/finance/quotes/news
Google
/google/finance/quotes/news
Get recent news articles for a ticker in SYMBOL:EXCHANGE form
Price: 1 credit
💡 AI Hint: Get recent news articles related to a ticker identified as SYMBOL:EXCHANGE. Returns each article’s title, url, source, publish time, image, and the tickers it mentions.
⚠️ Common errors: 412: Ticker not found or no news available
POST
/google/finance/quotes/news
Authorizations
API token from the dashboard
Headers
Body
application/json
Ticker in SYMBOL:EXCHANGE form
Pattern:
^[A-Za-z0-9.\-]{1,15}:[A-Za-z0-9.\-]{1,15}$Examples:
"GOOGL:NASDAQ"
"AAPL:NASDAQ"
"TSLA:NASDAQ"
Maximum number of news articles to return
Required range:
x >= 1Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500