Resources and Endpoints

Below is a list of the main resources and endpoints in the SensaAI REST API.


ResourceDescriptionEndPoints
Stock RatingsRetrieves a stock ratings object or a list of stock ratings objects.GET /data/v1/stock_ratings/:ticker
GET /data/v1/stock_ratings
Stock FinancialsRetrieves financial data for a stock.GET /data/v1/stock_financials/:ticker
Stock MetricsRetrieves performance metrics for a stock.GET /data/v1/stock_metrics/:ticker
Stock PerformanceRetrieves periodic performance for a stock.GET /data/v1/stock_performance/:ticker
PortfoliosRetrieves a portfolio or a list of portfolios.GET /data/v1/portfolios/:id
GET /data/v1/portfolios
Portfolio HoldingsRetrieves portfolio holdings for a portfolio.GET /data/v1/portfolio_holdings/:id
Portfolio TradesRetrieves trade instructions for a portfolio on latest rebalance date.GET /data/v1/portfolio_trades/:id
Portfolio MetricsRetrieves performance metrics for a portfolio.GET /data/v1/portfolio_metrics/:id
Portfolio PerformanceRetrieves periodic portfolio performance for a portfolioGET /data/v1/portfolio_performance/:id
WatchlistsRetrieves a watchlist or a list of watchlists.GET /data/v1/watchlists/:id
GET /data/v1/watchlists
Watchlist ItemsRetrieves list of stocks in a watchlist.GET /data/v1/watchlist_items
BenchmarksRetrieves a list of available benchmarks which can be utilized for performance comparison purposes.GET /data/v1/benchmarks