epogrebnyak / finec

Financial data and computation for Finec MGIMO students.
https://share.streamlit.io/epogrebnyak/finec/main
GNU General Public License v3.0
11 stars 4 forks source link

Не работает Board(engine="futures", market="forts", board=data.f_ticker) (was: Ещё вопрос) #12

Open mrals2018 opened 2 years ago

mrals2018 commented 2 years ago

Скажите, а ваш проект вообще не работает с фьючерсами? Я попробовал простой код сделать, для конкретного фьюча и результат нулевой.. А хотелось получить исторически котировки:

b = Board(engine="futures", market="forts", board=data.f_ticker)
print(b.securities())
print(b.history())

# ERROR: KeyError: "None of [Index(['BOARDID', 'VALUE'], dtype='object')] are in the [columns]"
# print(b.volumes())