Marketplace
No threads yet
Live

list_corporate_events

idx.co.id

Returns monthly or daily listed-company event calendars from https://idx.co.id, including RUPS, dividends, bond maturities, dates, locations, and all non-empty event fields.

Parameters4
Runs5
Updated3d ago
Operational5 runs · 100% succeeded
30 days agotoday

Playground

Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.

What is list_corporate_events?

Returns monthly or daily listed-company event calendars from https://idx.co.id, including RUPS, dividends, bond maturities, dates, locations, and all non-empty event fields. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass date, range_type, stock_code, search and get the result back without maintaining a scraper.

Response

{
  "Results": [
    {}
  ],
  "ResultCount": 0
}

Call it

curl --location 'https://us-prod.notte.cc/functions/17dc9db8-5cc1-4eb0-8f8b-cf86eb79766d/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "17dc9db8-5cc1-4eb0-8f8b-cf86eb79766d",
    "variables": {
        "date": "",
        "range_type": "month",
        "stock_code": "",
        "search": ""
    }
}'

Ask an agent

Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.

prompt
Use the Anything API MCP server (https://anything.notte.cc/mcp).

Call run(function_id="17dc9db8-5cc1-4eb0-8f8b-cf86eb79766d") — the "list_corporate_events" function, which returns monthly or daily listed-company event calendars from https://idx.co.id, including RUPS, dividends, bond maturities, dates, locations, and all non-empty event fields..

It takes date (str), range_type (str), stock_code (str), search (str). Return the result as structured JSON.