API Group

Google Finance API endpoints

19 Google Finance API endpoints for web scraping workflows, with REST paths, authentication requirements, parameters, examples, and MCP tool metadata where supported.

GET/google/finance/analyst-articles/{quote}apiKey1 credit/request

Google Finance analyst articles

Returns normalized analyst article results for a quote.

Params: quote:path, x-api-key:header

GET/google/finance/chart/{quote}apiKey1 credit/request

Google Finance chart data

Returns normalized chart points for a quote and window.

Params: quote:path, window:query, x-api-key:header

GET/google/finance/classification/{quote}apiKey1 credit/request

Google Finance classification data

Returns normalized classification strings for a quote.

Params: quote:path, x-api-key:header

GET/google/finance/company/{quote}apiKey1 credit/request

Google Finance company data

Returns normalized company information from Google Finance.

Params: quote:path, x-api-key:header

GET/google/finance/contextapiKey1 credit/request

Google Finance context search

Returns normalized Google Finance context search results.

Params: q:query, x-api-key:header

GET/google/finance/financials/{quote}apiKey1 credit/request

Google Finance financial statements

Returns normalized annual and quarterly financial rows when Google Finance has statement data for the quote.

Params: quote:path, x-api-key:header

GET/google/finance/markets/categories/{category}/newsapiKey1 credit/request

Google Finance category news

Returns normalized news for a Google Finance category.

Params: category:path, offset:query, x-api-key:header

GET/google/finance/markets/categories/{category}/stocksapiKey1 credit/request

Google Finance category stocks

Returns normalized instruments for a Google Finance category.

Params: category:path, offset:query, x-api-key:header

GET/google/finance/markets/earningsapiKey1 credit/request

Google Finance earnings calendar

Returns normalized earnings calendar instruments.

Params: x-api-key:header

GET/google/finance/markets/featuredapiKey1 credit/request

Google Finance featured stocks

Returns normalized featured instruments.

Params: x-api-key:header

GET/google/finance/markets/headlineapiKey1 credit/request

Google Finance top headline

Returns the top Google Finance headline.

Params: x-api-key:header

GET/google/finance/markets/indicesapiKey1 credit/request

Google Finance market indices

Returns normalized market index instruments.

Params: x-api-key:header

GET/google/finance/markets/moversapiKey1 credit/request

Google Finance market movers

Returns normalized market mover instruments.

Params: categories:query, count:query, offset:query, x-api-key:header

GET/google/finance/markets/topapiKey1 credit/request

Google Finance top stocks by metric

Returns normalized top instruments for a Google Finance metric.

Params: metric:query, page:query, x-api-key:header

GET/google/finance/markets/trendingapiKey1 credit/request

Google Finance trending stocks

Returns normalized trending instruments.

Params: limit:query, x-api-key:header

GET/google/finance/news/{quote}apiKey1 credit/request

Google Finance quote news

Returns normalized news articles for a quote.

Params: quote:path, limit:query, x-api-key:header

GET/google/finance/quote/{quote}apiKey1 credit/request

Google Finance Quote API

Fetches the latest quote data for a provided stock symbol from Google Finance https://www.google.com/finance/quote/AAPL:NASDAQ?hl=en.

Params: quote:path, x-api-key:header

GET/google/finance/related/{quote}apiKey1 credit/request

Google Finance related instruments

Returns normalized related instruments for a quote.

Params: quote:path, x-api-key:header

GET/google/finance/searchapiKey1 credit/request

Google Finance Search API

Fetches normalized search results for a provided keyword from Google Finance.

Params: q:query, x-api-key:header

Back to docs