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 analyst articles API Playground

Returns normalized analyst article results 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/analyst-articles/{quote}

Google Finance analyst articles

Returns normalized analyst article results 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": "Google, Meta, Microsoft, Amazon, Apple earnings: What to expect",
      "source": "Yahoo Finance",
      "url": "https://finance.yahoo.com/video/google-meta-microsoft-amazon-apple-earnings-what...",
      "published_unix": 1777302768,
      "published_at": "2026-04-27T15:12:48Z",
      "thumbnail_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcQCfvp1KiKPZMcMBMAgl6t1Y8uR..."
    }
  ]
}

Endpoint details

Returns normalized analyst article results for a quote.

Method
GET
Path
/google/finance/analyst-articles/{quote}
Authentication
apiKey
Credit cost
1 credit/request
Platform
Google Finance
Parameters
2 documented fields

Request parameters

quote:pathx-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": "Google, Meta, Microsoft, Amazon, Apple earnings: What to expect",
      "source": "Yahoo Finance",
      "url": "https://finance.yahoo.com/video/google-meta-microsoft-amazon-apple-earnings-what...",
      "published_unix": 1777302768,
      "published_at": "2026-04-27T15:12:48Z",
      "thumbnail_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcQCfvp1KiKPZMcMBMAgl6t1Y8uR..."
    }
  ]
}

cURL example

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