Giter VIP home page Giter VIP logo

Comments (3)

Micro-sheep avatar Micro-sheep commented on August 28, 2024

你在测试的时候,是把含有300个股票代码的列表传进获取历史k线数据的函数吗?

from efinance.

Micro-sheep avatar Micro-sheep commented on August 28, 2024

%%time

data=ef.stock.get_quote_history(hs300,beg='20210729',)

CPU times: user 12.9 s, sys: 1.3 s, total: 14.2 s

Wall time: 1min 25s

%%time

all_stock=ef.stock.get_realtime_quotes()

CPU times: user 198 ms, sys: 1.96 ms, total: 200 ms

Wall time: 816 ms

获取300指股票 一天的日线数据 需要1分25秒

获取全市场 实时数据 816ms

获取多票k线数据是否有提速的可能?

你试试这个,设置最大线程数,具体速度跟电脑性能以及网速关系比较大。image

from efinance.

vensentzhou avatar vensentzhou commented on August 28, 2024

我之前的测试是在dokcer 虚拟机上做的。我再试试

from efinance.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.