文件名称:情绪敏感的股票预测:分析SEC季度收益报告的情绪,以预测未来的股价
文件大小:348KB
文件格式:ZIP
更新时间:2024-02-26 00:21:28
sentiment-analysis data-visualization stock-market stocks DatavisualizationPython
情绪库存预测 用法示例 首先,必须将quandl.ApiConfig.api_key顶部的quandl.ApiConfig.api_key设置为您的quandl API密钥。 您可以获得一把钥匙。 from sentimental import generate_earnings_day_reports # can be any stock ticker ticker = "NVDA" generate_earnings_day_reports(ticker) 现在,当您查看index.html时,您将能够查看股票行情的可视化。 去做: 与find_overview_str的当前实现相比
【文件预览】:
Sentimental-Stock-Prediction-master
----index.html(2KB)
----LICENSE(34KB)
----json-files()
--------AMZN_history.json(276KB)
--------MSFT_info.json(7KB)
--------AMD_info.json(7KB)
--------AAPL_info.json(6KB)
--------PFE_info.json(6KB)
--------PFE_history.json(316KB)
--------GOOG_history.json(28KB)
--------NVDA_history.json(245KB)
--------AMD_history.json(312KB)
--------WMT_history.json(299KB)
--------AMZN_info.json(5KB)
--------NVDA_info.json(5KB)
--------WMT_info.json(6KB)
--------GOOG_info.json(639B)
--------AAPL_history.json(321KB)
--------MSFT_history.json(320KB)
----README.md(613B)
----create_xy.js(4KB)
----.gitignore(6B)
----sentimental.py(5KB)
----stylesheet.css(1KB)