Python Library
Spawner News endpoint in a simple Python library.
pip install spawner -U
Using the Library
It's as simple as this...
from spawner.nlp import news
ticker = 'aapl'
news_df = news(token, ticker)
Last updated
Was this helpful?