> ## Documentation Index
> Fetch the complete documentation index at: https://docs.benzinga.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Benzinga Widgets

> Embeddable financial data visualizations for your website

Benzinga Widgets are pre-built, embeddable components that display financial charts, stock information, and market data on your website. They integrate seamlessly with minimal setup and are fully customizable to match your brand.

Sample widgets:

***

## Charting:

***

<iframe frameBorder="0" height="600" width="100%" src="https://widgets.benzinga.com/embed/chart/AAPL?timeframe=6m&exchange=NASDAQ&bgColor=%23ffffff&chartColor=%232962FF" />

iframe:

```html theme={null}
<iframe
    frameBorder="0"
    height="600"
    class="w-full"
    src="https://widgets.benzinga.com/embed/chart/AAPL?timeframe=6m&exchange=NASDAQ&bgColor=%23ffffff&chartColor=%232962FF"
></iframe>
```

***

## Sector Performance:

***

<div style={{ width: '100%', overflow: 'hidden' }}>
  <div style={{ transform: 'scale(0.75)', transformOrigin: 'top left', width: 1200, height: 550 }}>
    <iframe frameBorder="0" width="100%" height="700" src="https://widgets.benzinga.com/embed/sector-performance-heatmap" />
  </div>
</div>

iframe:

```html theme={null}
<iframe
  frameBorder="0"
  height="1550"
  src="https://widgets.benzinga.com/embed/sector-performance-heatmap"
  class="w-full"
></iframe>
```

***

## Sankey Chart:

***

<iframe frameBorder="0" height="600" src="https://widgets.benzinga.com/embed/sankey?symbol=AAPL" width="100%" />

iframe:

```html theme={null}
<iframe
  frameBorder="0"
  height="1550"
  src="https://widgets.benzinga.com/embed/sankey?symbol=${ticker_name}"
  class="w-full"
></iframe>
```

***

## Features

### Interactive Stock Charts

* Real-time stock price data
* Customizable timeframes (1 day, 6 months, 5 years, etc.)
* Auto-updating charts that reflect current market conditions

```html theme={null}
<iframe frameBorder="0" height="500" width="500" src="https://widgets.benzinga.com/embed/chart/AAPL?timeframe=6m&exchange=NASDAQ&bgColor=%23ffffff&chartColor=%232962FF" title="Apple Stock Chart" ></iframe>
```

### Additional Widgets

* Stock Tickers: Live stock prices in scrolling ticker format
* News Feeds: Latest market news updates
* Company Insights: Key statistics and company data

## Integration

Integrate widgets in three steps:

1. **Select a widget type**: Choose from stock charts, news feeds, tickers, or company insights.

2. **Customize the embed code**: Modify the URL parameters to match your requirements (stock symbol, timeframe, colors):

```html theme={null}
<iframe
    frameBorder="0"
    height="600"
    class="w-full"
    src="https://widgets.benzinga.com/embed/chart/AAPL?timeframe=6m&exchange=NASDAQ&bgColor=%23ffffff&chartColor=%232962FF"
></iframe>
```

3. **Embed on your site**: Insert the iframe code into your HTML or CMS (WordPress, Wix, etc.) and test the display.

## Customization Options

Widgets can be customized with URL parameters:

* `symbol` - Stock ticker symbol
* `timeframe` - Chart period (1d, 6m, 5y, etc.)
* `bgColor` - Background color (hex format)
* `chartColor` - Chart line color (hex format)
* `exchange` - Stock exchange

## Support

For integration assistance or customization questions, contact [licensing@benzinga.com](mailto:licensing@benzinga.com).
