Skip to content
Fund Strategy

Strategy Filter Hit Funds

Query Strategy Hit Funds.

Request parameters

  • Required: sort (Sort Field)
  • Optional: strategy_id (Strategy Package ID), fund_attr (Fund Attribute Filter), stats_filter (Stats Filter)
  • See each field for its format, allowed values, and business meaning.

Result

Returns the list of hit funds together with count statistics.

POSThttps://b-api.lbkrs.com/v1/admin/strategy/funds

Production: https://b-api.lbkrs.com · Test: https://b-api.longbridge.xyz

Authorization

AuthorizationstringheaderRequired

Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.

Permission

fund.strategy_update

The Broker ACCESS_TOKEN must be granted the permission below, or the call will be rejected.

Request body application/json

strategy_idinteger

Strategy Package ID. When greater than 0, loads hit funds from the saved strategy; otherwise computes results in real time from the provided filters.

fund_attrobject

Fund Attribute Filter.

Child attributes
asset_classarray<integer>

Asset Class.

currencyarray<string>

Currency.

risk_levelarray<integer>

Risk Level.

industryarray<string>

Industry.

fund_companyarray<integer>

Fund Company.

stararray<integer>

Star Rating.

areasarray<string>

Areas.

asset_rangesarray<object>

Asset Ranges.

Child attributes
mininteger

Min.

maxinteger

Max. Upper bound; -1 means unlimited.

launch_rangesarray<object>

Launch Ranges.

Child attributes
afterinteger

After. Inclusive lower bound in Unix seconds; 0 means unlimited.

beforeinteger

Before. Exclusive upper bound in Unix seconds; 0 means unlimited.

stats_filterobject

Stats Filter.

Child attributes
return_periodstring

Return Period.

return_minstring

Return Min.

return_maxstring

Return Max.

return_rank_periodstring

Return Rank Period.

return_rank_minstring

Return Rank Min.

return_rank_maxstring

Return Rank Max.

max_drawdown_periodstring

Max Drawdown Period.

max_drawdown_minstring

Max Drawdown Min.

max_drawdown_maxstring

Max Drawdown Max.

max_drawdown_rank_periodstring

Max Drawdown Rank Period.

max_drawdown_rank_minstring

Max Drawdown Rank Min.

max_drawdown_rank_maxstring

Max Drawdown Rank Max.

sharpe_rank_periodstring

Sharpe Rank Period.

sharpe_rank_minstring

Sharpe Rank Min.

sharpe_rank_maxstring

Sharpe Rank Max.

sortstringrequired

Sort Field. Sort field, e.g. return_3y. This field is required.

Responses

HTTP 200The request was processed successfully. data contains the hit funds and counts.
Standard response envelopecodemessagedata
dataobjectdata structure
fundsarray<object>

Hit Funds.

Child attributes
counter_idstring

Counter ID.

codestring

Code.

namestring

Name.

return_1mstring

1M Return.

return_3mstring

3M Return.

return_6mstring

6M Return.

return_1ystring

1Y Return.

return_3ystring

3Y Return.

return_5ystring

5Y Return.

return_since_inceptionstring

Return Since Inception.

return_pct_rank_6mstring

6M Return Rank.

return_pct_rank_1ystring

1Y Return Rank.

return_pct_rank_3ystring

3Y Return Rank.

return_pct_rank_5ystring

5Y Return Rank.

statusinteger

Status.

01

total_countinteger

Total Count.

real_countinteger

Real Count.

HTTP 400Bad request. Check the business error code in code and the error details in message.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 401The user is not authenticated, or the login session has expired.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 403The current account is not authorized to use this feature. Grant the required permission to the account in User Permission.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

HTTP 408The request timed out. Check the business error code in code and the error details in message.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

Whale Docs