GET
/api/recentQuery Parameters
limit(optional)20, Max: 100Example Request
curl "https://stockquantai.com/api/recent?limit=10"Example Response
{
"reports": [
{
"slug": "aapl-2026-02-07",
"ticker": "AAPL",
"company_name": "Apple Inc.",
"analysis_date": "2026-02-07"
},
...
],
"count": 10
}