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 market movers API Playground

Returns normalized market mover instruments.

GETapiKey1 credit/requestfinance.marketMoversResponseDocGoogle Finance

Endpoint

Choose one catalog endpoint for this request.

19 shown
GETapiKey1 credit/requestfinance.marketMoversResponseDocGoogle Finance
GET /google/finance/markets/movers

Google Finance market movers

Returns normalized market mover instruments.

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

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": {
    "count": 20,
    "items": [
      {
        "ticker": "AAPL",
        "exchange": "NASDAQ",
        "name": "Apple Inc"
      }
    ]
  }
}

Endpoint details

Returns normalized market mover instruments.

Method
GET
Path
/google/finance/markets/movers
Authentication
apiKey
Credit cost
1 credit/request
Platform
Google Finance
Parameters
4 documented fields

Request parameters

categories:querycount:queryoffset:queryx-api-key:header

Response schema fields

codedatadata.categoriesdata.countdata.itemsdata.items[].after_hoursdata.items[].after_hours.changedata.items[].after_hours.change_percentdata.items[].after_hours.pricedata.items[].changedata.items[].change_percentdata.items[].country

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "count": 20,
    "items": [
      {
        "ticker": "AAPL",
        "exchange": "NASDAQ",
        "name": "Apple Inc"
      }
    ]
  }
}

cURL example

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