You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Either using SDK or openbb-cli, it throws the same error when trying to access world news.
To Reproduce
Run the following command in openbb cli
world --provider biztoc
world --provider tiingo
if we are using the SDK, can try with this, as it throws the same errors too:
from openbb import obb
obb.news.world(provider='biztoc')
obb.news.world(provider='tiingo', source='yahoo')
Screenshots
Desktop (please complete the following information):
OS : Windows 11
Python version: 3.12.2
The text was updated successfully, but these errors were encountered:
Describe the bug
Either using SDK or openbb-cli, it throws the same error when trying to access world news.
To Reproduce
Run the following command in openbb cli
world --provider biztoc
world --provider tiingo
if we are using the SDK, can try with this, as it throws the same errors too:
from openbb import obb
obb.news.world(provider='biztoc')
obb.news.world(provider='tiingo', source='yahoo')
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: