Embeddable Widgets

Add ASX short selling data to your website with our free embeddable widgets.

1. Choose Widget Type

2. Configure Options

3. Copy Embed Code

Add this code to your website

JavaScript API
<!-- Top Shorted Stocks Widget -->
<div id="asxshort-top-shorted"></div>
<script src="https://api.asxshort.app/api/v1/widgets/embed.js"></script>
<script>
  ASXShortWidget.render('asxshort-top-shorted', 'top-shorted', {
    limit: 5,
    theme: 'dark'
  });
</script>
Data Attributes (simpler)
<!-- Auto-initializing Widget (data attributes) -->
<div
  data-asxshort-widget="top-shorted"
  data-limit="5"
  data-theme="dark"
></div>
<script src="https://api.asxshort.app/api/v1/widgets/embed.js"></script>

Preview

This is how the widget will look on your site

Top Shorted ASX Stocks27 Dec 2024
1. LKE15.0%
2. PLS13.0%
3. WBT11.0%
4. DVP9.0%
5. ARU7.0%
Powered by asxshort.app

API Endpoints

For developers who want to build custom integrations

Widget Data Endpoints:
GET /api/v1/widgets/top-shorted?limit=5GET /api/v1/widgets/stock/{code}GET /api/v1/widgets/squeeze-candidates?limit=5
View full API documentation

Terms of Use

By using our widgets, you agree to:

  • Keep the "Powered by asxshort.app" attribution visible
  • Not modify the widget styling to remove branding
  • Use the data for informational purposes only
  • Not use widgets for financial advice or recommendations

Widgets are provided free of charge. Data is cached for 5 minutes.