duka | duka - Dukascopy historical data downloader | Runtime Evironment library

 by   giuse88 Python Version: 0.2.0 License: MIT

kandi X-RAY | duka Summary

kandi X-RAY | duka Summary

duka is a Python library typically used in Server, Runtime Evironment, Nodejs applications. duka has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can install using 'pip install duka' or download it from GitHub, PyPI.

Finding good Forex data is difficult or expensive. Dukascopy has made available an excellent web tool to download tick data for a large a variety of Forex, CFD and commodities. This is awesome and extremely useful for people, like me, trying to study the Forex market. However, it takes a lot of time to download a large data set from the website because you can download only one day per time. In order to solve this issue, I created duka. duka is a small terminal application that can be used to download ticks for a given date range from the Dukascopy historical data feed for one or more symbols. duka takes advantage of python threads and coroutine in order to speed up the download. It takes roughly 10m to download tick data for one year for a given instrument. No bad :).
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              duka has a low active ecosystem.
              It has 245 star(s) with 115 fork(s). There are 25 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 13 open issues and 15 have been closed. On average issues are closed in 42 days. There are 5 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of duka is 0.2.0

            kandi-Quality Quality

              duka has 0 bugs and 6 code smells.

            kandi-Security Security

              duka has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              duka code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              duka is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              duka releases are available to install and integrate.
              Deployable package is available in PyPI.
              Build file is available. You can build the component from source.
              Installation instructions, examples and code snippets are available.
              duka saves you 216 person hours of effort in developing the same functionality from scratch.
              It has 530 lines of code, 60 functions and 14 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed duka and discovered the below as its top functions. This is intended to give you an instant insight into duka implemented functionality, and help decide if they suit your requirements.
            • Fetch data from symbol
            • Return the average of fetch times
            • Calculate progress
            • Generator of days from start to end
            • Get logger
            • Set up the signals
            Get all kandi verified functions for this library.

            duka Key Features

            No Key Features are available at this moment for duka.

            duka Examples and Code Snippets

            No Code Snippets are available at this moment for duka.

            Community Discussions

            QUESTION

            How to prevent kivy application from becoming non responsive while performing some backend functions
            Asked 2020-Jun-14 at 11:29

            I have a kivy application, which needs to download data of the internet at some point during run time, the problem is when the function for downloading data runs the app becomes non responsive, occasionally it can take up to a couple of minutes to download the data. It does later on after downloading the required files continue to work properly, however anyone who doesn't know about this bug would easily exit the app as soon as it goes non responsive.

            Here is some sample code:

            ...

            ANSWER

            Answered 2020-Jun-14 at 11:29

            Your data download is a blocking function call, so once the app starts doing it it doesn't get around to other normal tasks (checking for input, updating the gui) until it's done.

            The simple solution is to do your download in a thread. That means the main thread, which is doing those gui tasks, is not blocked and the app will remain responsive.

            Source https://stackoverflow.com/questions/62371037

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install duka

            duka requires python 3.5 and request 2.0.1. It can be installed using pip as follows:.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • PyPI

            pip install duka

          • CLONE
          • HTTPS

            https://github.com/giuse88/duka.git

          • CLI

            gh repo clone giuse88/duka

          • sshUrl

            git@github.com:giuse88/duka.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link