Pulling charts by date returns empty!
Opened this issue · 0 comments
Prvargas commented
When I try to pull a chart by date the API returns an empty chart. But when I run all defaults it populates the most recent chart with no issues. I am trying to pull all the 'rap-songs' list in 2022.
Example:
import billboard
rap_chart2 = billboard.ChartData('rap-songs', date='2022-09-17')