Marketplace
No threads yet
Live

list_weekly_financial_filers

idx.co.id

Returns companies that submitted financial reports during the current week from https://idx.co.id, falling back to the latest submission date when needed.

Parameters1
Runs6
Updated3d ago
Operational6 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_weekly_financial_filers?

Returns companies that submitted financial reports during the current week from https://idx.co.id, falling back to the latest submission date when needed. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass reference_date and get the result back without maintaining a scraper.

Response

{
  "Results": [
    {}
  ],
  "WeekEnd": "<string>",
  "WeekStart": "<string>",
  "ResultCount": 0,
  "UsedFallback": true,
  "EffectiveDateTo": "<string>",
  "EffectiveDateFrom": "<string>"
}

Call it

curl --location 'https://us-prod.notte.cc/functions/01c03254-2454-4902-814b-642fcfb9a7c8/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "01c03254-2454-4902-814b-642fcfb9a7c8",
    "variables": {
        "reference_date": ""
    }
}'

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="01c03254-2454-4902-814b-642fcfb9a7c8") — the "list_weekly_financial_filers" function, which returns companies that submitted financial reports during the current week from https://idx.co.id, falling back to the latest submission date when needed..

It takes reference_date (str). Return the result as structured JSON.