Stock, Ticker, Security and Company Search database
- Very advanced AI analyzes the sentiment of the company mentioned in an article. (useful for automatic trading) - Quickly look up details about a ticker or search stock symbol for a company in various exchanges. - Check if Companies or tickers are listed in S&P 500 The security database is updated on a daily basis. List of currently supported exchanges: AMEX American Stock Exchange BATS Better…
Stock, Ticker, Security and Company Search database endpoints
| Method | Endpoint | Description |
|---|---|---|
| Sentiment | ||
| GET |
/company_sentiment /company_sentiment |
Extract securities and sentiment towards those securities from a free form text using an advanced AI |
| All | ||
| GET |
/all_search by Ticker /all_search |
Search security by ticker You can also input different exchanges, for example: ``` ticker=NASDAQ:AAPL ticker=NYSE:BA ``` |
| GET |
/all_search by Exchange and Ticker /all_search |
Search security by ticker You can also input different exchanges, for example: ``` ticker=NASDAQ:AAPL ticker=NYSE:BA ``` |
| GET |
/all_search by Security Term /all_search |
Search security by providing the first few words for the security or the company name |
| GET |
/all_search get single security by term search /all_search |
Search security by providing the first few words for the security or the company name Use optional query param `result_type=short`, which will return the top-most similar only… |
| GET |
/all_search get result by ticker or security_term /all_search |
In a single call search by ticker OR security_term |
| S&P 500 | ||
| GET |
/sp500_search by Ticker /sp500_search |
Check if security is currently listed in the S&P 500 by Ticker (or Symbol) |
| GET |
/sp500_search by Security Term /sp500_search |
Search security by providing the first few words for the security or the company name |
| GET |
/sp500_active_list /sp500_active_list |
List all the SP500 active companies |
| Price_Volume | ||
| GET |
/security_price_volume /security_price_volume |
Returns end of day Price and Volume for a security |
Stock, Ticker, Security and Company Search database pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $4.9 / month | 1 / second |
|
| ULTRA Recommended | $15.99 / month | 1 / second |
|
| MEGA | $90 / month | 2 / second |
|