Spawner News Sentiment

Streaming the sentiment of a ticker's live news feed.

If you haven't already, create a Spawner account.

  1. Sign uparrow-up-right to create a new account.

  2. arrow-up-rightLog in to Spawner and create your first Access Token

Tip: If you're new to Spawner, you should know we're always around and happy to help if you run into any issues. You can find us on on our Discordarrow-up-right.

News Sentiment

GET https://spawnerapi.com/news/<ticker>/<token>

Simply query this REST endpoint with your ticker and get latest news back.

Path Parameters

Name
Type
Description

ticker

string

Ticker for which you want sentiment/news.

token

string

Token for authentication to the API.

{    "name": "Cake's name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}

Last updated