Skip to main content
Glama

Status Invest MCP Server

get-acoes-datas-pagamento

Retrieve payment dates for stocks within a specified date range using input parameters for initial and final dates, along with stock ticker data.

Instructions

Buscar datas de pagamento de ações

Input Schema

NameRequiredDescriptionDefault
finalDateYesData final
initialDateYesData inicial
stockNoAção

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "finalDate": { "description": "Data final", "type": "string" }, "initialDate": { "description": "Data inicial", "type": "string" }, "stock": { "description": "Ação", "items": { "pattern": "^[A-Z]{4}(3|4|11)$", "type": "string" }, "type": "array" } }, "required": [ "initialDate", "finalDate" ], "type": "object" }

You must be authenticated.

Other Tools from Status Invest MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/newerton/mcp-status-invest'

If you have feedback or need assistance with the MCP directory API, please join our Discord server