AS
Apify Store
/architjn/yahoo-finance
Yahoo Finance - Full stock info, news, cheapest, real-time
🟢 $0.90/1000 results 🟢 Effortlessly fetch comprehensive financial data, historical prices, news, and analytics for any stock ticker from Yahoo Finance. Perfect for investors, analysts, and developers
liveasyncunknown~30s typical
integrationsothernewsyahoofinance
$0.0011
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.0009 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /architjn/yahoo-finance for me.
Input
| Field | Type | Description |
|---|---|---|
| tickers* | array | Array of ticker symbols (e.g., ["AAPL", "GOOG"]). |
| start_date | string | (Optional) Start date for historical data in YYYY-MM-DD format. |
| end_date | string | (Optional) End date for historical data in YYYY-MM-DD format. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"apify","endpoint":"/architjn/yahoo-finance","input":{"tickers":["AAPL","GOOG"]},"wait":false}'poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."cli
npx cracked-ai run -p apify -e /architjn/yahoo-finance -i '{"tickers":["AAPL","GOOG"]}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/architjn/yahoo-finance", input: {"tickers":["AAPL","GOOG"]}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.