get_fund
ActiveTool of 13FLOW
declared in 1.0.0
Get a bounded public fund portfolio by SEC CIK, including filing metadata, positions, moves and history counts.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"cik"
],
"properties": {
"cik": {
"type": "string",
"maxLength": 10,
"minLength": 1,
"description": "SEC CIK, with or without leading zeroes."
},
"move_limit": {
"type": "integer",
"default": 25,
"maximum": 100,
"minimum": 1
},
"history_limit": {
"type": "integer",
"default": 8,
"maximum": 20,
"minimum": 1
},
"position_limit": {
"type": "integer",
"default": 25,
"maximum": 100,
"minimum": 1
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
13FLOW
https://github.com/bluetouff/13flow
1/7 registries