InsightSentry
The InsightSentry Data API provides real-time, comprehensive market data across a wide spectrum of asset classes, including US stocks, global markets, futures, FX, and cryptocurrencies, all accessible through a unified interface. The API's 'series' data structure makes chart creation remarkably simple. By directly sourcing data from trusted, authoritative providers, we guarantee the faster and…
InsightSentry endpoints
| Method | Endpoint | Description |
|---|---|---|
| General | ||
| GET |
Search /v3/symbols/search |
Can search symbols. |
| GET |
Time Series (OHLCV) /v3/symbols/{symbol_code}/series |
### Latest Series This endpoint retrieves the latest time series for a given symbol code. #### Series Response The response will include the following fields: - `bar_end`: The… |
| GET |
Historical Time Series (OHLCV) /v3/symbols/{symbol_code}/history |
### Historical Time Series This endpoint retrieves the historical time series for a given symbol code. #### Series Response The response will include the following fields: -… |
| GET |
Quotes (L1) /v3/symbols/quotes |
Returns Quote Data for up to 10 symbols |
| GET |
Basic Info /v3/symbols/{symbol_code}/info |
### Symbol Information This endpoint retrieves basic information about a symbol. |
| GET |
Session /v3/symbols/{symbol_code}/session |
### Session Information This endpoint retrieves session details for a specific code, such as "NASDAQ:AAPL". |
| Fundamentals | ||
| GET |
Fundamentals Metadata /v3/symbols/fundamentals |
Retrieve the fundamentals schema and metadata. This endpoint returns the layout and definitions only — it does not include actual data, which are provided by… |
| GET |
Fundamentals /v3/symbols/{symbol}/fundamentals |
Retrieve comprehensive fundamental data including company info, valuation ratios, profitability metrics, balance sheet, cash flow, income statement, and more. |
| GET |
Fundamental Time Series /v3/symbols/{symbol}/fundamentals/series |
Retrieve historical data for specific fundamental indicators. Maximum 5 IDs allowed per request. Available IDs can be found in the 'series' field of /v3/symbols/fundamentals… |
| Options | ||
| GET |
Option Chain - Strike /v3/options/strike |
Returns Option Chain by Strike Price |
| GET |
Option Available List /v3/options/list |
Only supports US Stocks that are provided by OPRA (Options Price Reporting Authority). The option code can be used for historical data |
| Documents | ||
| GET |
List Documents /v3/documents |
List Available Documents such as SEC filing, transcripts, etc |
| GET |
Get Document /v3/documents/{id} |
Get specified document. Check for content-type headers and parse accordingly. It's either application/json or application/pdf |
| Calendar | ||
| GET |
IPO Calendar /v3/calendar/ipos |
Returns Ipo calendar |
| Websocket | ||
| GET |
Get Websocket API Key /v2/websocket-key |
### Websocket Key This endpoint allows you to retrieve a key for the WebSocket API. This key is used to connect to the websocket server, enabling you to access the same real-time… |
| _ | ||
| GET |
Search Symbols /v2/symbols/search |
### Search This endpoint retrieves stock information based on the provided query. #### Response The response will contain an array of objects with the following fields: - `name`… |
| GET |
Symbol Financial /v2/symbols/{symbol_code}/financials |
This endpoint returns a comprehensive fundamental data (Company Info, Valuation, Profitability, Cash Flow, Dividends, Income Statement, Earnings, Balance Sheets) including TTM,… |
| GET |
OHLCV Time Series /v2/symbols/{symbol_code}/series |
### Latest Series This endpoint retrieves the latest series or quote data for a given symbol code. #### Series Response The response will include the following fields: -… |
| GET |
Deep History /v2/symbols/{symbol_code}/history/deep |
### Historical Series This endpoint retrieves the latest series or quote data for a given symbol code. #### Series Response The response will include the following fields: -… |
| GET |
L1 Quotes /v2/symbols/quotes |
Returns Quote Data for up to 10 symbols |
| GET |
Session Information /v2/symbols/{symbol_code}/session |
### Session Information This endpoint retrieves session details for a specific code, such as "NASDAQ:AAPL". |
| GET |
Option List /v2/options/list |
Only supports US Stocks that are provided by OPRA (Options Price Reporting Authority). The option code can be used for historical data |
| GET |
Option OHLCV - Recent History /v2/options/history |
This endpoint returns historical price data of an option. Only supports US Options that are supported by OPRA (Options Price Reporting Authority). The option code can be found in… |
| GET |
Option Chain - Strike Price /v2/options/strike |
Returns Option Chain by Strike Price |
| GET |
Option Chain - Expiration Date /v2/options/expiration |
Returns Option Chain by expiration date |
| GET |
Recent 24hours News Feed /v2/newsfeed |
Returns the Recent News Feed |
| GET |
Recent 100 News Feed /v2/newsfeed/latest |
Returns the Recent 100 News Feed |
| Other endpoints | ||
| GET |
Historical Series (OHLCV) /v1/history |
Retrieve the historical data including the latest. Intraday is also supported if bar_type is 'second', 'minute', or 'hour'. Can retrieve up to 20k data point for intra day and… |
| GET |
/v2/websocket-key /v2/websocket-key |
Retrieve WebSocket Key, which expires every 7 days. This is only for RapidAPI users |
| GET |
Latest Series (OHLCV) /v1/realtime/latest |
Realtime or Latest (if market is closed) Series Data |
| GET |
Search symbols (old) /v1/search |
Search for symbols based on name, exchange, description |
| GET |
Details /v1/financials/details |
This endpoint retrieves a comprehensive fundamental data (Company Info, Valuation, Profitability, Cash Flow, Dividends, Income Statement, Earnings, Balance Sheets) including TTM,… |
| GET |
/v3/symbols/{symbol}/info /v3/symbols/{symbol}/info |
Retrieve detailed information about a symbol including type, currency, market data, earnings dates, and option information |
| POST |
/v3/screeners/etf /v3/screeners/etf |
Retrieve ETF data based on specified filter criteria |
| GET |
Server Status /public/status |
Check for Server's Status and also return the current server's location |
| GET |
This week's Economic Events /v1/events/current-events |
Retrieve This week's Economic Events. |
| GET |
/v3/calendar/events /v3/calendar/events |
Retrieve economic events calendar data for a specified time range |
| GET |
/v3/symbols/search /v3/symbols/search |
Search for financial instruments. This v3 endpoint differs from /v2/symbols/search. Use /v3 for paginated search results. |
| GET |
/v3/newsfeed /v3/newsfeed |
Retrieve latest financial news with optional keyword filtering |
| GET |
/v3/symbols/{symbol}/fundamentals/series /v3/symbols/{symbol}/fundamentals/series |
Retrieve historical data for specific fundamental indicators. Maximum 5 IDs allowed per request. Available IDs can be found in the 'series' field of /v3/symbols/fundamentals… |
| GET |
/v3/symbols/{symbol}/history /v3/symbols/{symbol}/history |
Retrieve historical data for specific time periods with deep archive access |
| GET |
Get Websocket Key /v1/websocket_key |
Get Websocket key to access Realtime API (Websocket API) directly to our Websocket api server. The Websocket access key will expire after 7 days. Please remember to refresh it… |
| GET |
/v3/options/expiration /v3/options/expiration |
Retrieve option chain data for a specific expiration date |
| GET |
This week's Earning Events /v1/events/current-earnings |
Retrieve This week's Earning Events. |
| GET |
/v3/symbols/{symbol}/series /v3/symbols/{symbol}/series |
Retrieve recent historical OHLCV data for a symbol with configurable time intervals and adjustments |
| GET |
Latest Quote (L1) /v1/realtime/latest |
Realtime or Latest (if market is closed) Quote Data (L1) |
| GET |
/v3/symbols/{symbol}/fundamentals /v3/symbols/{symbol}/fundamentals |
Retrieve comprehensive fundamental data including company info, valuation ratios, profitability metrics, balance sheet, cash flow, income statement, and more |
| GET |
/v3/options/list /v3/options/list |
Retrieve list of available option contracts for a given symbol |
| GET |
Search Symbol Code /v1/general/search |
Search for symbols based on name, exchange, description |
| GET |
Latest Series (OHLCV) (old) /v1/latest |
Realtime or Latest (if market is closed) Series Data |
InsightSentry pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $16.5 / month | 20 / minute |
|
| ULTRA Recommended | $27.5 / month | 35 / minute |
|
| MEGA | $55 / month | 60 / minute |
|