AV
Alpha Vantage
/daily
Daily prices
Daily OHLCV history (compact = 100 days).
needs keyunknown
stockshistoryohlc
$0.0040
per call
plus $0.001 platform fee per run
Bring your own Alpha Vantage key: provider portion drops to $0.
Not enabled on this deployment yet. Connect your own key to use it now.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run alphavantage /daily for me.
Input
| Field | Type | Description |
|---|---|---|
| symbol* | string | Ticker |
| full | boolean | 20+ years default false |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"alphavantage","endpoint":"/daily","input":{"symbol":"...","full":false}}'cli
npx cracked-ai run -p alphavantage -e /daily -i '{"symbol":"...","full":false}'mcp
run_tool({ provider: "alphavantage", endpoint: "/daily", input: {"symbol":"...","full":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.
Provider not enabled: the run returns a 503 with instructions.