Skip to content

trueToastedCode/candles-fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Candles fetcher

Retrieve live market candle data with a periodic callback.

Usage example

from candles_fetcher import BinanceCandlesFetcher, TimeFrame

def on_candles(candles):
    print(candles)

if __name__ == '__main__':
    cf = BinanceCandlesFetcher('btcusdt', TimeFrame.ONE_MIN, on_candles)
    cf.run_forever()

About

Retrieve live market candle data with a periodic callback.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages