Skip to main content

Change Logs

2026-06-13

Historical Bars API now supports additional bar intervals, including intraday, daily, weekly, monthly, and yearly timeframes.

Gainers & Losers API returns update.

Top Active Screener endpoint has been renamed.

Changed

CategoryAPIChangeLink
APIMarket Data APIHistorical Bars endpoint updated timespan.schema.enum to support additional values: M15, M30, M60, M120, M240, D, W, M, Y.Historical Bars
APIMarket Data APIGainers & Losers endpoint response added relative_volume_10d field.Gainers & Losers
APIMarket Data APIScreener endpoint name and URL changed from most-active to top-active.Top Active

2026-06-06

Trading API: Get Stock Instrument response now returns four additional margin fields.

Changed

CategoryAPIChangeLink
APITrading APIGet Stock Instrument response now returns four additional margin fields:
intraday_margin_long — Intraday margin requirement ratio for long position
intraday_margin_short — Intraday margin requirement ratio for short position
maintenance_margin_long — Maintenance margin requirement ratio for long position
maintenance_margin_short — Maintenance margin requirement ratio for short position
Get Stock Instrument

2026-05-23

Upgraded signature algorithm from HMAC-SHA1 to HMAC-SHA256 for enhanced security.

Changed

CategoryAPIChangeLink
AuthenticationAll APIsThe request signature algorithm has been upgraded from HMAC-SHA1 to HMAC-SHA256.Signature

2026-05-16

New MCP tools and Skills endpoints added. Fixed incorrect field values returned by the screener ranking API.

New

CategoryAPIChangeLink
MCPMarket Data APIAdded new MCP tools: get_stock_noii_bars, get_stock_noii_snapshot, get_gainers_losers, get_most_activeMCP
MCPTrading APIAdded new MCP tools: get_futures_instruments, get_futures_products, get_futures_product_class, get_company_profile, get_analyst_rating, get_analyst_target_price, get_watchlists, create_watchlist, update_watchlist, delete_watchlist, get_watchlist_instruments, add_watchlist_instruments, remove_watchlist_instruments, update_watchlist_instrumentsMCP
SkillsMarket Data APIAdded new Skills endpoints: stock-noii-bars, stock-noii-snapshot, stock-gainers-losers, stock-most-activeSkills
SkillsTrading APIAdded new Skills endpoints: instrument-company-profile, instrument-analyst-rating, instrument-analyst-target-price, instrument-futures-product-class, instrument-futures-products, instrument-futures-list, watchlist-list, watchlist-create, watchlist-delete, watchlist-update, watchlist-instruments-list, watchlist-instruments-add, watchlist-instruments-remove, watchlist-instruments-updateSkills

Changed

CategoryAPIChangeLink
APITrading APIFixed incorrect field values returned by the screener ranking endpointsTrading API