Public Playground

Preview the endpoint before sending a live request

Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.

Playground

Google Finance quote news API Playground

Returns normalized news articles for a quote.

GETapiKey1 credit/requestfinance.articlesResponseDocGoogle Finance

Endpoint

Choose one catalog endpoint for this request.

19 shown
GETapiKey1 credit/requestfinance.articlesResponseDocGoogle Finance
GET /google/finance/news/{quote}

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
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Path parameters

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

{
  "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..."
    }
  ]
}

Endpoint details

Returns normalized news articles for a quote.

Method
GET
Path
/google/finance/news/{quote}
Authentication
apiKey
Credit cost
1 credit/request
Platform
Google Finance
Parameters
3 documented fields

Request parameters

quote:pathlimit:queryx-api-key:header

Response schema fields

codedatadata[].published_atdata[].published_unixdata[].relateddata[].related[].after_hoursdata[].related[].after_hours.changedata[].related[].after_hours.change_percentdata[].related[].after_hours.pricedata[].related[].changedata[].related[].change_percentdata[].related[].country

Sample response summary

{
  "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..."
    }
  ]
}

cURL example

curl "https://api.crawlora.net/api/v1/google/finance/news/<quote>" \
  -H "x-api-key: <api-key>"