Back to catalog
📈

Real Time Finance

API Key

Websocket API to access realtime stock data

📈Finance

ticker

market_cap

TickerAAPL
Price227.84
Change Percent+1.42%
Market Cap3.49T
Volume58,312,400

Sample Response

response.json
1{
2 "ticker": "AAPL",
3 "price": 227.84,
4 "change_percent": "+1.42%",
5 "market_cap": "3.49T",
6 "volume": 58312400
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://github.com/Real-time-finance/finance-websocket-API/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs