Spawner News Sentiment

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

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

  1. Sign up to create a new account.

  2. Log 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 Discord.

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

Was this helpful?