tickers.penylo.dev/v2/search

With Penylo Tickers v2, searching has been improved.

curl -X GET "https://tickers.penylo.dev/v2/search?q=AAPL"

You can either search a company name or symbol.

curl -X GET "https://tickers.penylo.dev/v2/search?q=Apple In"

A great use of this API is to make searchable lists:

Using search is a little slower than using the v1 API for now. It's being worked on.