Loading...
Loading...
Polygon integration. Manage Organizations. Use when the user wants to interact with Polygon data.
npx skill4agent add membranedev/application-skills polygonmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search polygon --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| Get Market Status | get-market-status | Get the current trading status of the exchanges and overall financial markets |
| Get Ticker News | get-ticker-news | Get the most recent news articles relating to a stock ticker or the market |
| Get Ticker Details | get-ticker-details | Get detailed information about a specific ticker symbol including company details and market data |
| List Tickers | list-tickers | Search and list ticker symbols across stocks, options, indices, forex, and crypto |
| Get Grouped Daily | get-grouped-daily | Get the daily open, high, low, close (OHLC) for all traded stock symbols on a specific date |
| Get Daily Open Close | get-daily-open-close | Get the open, close and afterhours prices of a stock ticker on a specific date |
| Get Previous Close | get-previous-close | Get the previous day's open, high, low, close (OHLC) and volume for a stock ticker |
| Get Aggregates (Bars) | get-aggregates | Get aggregate bars (OHLCV) for a stock ticker over a given date range in custom time window sizes |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY