Market data,
ready to query

Look up real-time quotes, candlestick charts, and fundamental metrics for publicly traded stock
Example request
1curl https://api.octen.ai/search \
2 -X POST \
3 -H 'X-Api-Key: YOUR_API_KEY' \
4 -H 'Content-Type: application/json' \
5 -d '{
6 "query": "NVDA stock price"
7 }'
Powered by the Octen Search API.
;