Stocks endpoint is very similar to the /v1/search endpoint. The only difference is that you do not have the q parameter. Instead, you just specify the ticker

ticker can be any ticker from ASX, AMEX, NYSE, NASDAQ, EURONEXT, HKEX, LSE, SGX, SIX, TSX, TSXV publicly traded company.

This endpoint is [experimental] — we are still fine-tuning it. One day, it may even become a separate product.

Quick Example

curl --request GET \\
	--url '<https://newscatcher.p.rapidapi.com/v1/stocks?ticker=AAPL>' \\
	--header 'x-rapidapi-key: {YOUR_API_KEY}'

Headers

Authentication is done via RapidAPI.

<aside> 💡 How to get your API key

</aside>

Parameters