cURL
curl --request GET \ --url https://api.example.com/api/market/v1/analyze-stock
{ "available": true, "symbol": "<string>", "name": "<string>", "display": "<string>", "currency": "<string>", "currentPrice": 123, "changePercent": 123, "signalScore": 123, "signal": "<string>", "trendStatus": "<string>", "volumeStatus": "<string>", "macdStatus": "<string>", "rsiStatus": "<string>", "summary": "<string>", "action": "<string>", "confidence": "<string>", "technicalSummary": "<string>", "newsSummary": "<string>", "whyNow": "<string>", "bullishFactors": [ "<string>" ], "riskFactors": [ "<string>" ], "supportLevels": [ 123 ], "resistanceLevels": [ 123 ], "headlines": [ { "title": "<string>", "source": "<string>", "link": "<string>", "publishedAt": 123 } ], "ma5": 123, "ma10": 123, "ma20": 123, "ma60": 123, "biasMa5": 123, "biasMa10": 123, "biasMa20": 123, "volumeRatio5d": 123, "rsi12": 123, "macdDif": 123, "macdDea": 123, "macdBar": 123, "provider": "<string>", "model": "<string>", "fallback": true, "newsSearched": true, "generatedAt": "<string>", "analysisId": "<string>", "analysisAt": 123, "stopLoss": 123, "takeProfit": 123, "engineVersion": "<string>" }
AnalyzeStock retrieves a premium stock analysis report with technicals, news, and AI synthesis.
Successful response
Show child attributes
Warning: Values > 2^53 may lose precision in JavaScript
Was this page helpful?