Funds Net Puts
Retrieve stocks ranked by the net amount of Put options bought by funds (puts bought - calls bought) in the latest reporting quarter.
page
number
The page number to retrieve.
Defaults to 1.
page_size
number
The number of items per page.
If specified, must be between 1 and 10000 inclusive.
Defaults to 100.
sort_by
string
The field to sort the results by.
One of net, calls, puts.
Defaults to net.
sort_dir
string
The order to sort the results by.
One of asc, desc.
Defaults to desc.
type
string
The type of security to retrieve.
One of stock, etf.
Returns all types if not specified.
market_cap
string
The market cap of securities to retrieve.
One or more of mega_cap, large_cap, mid_cap, small_cap, micro_cap, separated by commas.
Returns all market caps if not specified.
sector
string
The sector of securities to retrieve.
See the Sectors section for a list of all sectors.
Returns all sectors if not specified.
industry
string
The industry of securities to retrieve.
See the Industries section for a list of all industries.
Returns all industries if not specified.
/v1/fund-trends/net-puts
{
"page": 1,
"page_size": 100,
"has_more_pages": true,
"reporting_year": 2024,
"reporting_quarter": 3,
"stocks": [
{
"stock": {
"id": "bdhqil",
"ticker": "SPY",
"name": "SPDR S&P 500 ETF Trust",
"active": true
},
"net_puts": 290389514000,
"calls": 289642655000,
"puts": 580032169000
},
{
"stock": {
"id": "b85czk",
"ticker": "QQQ",
"name": "Invesco QQQ Trust",
"active": true
},
"net_puts": 57272527000,
"calls": 130977271000,
"puts": 188249798000
},
{
"stock": {
"id": "xfiirt",
"ticker": "IWM",
"name": "iShares Russell 2000 ETF",
"active": true
},
"net_puts": 48965302000,
"calls": 57344074000,
"puts": 106309376000
}
]
}