Yahoo Finance Ticker Search avatar

Yahoo Finance Ticker Search

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Yahoo Finance Ticker Search

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

Archit Jain

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

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

FieldTypeRequiredDescription
querystringYesSearch term (company name, partial symbol, etc.), e.g. "ONWD", "Onward Medical", "Apple"
limitnumberNoMax 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-search
apify run

Ensure you have the Apify CLI installed and are logged in (apify login).