/v1/

NOTICE: Penylo will start enforcing versioning on this route August 31st.

If you want a list of all SEC recognized tickers, you can use this api route. Note, it caps the returned tickers at 100

curl -X GET "https://tickers.penylo.dev/v1/"

You can use query parameters to search for a specific string.

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

If you need to get more results from the query, you can use the skip header to skip x amount of results. Note: The total records field does not change when using skip.

curl -X GET "https://tickers.penylo.dev/v1/?q=Apple&skip=2"