AI Insights

This endpoint can be called using:

https://api.adiinvestments.net/v1/stock/aiOpinion/<symbol>

Returns an AI powered insight into the provided stock.

  • Symbol

  • Recommendation

  • Opinion

Responses

200 Successful
[
  {
    "symbol": "AAPL",
    "recommendation": "Buy",
    "opinion": "AAPL's stock has consistently outperformed the market, with a strong track record of growth and dividend payments. The company's financials are impressive, with high margins and significant cash reserves, driven by the success of its iPhone and services segments. With a price-to-earnings ratio in line with its historical average, AAPL's valuation appears reasonable, supporting further upside potential. AAPL's loyal customer base and innovative product pipeline also contribute to its attractive investment profile.",
   
]
401 Unauthorized
{"error_code":403,
"error_message":"Invalid API key."}
429 Too Many Requests
{"error_code":429,
"error_message":"Rate limit exceeded. Please try again later."}

Last updated