level2 · Capability
Level2 Strategy Builder API
The Level2 Strategy Builder API provides programmatic access to market data, technical analysis, and trading strategy capabilities offered by the Level2 platform (by Bytemine Technologies Ltd.). It includes endpoints for retrieving candlestick pattern detection, ticker trend analysis, historical OHLC (Open-High-Low-Close) data, similar stock discovery, and company fundamental summaries. These endpoints power the Level2 visual no-code strategy builder used by over 50,000 traders to create, backtest, and deploy automated trading strategies without writing code.
What You Can Do
GET
Checkforcandlestick
— Check for candlestick patterns
/checkForCandlestick/{api_key}/{ticker}/{timeframe}
GET
Gettickertrend
— Get ticker trend analysis
/getTickerTrend/{api_key}/{ticker}/{timeframe}
GET
Getohlcdata
— Get OHLC historical data
/olhc/{api_key}/{ticker}/{timeframe}/{range}
GET
Getsimilarstocks
— Get similar stocks
/similar/{api_key}/{ticker}
GET
Getcompanysummary
— Get company summary
/summary/{api_key}/{ticker}
MCP Tools
checkforcandlestick
Check for candlestick patterns
read-only
idempotent
gettickertrend
Get ticker trend analysis
read-only
idempotent
getohlcdata
Get OHLC historical data
read-only
idempotent
getsimilarstocks
Get similar stocks
read-only
idempotent
getcompanysummary
Get company summary
read-only
idempotent