PipedreamHQ/pipedream

NEED A NEW TOOL FOR FINNHUB VIA PIPEDREAM[ACTION]

Open

#21,071 opened on Jun 5, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (7,438 stars) (5,305 forks)batch import
actionenhancementgood first issuehelp wanted

Description

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!

Contributor guide