经常微软浏览器登陆谷歌不同的邮箱 不会被同步收藏夹和历史数据吧 1 个帖子 - 1 位参与者 阅读完整话题
做量化回测的时候被 yfinance 限速搞烦了,干脆自己写了一个。 tidata ,一个 OHLC 历史数据 API ,30 年数据,部署在 Edge Cloud ,不会突然被限速。 from tidata.tifinance import Ticker aapl = Ticker("AAPL", api_key="your_key") df = aapl.history(period="1y") # 返回的 DataFrame 格式和 yfinance 一样 也可以直接调 REST API: curl -H "Authorization: Bearer your_key" \ "https://api.tradeinsight.info/trading-data/v1/ohlc?ticker=AAPL&start=2020-01-01&end=2024-12-31" Beta 期间免费。 https://beta.tradeinsight.info 你们平时用什么数据源做回测?有没有遇到过 yfinance 突然断掉的情况?
做量化回测的时候被 yfinance 限速搞烦了,干脆自己写了一个。 tidata ,一个 OHLC 历史数据 API ,30 年数据,部署在 Edge Cloud ,不会突然被限速。 from tidata.tifinance import Ticker aapl = Ticker("AAPL", api_key="your_key") df = aapl.history(period="1y") # 返回的 DataFrame 格式和 yfinance 一样 也可以直接调 REST API: curl -H "Authorization: Bearer your_key" \ "https://api.tradeinsight.info/trading-data/v1/ohlc?ticker=AAPL&start=2020-01-01&end=2024-12-31" Beta 期间免费。 https://beta.tradeinsight.info 你们平时用什么数据源做回测?有没有遇到过 yfinance 突然断掉的情况?
做量化回测的时候被 yfinance 限速搞烦了,干脆自己写了一个。 tidata ,一个 OHLC 历史数据 API ,30 年数据,部署在 Edge Cloud ,不会突然被限速。 from tidata.tifinance import Ticker aapl = Ticker("AAPL", api_key="your_key") df = aapl.history(period="1y") # 返回的 DataFrame 格式和 yfinance 一样 也可以直接调 REST API: curl -H "Authorization: Bearer your_key" \ "https://api.tradeinsight.info/trading-data/v1/ohlc?ticker=AAPL&start=2020-01-01&end=2024-12-31" Beta 期间免费。 https://beta.tradeinsight.info 你们平时用什么数据源做回测?有没有遇到过 yfinance 突然断掉的情况?
做量化回测的时候被 yfinance 限速搞烦了,干脆自己写了一个。 tidata ,一个 OHLC 历史数据 API ,30 年数据,部署在 Edge Cloud ,不会突然被限速。 from tidata.tifinance import Ticker aapl = Ticker("AAPL", api_key="your_key") df = aapl.history(period="1y") # 返回的 DataFrame 格式和 yfinance 一样 也可以直接调 REST API: curl -H "Authorization: Bearer your_key" \ "https://api.tradeinsight.info/trading-data/v1/ohlc?ticker=AAPL&start=2020-01-01&end=2024-12-31" Beta 期间免费。 https://beta.tradeinsight.info 你们平时用什么数据源做回测?有没有遇到过 yfinance 突然断掉的情况?
手搓了一个 AI 预测网站,通过球队历史数据和近期表现进行 ai 分析,网站还有各种 AI 预测专家,希望在世界杯期间能够帮助足球迷,有兴趣的可以来注册玩玩,网址: https://www.hulava.com
有没有大佬有gitee的代码数据的资源 类似于仓库基础信息、代码文件数据、提交历史数据、项目结构数据这些的 1 个帖子 - 1 位参与者 阅读完整话题