谷歌股票行情实时查询 (谷歌股票最新行情)

访客 7 0

以下内容为谷歌股票 (GOOG) 的最新实时行情信息,数据来源于 Google Finance。

项目
股票代码 GOOG
公司名称 Alphabet Inc.
最新价格
开盘价
最高价
最低价
前收盘价
涨跌幅
涨跌额
市值
市盈率
股息率

更新时间:

// 获取谷歌股票实时行情数据const getGoogleStockData = async () => {try {const response = await fetch('https://www.google.com/finance/quote/GOOG');const text = await response.text();const parser = new DOMParser();const doc =parser.parseFromString(text, 'text/html');// 获取实时价格const currentPrice = doc.querySelector('current-price').innerText;document.querySelector('current-price').innerText = currentPrice;// 获取其他数据const openPrice = doc.querySelector('open-price').innerText;const highPrice = doc.querySelector('high-price').innerText;const lowPrice = doc.querySelector('low-price').innerText;const previousClosePrice = doc.querySelector('previous-close-price').innerText;const changePercentage = doc.querySelector('change-percentage').innerText;const change = doc.querySelector('change').innerText;const marketCap = doc.querySelector('market-cap').innerText;const peRatio = doc.querySelector('pe-ratio').innerText;const dividendYield = doc.querySelector('dividend-yield').innerText;// 填充表格数据document.querySelector('open-price').innerText = openPrice;document.querySelector('high-price').innerText = highPrice;document.querySelector('low-price').innerText = lowPrice;document.querySelector('previous-close-price').innerText = previousClosePrice;document.querySelector('change-percentage').innerText= changePercentage;document.querySelector('change').innerText = change;document.querySelector('market-cap').innerText = marketCap;document.querySelector('pe-ratio').innerText = peRatio;document.querySelector('dividend-yield').innerText = dividendYield;// 显示更新时间const updateTime = new Date().toLocaleString();document.querySelector('update-time').innerText = updateTime;} catch (error) {console.error(error);alert('获取谷歌股票实时行情数据失败,请重试!');}}// 定时更新数据setInterval(getGoogleStockData, 5000);// 首次获取数据getGoogleStockData();

谷歌系股票有哪些?

1、谷歌系股票主要有:欣旺达、顺络电子、星星科技、得润电子、硕贝德、莱宝高科、汇冠股份、共达电声、胜利精密、长盈精密等。 2、2016年8月24日午后,与谷歌系有关的个股,即虚拟现实炒作起风,银江股份、华讯方舟、岭南园林、星星科技4股涨停,世纪华通、水晶光电、利达光电、全志科技等纷纷上涨,涨幅居前。 根据2016年8月24日的最新消息,谷歌将协助推广来自Hulu的项目,并资助YouTube上的网红,例如贾斯汀.艾扎里克(Justine Ezarik)制作360度视频。 谷歌还与电子游戏制作商和体育联盟展开合作,推广虚拟现实计划。 3、Google(中文名:谷歌),是一家美国的跨国科技企业,致力于互联网搜索、云计算、广告技术等领域,开发并提供大量基于互联网的产品与服务,其主要利润来自于AdWords等广告服务。

Google 新母公司 alphabet 股票代码是什么?

Goolge新母公司alphabet 股票代码是GOOGL 和GOOGAlphabet是谷歌重组后的“伞形公司”(Umbrella Company)名字,Alphabet采取控股公司结构,把旗下搜索、YouTube、其它网络子公司与研发投资部门分离开来。

Google的股票代码是多少

谷歌是在美国纳斯达克上市的,没有在中国上市,所以就不存在股票代码。

谷歌公司(Google Inc.)成立于1998年9月4日,由拉里·佩奇和谢尔盖·布林共同创建,被公认为全球最大的搜索引擎公司。 谷歌是一家位于美国的跨国科技企业,业务包括互联网搜索、云计算、广告技术等,同时开发并提供大量基于互联网的产品与服务,其主要利润来自于AdWords等广告服务。

扩展资料:

2006年4月12日,Google公司行政总裁埃里克·施密特在北京宣布该公司的全球中文名字为“谷歌”(有报道指出取义“丰收之歌”,不过亦有报道指出取义“山谷之歌”)。 同时,Google公司于2006年2月15日在台湾地区登记之分公司取名为“美商科高国际有限公司”。

此前,在一份中国国际经济贸易仲裁委员会域名争议解决中心裁决书中,公司被称为“科高公司”。 该公司亦拥有“谷歌”、“谷歌.中国”、“咕果”(但不拥有“咕果.中国”及“咕果.公司”)等中文域名。 尽管中文用户在除其英文名外更常称Google为“古狗”或“狗狗”,

其中文域名“古狗”、“古狗”、“古狗.中国”等均已被其他公司抢注。 此外,Google在北京的分公司曾使用“咕果”作为合约签订以及网络招聘的中文译名。 北京时间(UTC+8)2006年4月17日凌晨1时左右,Google 简体中文网站正式出现“谷歌”字样(其他地区依旧仅显示“Google”)。

标签: 谷歌股票行情实时查询

抱歉,评论功能暂时关闭!