Yahoo Finance Ticker Search
Pricing
from $1.00 / 1,000 results
Yahoo Finance Ticker Search
Search Yahoo Finance to quickly find stock ticker symbols using a company name or keyword. Returns matching tickers with company names only. For full stock details, news, real-time prices, and cheapest offers, use: https://apify.com/architjn/yahoo-finance
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
Archit Jain
Actor stats
0
Bookmarked
3
Total users
2
Monthly active users
13 days ago
Last modified
Categories
Share
Search Yahoo Finance for ticker symbols by company name or partial symbol. Returns matching symbols with exchange suffixes (e.g. ONWD.BR, ONWD-GB) for use in data-fetching actors.
Many tickers exist on multiple exchanges (e.g. ONWD on Brussels and London). Yahoo Finance requires the full symbol with exchange suffix. A bare symbol like ONWD can return "Quote not found". This actor resolves that by returning all matching symbols with exchange info.
Input
| Field | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Search term (company name, partial symbol, etc.), e.g. "ONWD", "Onward Medical", "Apple" |
limit | number | No | Max results to return (default: 20, max: 50) |
Output
Each result includes:
- symbol – Full ticker (e.g.
ONWD.BR,AAPL) - shortname – Short company name
- longname – Full name (if present)
- exchange – Exchange code (e.g.
BRU,LSE,NMS)
Running locally
cd yahoo-finance-ticker-searchapify run
Ensure you have the Apify CLI installed and are logged in (apify login).
