提取公开的 Google Finance 行情页面、图表数据、市场新闻、公司元数据、财经板块、涨跌幅榜及市场分类页面,转换为结构化 JSON,用于研究仪表盘、监控工作流、关注列表和 AI 智能体。
Structured output
使用 Crawlora 的 Google Finance Scraper API,将支持的公开 Google Finance 页面转化为结构化 JSON,覆盖行情、图表、市场新闻、涨跌幅榜、公司和财经板块工作流。Crawlora 负责处理端点专属的提取、响应规范化、文档化错误,并为研究仪表盘、市场监控、关注列表、AI 智能体和内部分析提供开发者友好的示例。
市场工作流
Crawlora 帮助团队构建关注列表、监控公司页面、按分类跟踪市场新闻、采集公开的涨跌幅榜页面、丰富内部研究仪表盘、为 AI 智能体提供公开财经页面背景信息,并跨公开信息源比较公司元数据。
市场研究工作流Request schema
These parameters come from the active Google Finance Quote API catalog entry.
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| quote | string | Yes | Stock symbol to fetch the latest quote for (e.g., AAPL:NASDAQ, BTC-USD) | - |
Example JSON
This example is rendered from the active endpoint catalog so the page stays aligned with Docs and Playground.
{
"code": 200,
"msg": "OK",
"data": {
"title": "Apple Inc",
"key_stats": {
"tags": [
"Stock",
"NASDAQ listed security"
],
"previous_close": 236.35
},
"about": {
"about": "Apple designs and sells consumer electronics and software."
},
"news": [
{
"title": "Apple announces an update",
"source": "Reuters",
"time": "2026-04-01T10:00:00Z",
"url": "https://example.com/apple-news"
}
],
"tickers": [
{
"time": "2026-04-01T10:00:00Z",
"price": 239.5,
"volume": 131032
}
]
}
}Endpoint catalog
/google/finance/quote/{quote}Fetches the latest quote data for a provided stock symbol from Google Finance https://www.google.com/finance/quote/AAPL:NASDAQ?hl=en.
MCP tool google_finance_quote
/google/finance/chart/{quote}Returns normalized chart points for a quote and window.
MCP tool google_finance_chart
/google/finance/news/{quote}Returns normalized news articles for a quote.
MCP tool google_finance_news
/google/finance/markets/categories/{category}/newsReturns normalized news for a Google Finance category.
MCP tool google_finance_markets_category_news
/google/finance/markets/featuredReturns normalized featured instruments.
MCP tool google_finance_markets_featured
/google/finance/markets/moversReturns normalized market mover instruments.
MCP tool google_finance_markets_movers
/google/finance/financials/{quote}Returns normalized annual and quarterly financial rows when Google Finance has statement data for the quote.
MCP tool google_finance_financials
/google/finance/company/{quote}Returns normalized company information from Google Finance.
MCP tool google_finance_company
/google/finance/searchFetches normalized search results for a provided keyword from Google Finance.
MCP tool google_finance_search
/google/finance/related/{quote}Returns normalized related instruments for a quote.
MCP tool google_finance_related
/google/finance/ticker/{ticker}Fetches chart ticker data from Google Finance based on a provided ticker and window period.
MCP tool google_finance_ticker
/google/finance/markets/categories/{category}/stocksReturns normalized instruments for a Google Finance category.
MCP tool google_finance_markets_category_stocks
/google/finance/markets/indicesReturns normalized market index instruments.
MCP tool google_finance_markets_indices
/google/finance/markets/topReturns normalized top instruments for a Google Finance metric.
MCP tool google_finance_markets_top
/google/finance/markets/trendingReturns normalized trending instruments.
MCP tool google_finance_markets_trending
/google/finance/markets/earningsReturns normalized earnings calendar instruments.
MCP tool google_finance_markets_earnings
/google/finance/markets/headlineReturns the top Google Finance headline.
MCP tool google_finance_markets_headline
/google/finance/analyst-articles/{quote}Returns normalized analyst article results for a quote.
MCP tool google_finance_analyst_articles
/google/finance/classification/{quote}Returns normalized classification strings for a quote.
MCP tool google_finance_classification
/google/finance/contextReturns normalized Google Finance context search results.
MCP tool google_finance_context
Managed execution
Crawlora 将支持的公开 Google Finance 行情、图表、新闻、财经、市场分类和涨跌幅榜页面转化为规范化 JSON,配有端点专属的请求逻辑、文档、Playground 示例和结构化的错误响应。
针对 Google Finance 行情、图表、新闻、公司、财经和市场页面的端点专属请求处理
在可用时提供带文档化架构的规范化 JSON 响应
在支持范围内提供代理感知采集和重试感知执行
针对不支持或不可用的上游响应提供文档化的错误
由当前活跃目录生成的经 Playground 测试的示例
基于文档化端点成本的额度计费
Build or buy
Use this comparison to decide whether to maintain scraping infrastructure internally or call a managed endpoint.
| Requirement | Building internally | Crawlora |
|---|---|---|
| 解析器维护 | 需要随 Google Finance 页面变化维护选择器和解析逻辑。 | 使用 Crawlora API 背后维护的端点专属解析器。 |
| 图表/新闻解析 | 需要为图表数据、行情页面和新闻模块分别构建解析器。 | 调用文档化的行情、图表、新闻和市场端点。 |
| 架构规范化 | 需要将混杂的页面结构规范化为自己的模型。 | 从文档化的端点获取结构化 JSON。 |
| 重试与错误处理 | 需要自行区分空页面、上游故障和解析器漂移。 | 针对不可用的上游响应获取文档化的错误。 |
| 端点文档 | 需要编写并维护内部 API 文档。 | 使用当前活跃端点目录生成的 Docs 页面。 |
| Playground 测试 | 需要为开发者构建请求控制台。 | 上线前先在 Playground 中测试 Google Finance 端点。 |
| 用量计费 | 需要自建计量和限制系统。 | 使用基于额度的用量和套餐限制。 |
| 监控 | 需要从零搭建请求量和故障的监控体系。 | 使用 Crawlora 文档化的状态和用量工作流。 |
Crawlora 为支持的 Google Finance 页面提供结构化网络公开数据提取。Crawlora 并非 Google Finance 官方 API。Crawlora 不是经纪商、投资顾问、交易所数据供应商或实时交易数据提供方。数据可能存在延迟、不完整,或因上游页面变化而调整。请勿将 Crawlora 作为交易、投资、合规或风险决策的唯一依据。客户需自行确保其使用符合适用法律、第三方权利、平台条款及 Crawlora 条款。
Related APIs
Connect this endpoint with adjacent Crawlora search, monitoring, docs, and pricing pages.
How to scrape Google Finance
Crawlora 的 Google Finance 端点是 GET 请求,将公开的 Google Finance 页面转化为 JSON。按代码维度(格式为 SYMBOL:EXCHANGE,例如 AAPL:NASDAQ):/google/finance/quote/{quote} 获取最新行情,/google/finance/chart/{quote} 和 /google/finance/ticker/{ticker} 按时间窗口获取图表数据点,此外还有 /google/finance/company/{quote}、/google/finance/financials/{quote}、/google/finance/classification/{quote}、/google/finance/news/{quote}、/google/finance/analyst-articles/{quote} 和 /google/finance/related/{quote},覆盖行情页面的其余部分。市场维度:/google/finance/markets/indices、/google/finance/markets/movers、/google/finance/markets/trending、/google/finance/markets/featured、/google/finance/markets/top、/google/finance/markets/headline、/google/finance/markets/earnings 以及各分类的股票和新闻路由。/google/finance/search 将名称解析为一个行情 ID。
GET /google/finance/search?q=<公司或代码> 会返回 Google Finance 匹配到的证券,及其 SYMBOL:EXCHANGE 形式的 ID,这正是其余所有端点所需要的。存储这份映射;不要在每次运行时重新解析。
GET /google/finance/quote/{quote} 获取最新价格、涨跌幅和市场状态,GET /google/finance/chart/{quote}?window=<1D、5D、1M 等> 获取图表的价格数据点。行情带有与页面上相同的延迟。
GET /google/finance/company/{quote} 获取公司简介和关键统计数据,/google/finance/financials/{quote} 在 Google 有相关数据时获取年度和季度财报数据行,/google/finance/news/{quote} 和 /google/finance/analyst-articles/{quote} 获取相关报道,/google/finance/related/{quote} 获取相关证券。
GET /google/finance/markets/movers、/google/finance/markets/trending、/google/finance/markets/indices 和 /google/finance/markets/earnings 无需逐个代码调用,即可为仪表盘提供“今日概况”数据行;/google/finance/markets/categories/{category}/stocks 列出某个分类下的证券。
FAQ
面向正在评估 Crawlora 是否适用于支持的公开 Google Finance 页面的开发者的解答。
是的。Crawlora 为支持的公开 Google Finance 页面提供端点,并通过文档化的 API 路由返回结构化 JSON。
可以。Crawlora 既可以作为金融数据抓取 API,也可以作为 Google Finance 数据抓取 API 使用:你无需为行情、图表、新闻、财报和市场页面自建抓取器,只需调用返回规范化 JSON 的文档化端点。它覆盖的是用于关注列表、市场新闻监控和研究仪表盘的公开 Google Finance 数据,而不是实时交易信息流。
不是。Google 已于 2012 年停用其官方的 Google Finance API,因此目前没有一方官方的 Google Finance API——唯一留存的痕迹是 Google 表格中存在延迟的 GOOGLEFINANCE 函数,它并非可编程调用的 API。Crawlora 与 Google 没有关联;它为支持的 Google Finance 页面提供结构化网络公开数据提取端点,作为一种 JSON 形式的替代方案。
由于 Google 已停用该 API,目前没有可申请的官方 Google Finance API 密钥。使用 Crawlora 时,你只需一个 Crawlora API 密钥(以 x-api-key 请求头发送)即可调用 Google Finance 端点。
当前目录包括行情、图表、公司、新闻、财务数据、市场分类新闻和股票、市场精选、头条新闻、指数、涨跌幅榜、排名靠前、热门、盈利、相关证券、代码、分析师文章、分类、上下文和搜索端点,具体以支持范围为准。
不可以。Crawlora 不是实时交易数据提供方。数据可能存在延迟、不完整,或因上游页面变化而调整。请勿将 Crawlora 作为交易、投资、合规或风险决策的唯一依据。
不提供。Crawlora 不提供投资建议、经纪服务、交易建议或风险决策。
Crawlora 会检测不可用的上游响应并返回文档化的错误,而不是静默返回损坏的 HTML。客户应在自己的集成中处理错误、重试和上游可用性变化。
商业用途取决于你的使用场景、适用法律、第三方权利和平台条款。Crawlora 提供的是结构化网络公开数据提取工具,但数据的合法、负责任使用责任由客户自行承担。
那些是专为交易场景构建、通常收费且带有延迟服务等级协议的市场数据信息流。Crawlora 的 Google Finance API 提取的是公开的 Google Finance 页面——行情、指数、涨跌幅榜和板块新闻——非常适合不需要亚秒级延迟的仪表盘、筛选器和 AI 智能体工作流,并与 Crawlora 其他 1,916+ 个端点共用同一个额度池计费,而不是单独的金融专属合约。
先用 Crawlora 的 /google/finance/search 端点解析一家公司,再用 GET /google/finance/quote/{quote} 获取最新行情,/google/finance/chart/{quote} 获取图表数据点,以及公司、财务、新闻和相关路由获取行情页面的其余部分。代码 ID 的格式为 SYMBOL:EXCHANGE。
没有。Google 已于 2012 年 10 月 20 日关闭其 Finance API;唯一留存的痕迹是 Google 表格中的 GOOGLEFINANCE() 函数,它的延迟最多可达 20 分钟,且只能在电子表格内运行。Crawlora 的端点转而读取公开的 Google Finance 页面。
不是。它们是 Google Finance 在页面上展示的行情,存在延迟,且并非来自每一个市场。请将其用于研究、关注列表和监控,而不是用于交易执行或合规场景。
可以。/google/finance/financials/{quote} 端点在 Google 有相关数据时返回年度和季度财报数据行,/google/finance/news/{quote} 和 /google/finance/analyst-articles/{quote} 返回行情页面上展示的相关报道。
指数、涨跌幅榜、热门股票、精选及按指标排名靠前的证券、头条新闻、盈利日历,以及各分类的股票和新闻,每一项都在 /google/finance/markets 下作为独立的 GET 端点提供。
Guides
Read Crawlora guides and comparisons that use the Google Finance API.
在 Playground 中测试 Google Finance quote 端点,在 Docs 中查看当前的响应架构,并在价格页面比较基于额度的用量。