Gamestonk TerminalPython 投资研究工具
Gamestonk Terminal 是一个股票和加密市场的投资研究终端,为投资研究提供了一个基于 Python 的现代集成环境,允许交易者使用最先进的数据科学和机器学习技术。
作为一个现代的基于 Python 的环境,GamestonkTerminal 开放了对数据科学(Pandas、Numpy、 Scipy、Jupyter),机器学习(Pytorch、Tensorflow、Sklearn、Flair)和数据采集(Beautiful Soup 和众多第三方 api ) 大量 Python 数据库的访问。
API Keys
该项目是围绕几个不同的 API 调用构建的,无论是访问历史数据还是财务数据。这些是需要 API keys 的地方:
- Alpha Vantage: https://www.alphavantage.co
- Binance: https://binance.us (US) / https://binance.com (Outside US)
- CoinMarketCap API: https://coinmarketcap.com/api
- Degiro API : https://www.degiro.fr
- FRED: https://fred.stlouisfed.org/docs/api/api_key.html
- Financial Modeling Prep: https://financialmodelingprep.com/developer
- Finhub API: https://finnhub.io
- News API: https://newsapi.org
- Oanda API: https://developer.oanda.com
- Polygon: https://polygon.io
- Quandl: https://www.quandl.com/tools/api
- Reddit: https://www.reddit.com/prefs/apps
- SentimentInvestor: https://sentimentinvestor.com
- Tradier: https://developer.tradier.com/getting_started
- Twitter: https://developer.twitter.com
- Coinbase Pro API: https://docs.pro.coinbase.com/
- Whale Alert API: https://docs.whale-alert.io/
- Ethplorer API: https://github.com/EverexIO/Ethplorer/wiki/Ethplorer-API
评论