get_stock
ActiveTool of 13FLOW
declared in 1.0.0
Get bounded current 13F holders, quarter moves, quality warnings and ordinal research score for one ticker.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"ticker"
],
"properties": {
"ticker": {
"type": "string",
"maxLength": 12,
"minLength": 1,
"description": "US ticker symbol."
},
"holder_limit": {
"type": "integer",
"default": 10,
"maximum": 50,
"minimum": 1
},
"movement_limit": {
"type": "integer",
"default": 10,
"maximum": 50,
"minimum": 1
},
"include_quality_details": {
"type": "boolean",
"default": false
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
13FLOW
https://github.com/bluetouff/13flow
1/7 registries