Back to Services
Basic Trustrest
Alpha Vantage — Stock Quotes
Real-time and historical stock market data including intraday, daily, weekly, and monthly time series for equities worldwide.
Total Calls
1
Success Rate
—
Avg Latency
—
Capabilities
stocksequitiesmarket-datafinancetime-series
Quick Integration
Call this service through the Agent Clear proxy
// Call Alpha Vantage — Stock Quotes through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/da125b9e-eed6-461d-b752-27f11fe34db0',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"required": [
"function",
"symbol"
],
"properties": {
"symbol": {
"type": "string",
"description": "Ticker symbol"
},
"function": {
"type": "string",
"description": "API function, e.g. TIME_SERIES_DAILY"
},
"outputsize": {
"enum": [
"compact",
"full"
],
"type": "string"
}
}
}Output Schema
{
"type": "object",
"properties": {
"Time Series (Daily)": {
"type": "object"
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 5 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 3, 2026