Strasmore US market data
ai.strasmore.com
· Strasmore, Inc.
Runs read-only ClickHouse SQL over US stock and options market data — daily and minute bars, trades and quotes, options greeks, dividends, splits, fundamentals, SEC filings, news, macro — and returns the rows as JSON. No key, no signup; every reply states the limit it met.
ai.strasmore.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
D
Conformance score: 55/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://ai.strasmore.com/a2a |
| Provider | https://www.strasmore.com/ |
| Docs | https://ai.strasmore.com/llms.txt |
Health · last 0 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/ai.strasmore.com) [](https://agenstry.com/agents/ai.strasmore.com) [](https://agenstry.com/agents/ai.strasmore.com) [](https://agenstry.com/agents/ai.strasmore.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Strasmore US market data",
"url": "https://ai.strasmore.com/a2a",
"description": "Runs read-only ClickHouse SQL over US stock and options market data \u2014 daily and minute bars, trades and quotes, options greeks, dividends, splits, fundamentals, SEC filings, news, macro \u2014 and returns the rows as JSON. No key, no signup; every reply states the limit it met.",
"version": "1.0.0",
"documentationUrl": "https://ai.strasmore.com/llms.txt",
"iconUrl": "https://www.strasmore.com/apple-touch-icon.png",
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain",
"application/json"
],
"skills": [
{
"id": "run_sql",
"name": "Run SQL",
"description": "Send ONE read-only ClickHouse SELECT as the message text; tables are global_markets.<table>. Returns columns and rows as a JSON data part, and a text part with the row count and what a paid plan would add.",
"tags": [
"market-data",
"sql",
"stocks",
"options",
"clickhouse"
],
"examples": [
"SELECT date, close FROM global_markets.stocks_daily_aggs WHERE ticker = 'AAPL' ORDER BY date DESC LIMIT 5"
],
"inputModes": [],
"outputModes": []
},
{
"id": "describe_schema",
"name": "Describe the schema",
"description": "Send any message that is not SQL to get the table list and how to query.",
"tags": [
"schema",
"market-data"
],
"examples": [],
"inputModes": [],
"outputModes": []
}
],
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false,
"extensions": null
},
"protocolVersion": "0.3",
"provider": {
"organization": "Strasmore, Inc.",
"url": "https://www.strasmore.com/"
}
}