Socket
Socket
Sign inDemoInstall

yfrake

Package Overview
Dependencies
6
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    yfrake

A fast and flexible stock market, forex and cryptocurrencies data provider.


Maintainers
1

Readme

YFrake

Supported Python versions Latest version released CodeFactor code quality Scrutinizer build inspection Code coverage
Installs per month Issues on Github License on GitHub Stars on GitHub Say thanks on Twitter

Description

YFrake is a fast and flexible stock market, forex and cryptocurrencies data scraper and server [note1]. It enables developers to build powerful apps without having to worry about the details of session management or maximizing throughput [note2].

YFrake has caching built in to speed up requests even more and to reduce load on the source servers. The cache and other YFrake options are fully customizable through the configuration file.

YFrake can be used as a client to directly return market data to the current program or as a programmatically controllable server to provide market data to other applications.

In addition, all network requests by the client in both sync and async modes are non-blocking, which means that your program can continue executing your code while network requests are in progress.

The best part about YFrake is its built-in swagger API documentation which you can use to perform test queries and examine the returned responses straight in your web browser.

YFrake is built upon the widely used aiohttp package and its plugins.

Documentation

The tutorials and the reference manual is available at:   yfrake.readthedocs.io

Contributing

Your suggestions on how to improve the library or the docs are welcome!
Please open an issue with the appropriate label to share your ideas or report bugs.


[note1]: Stock market data is sourced from Yahoo Finance.
[note2]: The limits of YFrake are configurable and depend on the capabilities of your system.

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc