Skip to main content
Glama

Status Invest MCP Server

get-acoes-datas-pagamento

Retrieve dividend payment dates for specified stocks within a given period using the Status Invest MCP Server. Input initial and final dates along with stock codes to obtain accurate payment schedules.

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" }
Install Server

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