alpacahq / marketstore

DataFrame Server for Financial Timeseries Data
Apache License 2.0
1.86k stars 226 forks source link

Certs out of date on most crypto backfillers.. #586

Open goodboy opened 2 years ago

goodboy commented 2 years ago

For eg. the binance fetcher give this on startup with the container:

Requesting BTC 2018-01-01 00:00:00 +0000 UTC - 2018-01-01 05:00:00 +0000 UTC
Response error: Get "https://www.binance.com/api/v1/klines?endTime=1514782800000&interval=1m&startTime=1514764800000&symbol=BTCUSDT": x509: certificate signed by unknown authority
Problematic symbol BTC

same thing more or less with "gdax" (aka coinbase) and others..

goodboy commented 2 years ago

exact config:

bgworkers:
  - module: binancefeeder.so
    name: BinanceFetcher
    config:
      symbols:
        - BTC
      base_timeframe: '1Min'
      base_currencies:
        - USDT
        # - BTC
      query_start: '2018-01-01 00:00'