stock-exchange
Public
Readme
Not connected, not receiving live data
Finance Data
This project contains live data for various stock market indexes and currencies.
Note: If the values are not updated, it may be due to stock exchange not trading at the moment.
Currencies against EURO
- 1 USD = ?Ā EURGo to topic
- 1 JPY = ?Ā EURGo to topic
- 1 GBP = ?Ā EURGo to topic
Currency against USD
- 1 EUR = ?Ā USDGo to topic
- 1 JPY = ?Ā USDGo to topic
- 1 GBP = ?Ā USDGo to topic
Bitcoin
- USD: ?Ā USDGo to topic
- EUR: ?Ā EURGo to topic
Indices
- Eurozone: Euro Stoxx 50: ?Ā PointsGo to topic
- Germany: DAX: ?Ā PointsGo to topic
- US: S&P 500: ?Ā PointsGo to topic
- US: Nasdaq: ?Ā PointsGo to topic
- US: Dow Jones: ?Ā PointsGo to topic
Readme fromĀ https://github.com/stefan-hudelmaier/gcmb-finance/blob/main/gcmb/README.md
Clients
Publish data:
mosquitto_pub \
-h gcmb.io \
-p 8883 \
-i CLIENT_APP_ID/pub \
-u CLIENT_APP_ID \
-P CLIENT_APP_SECRET \
-t finance/stock-exchange/sometopic \
-r \
-m "test"
Subscribe to data:
mosquitto_sub \
-h gcmb.io \
-p 8883 \
-i CLIENT_APP_ID/sub \
-u CLIENT_APP_ID \
-P CLIENT_APP_SECRET \
-t finance/stock-exchange/sometopic
About
Live currency and stock exchange index data
Repository
https://github.com/stefan-hudelmaier/gcmb-finance
Messages Sent in Last Minute
5
Messages Sent in Current Hour
153
Messages Sent Today
1,361
Last Message Published
2025-06-15 03:17:42
Grand Central Message Broker Ā© huditech 2025. All rights reserved