bittrade.data package

Submodules

bittrade.data.google_client module

Module to retrieves Google Finance data.

This module contains various price for stocks and crypto.

bittrade.data.google_client.get_close_price(target, period='1Y')[source]

Get the close price, for every target ticker.

Parameters:
  • target (EMPTY) – EMPTY
  • period (str) – EMPTY
Returns:

EMPTY – EMPTY

bittrade.data.google_client.get_close_price_table(targetList, interpolation=True, period='1Y')[source]

EMPTY

bittrade.data.google_client.get_price_data(query)[source]

Use Google Finance to get data.

Parameters:query (str) – EMPTY
Returns:pandas.DataFrame – EMPTY

Module contents