You're viewing a demo portfolio

Join the waitlist
PRSM

get_fund

Active

Tool 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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

13FLOW

https://github.com/bluetouff/13flow

1/7 registries
View full server →