Display real-time ticker information for multiple securities in a scrolling format.

Individual Loading

<script src="https://widget.baha.net/cdn/ticker-widget.min.js"></script>
<baha-ticker
  ids="tts-23947362,tts-829802"
  groups="435"
  limit="50"
  language="en"
  theme="light"
></baha-ticker>

Full Bundle Alternative

<script src="https://widget.baha.net/cdn/baha-widgets.min.js"></script>
<baha-ticker
  ids="tts-23947362,tts-829802"
  groups="435"
  limit="50"
  language="en"
  theme="light"
></baha-ticker>

Interactive Configurator

Use the configurator below to customize your ticker widget:

Properties

ids

  • Type: String
  • Required: Yes
  • Description: Comma-separated list of security IDs to display
  • Example: "tts-23947362,tts-829802"

groups

  • Type: String
  • Required: No
  • Description: Comma-separated list of group IDs to filter securities by
  • Example: "435"

limit

  • Type: Number
  • Required: No
  • Description: Maximum number of securities to display
  • Default: No limit
  • Example: 50

language

  • Type: String
  • Default: "en"
  • Options: "en" (English), "de" (German)
  • Description: Display language for the widget

theme

  • Type: String
  • Default: "light"
  • Options: "light", "dark"
  • Description: Visual theme of the widget