ranaroussi/yfinance

Lack of Freq String for Daily Prices

Open

#1,083 opened on Oct 10, 2022

 (1 comment) (0 reactions) (0 assignees)Python (3,396 forks)batch import
Help wantedenhancementyf prices

Repository metrics

Stars
 (24,998 stars)
PR merge metrics
 (Avg merge 6d 17h) (16 merged PRs in 30d)

Description

From https://github.com/sktime/sktime/issues/3543#issuecomment-1272305001 It seems that when acquiring the daily data, the freq string is not set to 'B' or "business days", so some of the code may not work normally.

Contributor guide