Playground

Google Finance quote news API playground

Returns normalized news articles for a quote.

GETapiKey1 credit/requestfinance.articlesResponseDoc

Selected endpoint

GET /google/finance/news/{quote}

Returns normalized news articles for a quote.

Group
Google Finance
Authentication
apiKey
Credit cost
1 credit/request
Path parameters
1
Query parameters
1
Body parameters
0
GETapiKey1 credit/requestarticlesResponseDoc

Google Finance quote news

Returns normalized news articles for a quote.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

Path parameters

Query parameters

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "code": 200,
  "msg": "OK",
  "data": [
    {
      "title": "Apple Stock Poised for 21% Surge",
      "source": "24/7 Wall St.",
      "url": "https://247wallst.com/investing/2026/04/28/apple-stock-poised-for-21-surge/",
      "published_unix": 1777398061,
      "published_at": "2026-04-28T17:41:01Z",
      "thumbnail_url": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcSVjUAJrZYWBJA2Q7yragfnu71T..."
    }
  ]
}