Back to catalog
📈

Finnhub

API Key

Real-Time RESTful APIs and Websocket for Stocks, Currencies, and Crypto

📈FinanceHTTPS

AAPL Stock Quote

Finnhub

SymbolAAPL
Current Price241.84
Change+3.52
Percent Change+1.48%
High243.12

Sample Response

response.json
1{
2 "symbol": "AAPL",
3 "current_price": 241.84,
4 "change": "+3.52",
5 "percent_change": "+1.48%",
6 "high": 243.12
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://finnhub.io/docs/api" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs