Yahoo Finance Ticker Search – Company Name to Symbol
Pricing
from $0.50 / 1,000 results
Yahoo Finance Ticker Search – Company Name to Symbol
Don't know the ticker symbol? Type any company name and instantly get the matching Yahoo Finance ticker with exchange info - perfect for automating pipelines. For full stock details, news, real-time prices, and cheapest offers, use: https://apify.com/architjn/yahoo-finance
Pricing
from $0.50 / 1,000 results
Rating
0.0
(0)
Developer
Archit Jain
Actor stats
0
Bookmarked
4
Total users
1
Monthly active users
21 days ago
Last modified
Categories
Share
Don't know the ticker symbol? Type any company name and instantly get the matching Yahoo Finance ticker with exchange info — perfect for automating pipelines or building watchlists without manual lookup.
When to use this
- You have company names but need ticker symbols for automation
- A company trades on multiple exchanges and you need the right one
- You're building a watchlist or pipeline that starts from names, not tickers
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | — | Company name, ticker, or keyword (e.g. "Apple", "TSLA", "Onward Medical") |
limit | integer | No | 20 | Max results to return (1–50) |
Output
| Field | Description |
|---|---|
symbol | Full ticker with exchange suffix (e.g. AAPL, ONWD.BR) |
shortname | Short company name |
longname | Full legal company name (if available) |
exchange | Exchange code (e.g. NMS = NASDAQ, LSE = London) |
Examples
Search by company name
Input: { "query": "Apple", "limit": 5 }Output: [{ "symbol": "AAPL", "shortname": "Apple Inc.", "exchange": "NMS" },{ "symbol": "AAPL.L", "shortname": "Apple Inc.", "exchange": "LSE" }]
Search by partial symbol across exchanges
Input: { "query": "ONWD", "limit": 10 }Output: [{ "symbol": "ONWD.BR", "shortname": "Onward Medical", "exchange": "BRU" },{ "symbol": "ONWD-GB", "shortname": "Onward Medical", "exchange": "LSE" }]
Tips
- Always use the full symbol (with exchange suffix) when feeding results into other actors — bare symbols like
ONWDmay return "Quote not found" - Check the exchange field — pick
NMSfor US markets,LSEfor London, etc. - 10–20 results is enough for most lookups; use
limitto keep runs fast
Next step
Once you have your ticker symbols, get full stock data — prices, financials, news, historical data and more — with:

