https://github.com/cryptorzz/cryptorzz
https://github.com/cryptorzz/cryptorzz
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cryptorzz/cryptorzz
- Owner: CryptoRzz
- Created: 2025-03-19T13:31:54.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-19T13:44:57.000Z (2 months ago)
- Last Synced: 2025-03-19T14:36:15.627Z (2 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StockTV 股票市场API
StockTV 提供全面的实时和历史股市数据 API,涵盖全球股票、外汇、期货及市场新闻数据,助力投资者精准把握市场动态。
## 主要功能
- **实时和历史股市数据 API**
获取全球股票市场的实时行情、历史数据及深度分析,支持多语言查询,毫秒级低延迟响应。- **外汇、期货数据源**
覆盖东南亚、欧美等全球主要外汇市场,支持玉米、铜、天然气、原油、白银、黄金等多样化期货品种。- **市场新闻 API**
实时推送全球金融市场新闻,帮助用户及时了解市场动态。- **全球覆盖**
数据覆盖全球200+国家,日均处理亿级数据,7x24小时稳定服务。## 快速开始
- **官网**:[https://stocktv.top/](https://stocktv.top/)
- **API 文档**:[postman api文档](https://documenter.getpostman.com/view/10940044/2sAYHxnPns)
- **对接 Demo**:[https://github.com/CryptoRzz](https://github.com/CryptoRzz)
- **配套交易所**:[https://github.com/CryptoRzz/stock-exchange](https://github.com/CryptoRzz/stock-exchange)
- **TG 联系方式**:[telegram](https://t.me/CryptoRzz)## 优势
- **高性能**:毫秒级低延迟,日均处理亿级数据。
- **全球覆盖**:支持200+国家,多语言实时查询。
- **稳定服务**:7x24小时不间断服务,确保数据可靠性。
- **性价比卓越**:成本优化,免费技术支持,全程辅助对接。## 示例代码
```python
import requests# 获取实时股票数据
url = "https://api.stocktv.top/stock/stocks?countryId=14&pageSize=10&page=1&key=联系我们获取key"
response = requests.get(url)
print(response.json())
```
![]()