Sentiment Investor
Application Home
Search…
Sentiment Investor Docs
Quick Start
Reference
Rest API
Powered By
GitBook
Quick Start
Log in or sign up. On your dashboard you will see your api key.
Get your API keys
You can put your api key in the header as a Bearer token or in the query parameter with key "token" i.e.
https://api.sentimentinvestor.com/v1/parsed?symbol=AAPL&token=<your token
You can find your api key once you sign up and validate your email address
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
You can generate an API key from your Dashboard at any time.
curl
curl --location --request GET 'https://api.sentimentinvestor.com/v1/parsed?symbol=AAPL' --header 'Authorization: Bearer <Your Token>'
Make your first request
To make your first request, send an authenticated request to the pets endpoint. This will get the parsed data for ticker AAPL (Apple)
1
https://api.sentimentinvestor.com/v1/parsed?symbol=AAPL
Copied!
get
https://api.sentimentinvestor.com/v1
/parsed
Get Parsed Data
Previous
Sentiment Investor Docs
Next - Reference
Rest API
Last modified
4mo ago
Copy link
Contents
Get your API keys
Make your first request
get
Get Parsed Data