PipedreamHQ/pipedream

NEED A NEW TOOL FOR FINNHUB VIA PIPEDREAM[ACTION]

Open

#21,071 建立於 2026年6月5日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)JavaScript (5,305 fork)batch import
actionenhancementgood first issuehelp wanted

倉庫指標

Star
 (7,438 star)
PR 合併指標
 (平均合併 8天 10小時) (30 天內合併 93 個 PR)

描述

Is there a specific app this action is for?

Please provide a link to the relevant API docs for the specific service / operation.

I need to be able to call /stock/ebitda-estimate this through finnhub and pipedream into claude.

heres is what claude told me to try and get done:

To get EBITDA estimates from Finnhub, you'd need to add a new action in your Pipedream workflow specifically for the /stock/ebitda-estimate endpoint. In Pipedream, that would be either:

A pre-built Finnhub action — search for "EBITDA" in the Finnhub actions list within your Pipedream workflow. If Pipedream has it pre-built, just add it. A custom HTTP request action — if there's no pre-built action, add a generic "HTTP Request" step that calls: https://finnhub.io/api/v1/stock/ebitda-estimate?symbol={symbol}&freq=annual with your Finnhub API key in the header (X-Finnhub-Token).

Once either of those is wired up and exposed as a new MCP tool, I'll be able to call it and we can run the comparison against FMP. Want to try setting that up and I'll test it when it appears in my tool list?

Help me add the tool so i can access the ebitda estimates data i need please.

Thanks!

貢獻者指南