MCPcopy Create free account

hub / github.com/binance/binance-public-data / functions

Functions23 in github.com/binance/binance-public-data

↓ 50 callersFunctionconvert_to_date_object
(d)
python/utility.py:72
↓ 24 callersFunctiondownload_file
(base_path, file_name, date_range=None, folder=None)
python/utility.py:29
↓ 24 callersFunctionget_path
(trading_type, market_data_type, time_period, symbol, interval=None)
python/utility.py:105
↓ 6 callersFunctionget_all_symbols
(type)
python/utility.py:20
↓ 6 callersFunctionget_parser
(parser_type)
python/utility.py:115
↓ 3 callersFunctionraise_arg_error
(msg)
python/utility.py:102
↓ 2 callersFunctionget_destination_dir
(file_url, folder=None)
python/utility.py:9
↓ 1 callersFunctiondownload_daily_aggTrades
(trading_type, symbols, num_symbols, dates, start_date, end_date, folder, checksum)
python/download-aggTrade.py:56
↓ 1 callersFunctiondownload_daily_indexPriceKlines
(trading_type, symbols, num_symbols, intervals, dates, start_date, end_date, folder,
python/download-futures-indexPriceKlines.py:60
↓ 1 callersFunctiondownload_daily_klines
(trading_type, symbols, num_symbols, intervals, dates, start_date, end_date, folder, checksum)
python/download-kline.py:55
↓ 1 callersFunctiondownload_daily_markPriceKlines
(trading_type, symbols, num_symbols, intervals, dates, start_date, end_date, folder,
python/download-futures-markPriceKlines.py:60
↓ 1 callersFunctiondownload_daily_premiumIndexKlines
(trading_type, symbols, num_symbols, intervals, dates, start_date, end_date, folder,
python/download-futures-premiumIndexKlines.py:60
↓ 1 callersFunctiondownload_daily_trades
(trading_type, symbols, num_symbols, dates, start_date, end_date, folder, checksum)
python/download-trade.py:55
↓ 1 callersFunctiondownload_monthly_aggTrades
(trading_type, symbols, num_symbols, years, months, start_date, end_date, folder, checksum)
python/download-aggTrade.py:20
↓ 1 callersFunctiondownload_monthly_indexPriceKlines
(trading_type, symbols, num_symbols, intervals, years, months, start_date,
python/download-futures-indexPriceKlines.py:20
↓ 1 callersFunctiondownload_monthly_klines
(trading_type, symbols, num_symbols, intervals, years, months, start_date, end_date, folder, checksum)
python/download-kline.py:18
↓ 1 callersFunctiondownload_monthly_markPriceKlines
(trading_type, symbols, num_symbols, intervals, years, months, start_date,
python/download-futures-markPriceKlines.py:20
↓ 1 callersFunctiondownload_monthly_premiumIndexKlines
(trading_type, symbols, num_symbols, intervals, years, months, start_date,
python/download-futures-premiumIndexKlines.py:20
↓ 1 callersFunctiondownload_monthly_trades
(trading_type, symbols, num_symbols, years, months, start_date, end_date, folder, checksum)
python/download-trade.py:19
↓ 1 callersFunctionget_download_url
(file_url)
python/utility.py:17
Functioncheck_directory
(arg_value)
python/utility.py:88
Functionget_start_end_date_objects
(date_range)
python/utility.py:77
Functionmatch_date_regex
(arg_value, pat=re.compile(r'\d{4}-\d{2}-\d{2}'))
python/utility.py:83