Sentiment Investor
Application Home
Search…
Sentiment Investor Docs
Quick Start
Reference
Rest API
Powered By
GitBook
Rest API
Our REST endpoints are a simple lightweight way to interact with our API and data.
You can put your token in the header or in the url with key "token"
{ "Authorization": "Bearer <Your Token>" }
as query param
as header
curl --location \
--request GET \
'https://api.sentimentinvestor.com/v1/trending?token=XXX-XXX-XXX-XXX'
curl --location --request \
GET 'https://api.sentimentinvestor.com/v1/trending' \
--header 'Authorization: Bearer xxx-xxx-xxx-xxxx'
get
https://api.sentimentinvestor.com/v1
/trending
Trending
get
/historical
Historical Data
get
https://api.sentimentinvestor.com/v1/
quote
Quote Data
get
https://api.sentimentinvestor.com/v1
/bulk
Bulk Data
get
https://api.sentimentinvestor.com/v1
/raw
Raw Data
get
https://api.sentimentinvestor.com/v1
/supported
Supported Tickers
get
https://ap.sentimentinvestor.com/v1
/all-stocks
All Supported Tickers
Previous
Quick Start
Last modified
6mo ago
Copy link
Outline
get
Trending
get
Historical Data
get
Quote Data
get
Bulk Data
get
Raw Data
get
Supported Tickers
get
All Supported Tickers