Yahoo Finance Ticker Search – Company Name to Symbol avatar

Yahoo Finance Ticker Search – Company Name to Symbol

Pricing

from $0.50 / 1,000 results

Go to Apify Store
Yahoo Finance Ticker Search – Company Name to Symbol

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

Archit Jain

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

1

Monthly active users

21 days ago

Last modified

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

FieldTypeRequiredDefaultDescription
querystringYesCompany name, ticker, or keyword (e.g. "Apple", "TSLA", "Onward Medical")
limitintegerNo20Max results to return (1–50)

Output

FieldDescription
symbolFull ticker with exchange suffix (e.g. AAPL, ONWD.BR)
shortnameShort company name
longnameFull legal company name (if available)
exchangeExchange 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 ONWD may return "Quote not found"
  • Check the exchange field — pick NMS for US markets, LSE for London, etc.
  • 10–20 results is enough for most lookups; use limit to keep runs fast

Next step

Once you have your ticker symbols, get full stock data — prices, financials, news, historical data and more — with:

👉 Yahoo Finance – Full Stock Info