dr1ver1

Results 2 issues of dr1ver1

Hi, I'm want to automatically download (from Python) delivery contracts, e.g. BTCUSDT_220325 They are not in symbols.txt. How can I programmatically find out which delivery contracts are available?

Futures
backlog

yfinance version = 0.1.81 ``` import datetime as dt import yfinance as yf import pandas as pd end_date = dt.datetime.today() y_data = yf.Ticker("^FTSE") df_yf = y_data.history(period="5y", end=end_date) ``` ...no data...

yf-prices