@keystrokehq/polygon_io 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/get-all-tickers.cjs +52 -0
- package/dist/actions/get-all-tickers.cjs.map +1 -0
- package/dist/actions/get-all-tickers.d.cts +9 -0
- package/dist/actions/get-all-tickers.d.cts.map +1 -0
- package/dist/actions/get-all-tickers.d.mts +9 -0
- package/dist/actions/get-all-tickers.d.mts.map +1 -0
- package/dist/actions/get-all-tickers.mjs +51 -0
- package/dist/actions/get-all-tickers.mjs.map +1 -0
- package/dist/actions/get-condition-codes.cjs +41 -0
- package/dist/actions/get-condition-codes.cjs.map +1 -0
- package/dist/actions/get-condition-codes.d.cts +9 -0
- package/dist/actions/get-condition-codes.d.cts.map +1 -0
- package/dist/actions/get-condition-codes.d.mts +9 -0
- package/dist/actions/get-condition-codes.d.mts.map +1 -0
- package/dist/actions/get-condition-codes.mjs +40 -0
- package/dist/actions/get-condition-codes.mjs.map +1 -0
- package/dist/actions/get-crypto-ema.cjs +70 -0
- package/dist/actions/get-crypto-ema.cjs.map +1 -0
- package/dist/actions/get-crypto-ema.d.cts +9 -0
- package/dist/actions/get-crypto-ema.d.cts.map +1 -0
- package/dist/actions/get-crypto-ema.d.mts +9 -0
- package/dist/actions/get-crypto-ema.d.mts.map +1 -0
- package/dist/actions/get-crypto-ema.mjs +69 -0
- package/dist/actions/get-crypto-ema.mjs.map +1 -0
- package/dist/actions/get-crypto-macd.cjs +49 -0
- package/dist/actions/get-crypto-macd.cjs.map +1 -0
- package/dist/actions/get-crypto-macd.d.cts +9 -0
- package/dist/actions/get-crypto-macd.d.cts.map +1 -0
- package/dist/actions/get-crypto-macd.d.mts +9 -0
- package/dist/actions/get-crypto-macd.d.mts.map +1 -0
- package/dist/actions/get-crypto-macd.mjs +48 -0
- package/dist/actions/get-crypto-macd.mjs.map +1 -0
- package/dist/actions/get-crypto-open-close.cjs +37 -0
- package/dist/actions/get-crypto-open-close.cjs.map +1 -0
- package/dist/actions/get-crypto-open-close.d.cts +9 -0
- package/dist/actions/get-crypto-open-close.d.cts.map +1 -0
- package/dist/actions/get-crypto-open-close.d.mts +9 -0
- package/dist/actions/get-crypto-open-close.d.mts.map +1 -0
- package/dist/actions/get-crypto-open-close.mjs +36 -0
- package/dist/actions/get-crypto-open-close.mjs.map +1 -0
- package/dist/actions/get-crypto-rsi.cjs +57 -0
- package/dist/actions/get-crypto-rsi.cjs.map +1 -0
- package/dist/actions/get-crypto-rsi.d.cts +9 -0
- package/dist/actions/get-crypto-rsi.d.cts.map +1 -0
- package/dist/actions/get-crypto-rsi.d.mts +9 -0
- package/dist/actions/get-crypto-rsi.d.mts.map +1 -0
- package/dist/actions/get-crypto-rsi.mjs +56 -0
- package/dist/actions/get-crypto-rsi.mjs.map +1 -0
- package/dist/actions/get-crypto-sma.cjs +57 -0
- package/dist/actions/get-crypto-sma.cjs.map +1 -0
- package/dist/actions/get-crypto-sma.d.cts +9 -0
- package/dist/actions/get-crypto-sma.d.cts.map +1 -0
- package/dist/actions/get-crypto-sma.d.mts +9 -0
- package/dist/actions/get-crypto-sma.d.mts.map +1 -0
- package/dist/actions/get-crypto-sma.mjs +56 -0
- package/dist/actions/get-crypto-sma.mjs.map +1 -0
- package/dist/actions/get-daily-open-close.cjs +31 -0
- package/dist/actions/get-daily-open-close.cjs.map +1 -0
- package/dist/actions/get-daily-open-close.d.cts +9 -0
- package/dist/actions/get-daily-open-close.d.cts.map +1 -0
- package/dist/actions/get-daily-open-close.d.mts +9 -0
- package/dist/actions/get-daily-open-close.d.mts.map +1 -0
- package/dist/actions/get-daily-open-close.mjs +28 -0
- package/dist/actions/get-daily-open-close.mjs.map +1 -0
- package/dist/actions/get-dividends.cjs +58 -0
- package/dist/actions/get-dividends.cjs.map +1 -0
- package/dist/actions/get-dividends.d.cts +9 -0
- package/dist/actions/get-dividends.d.cts.map +1 -0
- package/dist/actions/get-dividends.d.mts +9 -0
- package/dist/actions/get-dividends.d.mts.map +1 -0
- package/dist/actions/get-dividends.mjs +57 -0
- package/dist/actions/get-dividends.mjs.map +1 -0
- package/dist/actions/get-economy-inflation2.cjs +40 -0
- package/dist/actions/get-economy-inflation2.cjs.map +1 -0
- package/dist/actions/get-economy-inflation2.d.cts +9 -0
- package/dist/actions/get-economy-inflation2.d.cts.map +1 -0
- package/dist/actions/get-economy-inflation2.d.mts +9 -0
- package/dist/actions/get-economy-inflation2.d.mts.map +1 -0
- package/dist/actions/get-economy-inflation2.mjs +39 -0
- package/dist/actions/get-economy-inflation2.mjs.map +1 -0
- package/dist/actions/get-ema.cjs +58 -0
- package/dist/actions/get-ema.cjs.map +1 -0
- package/dist/actions/get-ema.d.cts +9 -0
- package/dist/actions/get-ema.d.cts.map +1 -0
- package/dist/actions/get-ema.d.mts +9 -0
- package/dist/actions/get-ema.d.mts.map +1 -0
- package/dist/actions/get-ema.mjs +57 -0
- package/dist/actions/get-ema.mjs.map +1 -0
- package/dist/actions/get-filing-file.cjs +24 -0
- package/dist/actions/get-filing-file.cjs.map +1 -0
- package/dist/actions/get-filing-file.d.cts +9 -0
- package/dist/actions/get-filing-file.d.cts.map +1 -0
- package/dist/actions/get-filing-file.d.mts +9 -0
- package/dist/actions/get-filing-file.d.mts.map +1 -0
- package/dist/actions/get-filing-file.mjs +23 -0
- package/dist/actions/get-filing-file.mjs.map +1 -0
- package/dist/actions/get-filing.cjs +38 -0
- package/dist/actions/get-filing.cjs.map +1 -0
- package/dist/actions/get-filing.d.cts +9 -0
- package/dist/actions/get-filing.d.cts.map +1 -0
- package/dist/actions/get-filing.d.mts +9 -0
- package/dist/actions/get-filing.d.mts.map +1 -0
- package/dist/actions/get-filing.mjs +37 -0
- package/dist/actions/get-filing.mjs.map +1 -0
- package/dist/actions/get-forex-ema.cjs +63 -0
- package/dist/actions/get-forex-ema.cjs.map +1 -0
- package/dist/actions/get-forex-ema.d.cts +9 -0
- package/dist/actions/get-forex-ema.d.cts.map +1 -0
- package/dist/actions/get-forex-ema.d.mts +9 -0
- package/dist/actions/get-forex-ema.d.mts.map +1 -0
- package/dist/actions/get-forex-ema.mjs +62 -0
- package/dist/actions/get-forex-ema.mjs.map +1 -0
- package/dist/actions/get-forex-macd.cjs +53 -0
- package/dist/actions/get-forex-macd.cjs.map +1 -0
- package/dist/actions/get-forex-macd.d.cts +9 -0
- package/dist/actions/get-forex-macd.d.cts.map +1 -0
- package/dist/actions/get-forex-macd.d.mts +9 -0
- package/dist/actions/get-forex-macd.d.mts.map +1 -0
- package/dist/actions/get-forex-macd.mjs +52 -0
- package/dist/actions/get-forex-macd.mjs.map +1 -0
- package/dist/actions/get-forex-real-time-currency-conversion.cjs +36 -0
- package/dist/actions/get-forex-real-time-currency-conversion.cjs.map +1 -0
- package/dist/actions/get-forex-real-time-currency-conversion.d.cts +9 -0
- package/dist/actions/get-forex-real-time-currency-conversion.d.cts.map +1 -0
- package/dist/actions/get-forex-real-time-currency-conversion.d.mts +9 -0
- package/dist/actions/get-forex-real-time-currency-conversion.d.mts.map +1 -0
- package/dist/actions/get-forex-real-time-currency-conversion.mjs +35 -0
- package/dist/actions/get-forex-real-time-currency-conversion.mjs.map +1 -0
- package/dist/actions/get-forex-rsi.cjs +57 -0
- package/dist/actions/get-forex-rsi.cjs.map +1 -0
- package/dist/actions/get-forex-rsi.d.cts +9 -0
- package/dist/actions/get-forex-rsi.d.cts.map +1 -0
- package/dist/actions/get-forex-rsi.d.mts +9 -0
- package/dist/actions/get-forex-rsi.d.mts.map +1 -0
- package/dist/actions/get-forex-rsi.mjs +56 -0
- package/dist/actions/get-forex-rsi.mjs.map +1 -0
- package/dist/actions/get-forex-sma.cjs +70 -0
- package/dist/actions/get-forex-sma.cjs.map +1 -0
- package/dist/actions/get-forex-sma.d.cts +9 -0
- package/dist/actions/get-forex-sma.d.cts.map +1 -0
- package/dist/actions/get-forex-sma.d.mts +9 -0
- package/dist/actions/get-forex-sma.d.mts.map +1 -0
- package/dist/actions/get-forex-sma.mjs +69 -0
- package/dist/actions/get-forex-sma.mjs.map +1 -0
- package/dist/actions/get-futures-quotes.cjs +42 -0
- package/dist/actions/get-futures-quotes.cjs.map +1 -0
- package/dist/actions/get-futures-quotes.d.cts +9 -0
- package/dist/actions/get-futures-quotes.d.cts.map +1 -0
- package/dist/actions/get-futures-quotes.d.mts +9 -0
- package/dist/actions/get-futures-quotes.d.mts.map +1 -0
- package/dist/actions/get-futures-quotes.mjs +41 -0
- package/dist/actions/get-futures-quotes.mjs.map +1 -0
- package/dist/actions/get-grouped-daily.cjs +44 -0
- package/dist/actions/get-grouped-daily.cjs.map +1 -0
- package/dist/actions/get-grouped-daily.d.cts +9 -0
- package/dist/actions/get-grouped-daily.d.cts.map +1 -0
- package/dist/actions/get-grouped-daily.d.mts +9 -0
- package/dist/actions/get-grouped-daily.d.mts.map +1 -0
- package/dist/actions/get-grouped-daily.mjs +43 -0
- package/dist/actions/get-grouped-daily.mjs.map +1 -0
- package/dist/actions/get-historic-forex-ticks.cjs +33 -0
- package/dist/actions/get-historic-forex-ticks.cjs.map +1 -0
- package/dist/actions/get-historic-forex-ticks.d.cts +9 -0
- package/dist/actions/get-historic-forex-ticks.d.cts.map +1 -0
- package/dist/actions/get-historic-forex-ticks.d.mts +9 -0
- package/dist/actions/get-historic-forex-ticks.d.mts.map +1 -0
- package/dist/actions/get-historic-forex-ticks.mjs +32 -0
- package/dist/actions/get-historic-forex-ticks.mjs.map +1 -0
- package/dist/actions/get-inflation-expectations.cjs +41 -0
- package/dist/actions/get-inflation-expectations.cjs.map +1 -0
- package/dist/actions/get-inflation-expectations.d.cts +9 -0
- package/dist/actions/get-inflation-expectations.d.cts.map +1 -0
- package/dist/actions/get-inflation-expectations.d.mts +9 -0
- package/dist/actions/get-inflation-expectations.d.mts.map +1 -0
- package/dist/actions/get-inflation-expectations.mjs +40 -0
- package/dist/actions/get-inflation-expectations.mjs.map +1 -0
- package/dist/actions/get-ipo-data.cjs +40 -0
- package/dist/actions/get-ipo-data.cjs.map +1 -0
- package/dist/actions/get-ipo-data.d.cts +9 -0
- package/dist/actions/get-ipo-data.d.cts.map +1 -0
- package/dist/actions/get-ipo-data.d.mts +9 -0
- package/dist/actions/get-ipo-data.d.mts.map +1 -0
- package/dist/actions/get-ipo-data.mjs +39 -0
- package/dist/actions/get-ipo-data.mjs.map +1 -0
- package/dist/actions/get-labor-market.cjs +38 -0
- package/dist/actions/get-labor-market.cjs.map +1 -0
- package/dist/actions/get-labor-market.d.cts +9 -0
- package/dist/actions/get-labor-market.d.cts.map +1 -0
- package/dist/actions/get-labor-market.d.mts +9 -0
- package/dist/actions/get-labor-market.d.mts.map +1 -0
- package/dist/actions/get-labor-market.mjs +37 -0
- package/dist/actions/get-labor-market.mjs.map +1 -0
- package/dist/actions/get-macd.cjs +49 -0
- package/dist/actions/get-macd.cjs.map +1 -0
- package/dist/actions/get-macd.d.cts +9 -0
- package/dist/actions/get-macd.d.cts.map +1 -0
- package/dist/actions/get-macd.d.mts +9 -0
- package/dist/actions/get-macd.d.mts.map +1 -0
- package/dist/actions/get-macd.mjs +48 -0
- package/dist/actions/get-macd.mjs.map +1 -0
- package/dist/actions/get-market-holidays.cjs +24 -0
- package/dist/actions/get-market-holidays.cjs.map +1 -0
- package/dist/actions/get-market-holidays.d.cts +9 -0
- package/dist/actions/get-market-holidays.d.cts.map +1 -0
- package/dist/actions/get-market-holidays.d.mts +9 -0
- package/dist/actions/get-market-holidays.d.mts.map +1 -0
- package/dist/actions/get-market-holidays.mjs +23 -0
- package/dist/actions/get-market-holidays.mjs.map +1 -0
- package/dist/actions/get-market-status.cjs +24 -0
- package/dist/actions/get-market-status.cjs.map +1 -0
- package/dist/actions/get-market-status.d.cts +9 -0
- package/dist/actions/get-market-status.d.cts.map +1 -0
- package/dist/actions/get-market-status.d.mts +9 -0
- package/dist/actions/get-market-status.d.mts.map +1 -0
- package/dist/actions/get-market-status.mjs +21 -0
- package/dist/actions/get-market-status.mjs.map +1 -0
- package/dist/actions/get-news.cjs +48 -0
- package/dist/actions/get-news.cjs.map +1 -0
- package/dist/actions/get-news.d.cts +9 -0
- package/dist/actions/get-news.d.cts.map +1 -0
- package/dist/actions/get-news.d.mts +9 -0
- package/dist/actions/get-news.d.mts.map +1 -0
- package/dist/actions/get-news.mjs +47 -0
- package/dist/actions/get-news.mjs.map +1 -0
- package/dist/actions/get-options-contract-overview.cjs +41 -0
- package/dist/actions/get-options-contract-overview.cjs.map +1 -0
- package/dist/actions/get-options-contract-overview.d.cts +9 -0
- package/dist/actions/get-options-contract-overview.d.cts.map +1 -0
- package/dist/actions/get-options-contract-overview.d.mts +9 -0
- package/dist/actions/get-options-contract-overview.d.mts.map +1 -0
- package/dist/actions/get-options-contract-overview.mjs +40 -0
- package/dist/actions/get-options-contract-overview.mjs.map +1 -0
- package/dist/actions/get-options-ema.cjs +62 -0
- package/dist/actions/get-options-ema.cjs.map +1 -0
- package/dist/actions/get-options-ema.d.cts +9 -0
- package/dist/actions/get-options-ema.d.cts.map +1 -0
- package/dist/actions/get-options-ema.d.mts +9 -0
- package/dist/actions/get-options-ema.d.mts.map +1 -0
- package/dist/actions/get-options-ema.mjs +61 -0
- package/dist/actions/get-options-ema.mjs.map +1 -0
- package/dist/actions/get-options-macd.cjs +49 -0
- package/dist/actions/get-options-macd.cjs.map +1 -0
- package/dist/actions/get-options-macd.d.cts +9 -0
- package/dist/actions/get-options-macd.d.cts.map +1 -0
- package/dist/actions/get-options-macd.d.mts +9 -0
- package/dist/actions/get-options-macd.d.mts.map +1 -0
- package/dist/actions/get-options-macd.mjs +48 -0
- package/dist/actions/get-options-macd.mjs.map +1 -0
- package/dist/actions/get-options-rsi.cjs +57 -0
- package/dist/actions/get-options-rsi.cjs.map +1 -0
- package/dist/actions/get-options-rsi.d.cts +9 -0
- package/dist/actions/get-options-rsi.d.cts.map +1 -0
- package/dist/actions/get-options-rsi.d.mts +9 -0
- package/dist/actions/get-options-rsi.d.mts.map +1 -0
- package/dist/actions/get-options-rsi.mjs +56 -0
- package/dist/actions/get-options-rsi.mjs.map +1 -0
- package/dist/actions/get-options-sma.cjs +71 -0
- package/dist/actions/get-options-sma.cjs.map +1 -0
- package/dist/actions/get-options-sma.d.cts +9 -0
- package/dist/actions/get-options-sma.d.cts.map +1 -0
- package/dist/actions/get-options-sma.d.mts +9 -0
- package/dist/actions/get-options-sma.d.mts.map +1 -0
- package/dist/actions/get-options-sma.mjs +70 -0
- package/dist/actions/get-options-sma.mjs.map +1 -0
- package/dist/actions/get-related-companies.cjs +22 -0
- package/dist/actions/get-related-companies.cjs.map +1 -0
- package/dist/actions/get-related-companies.d.cts +9 -0
- package/dist/actions/get-related-companies.d.cts.map +1 -0
- package/dist/actions/get-related-companies.d.mts +9 -0
- package/dist/actions/get-related-companies.d.mts.map +1 -0
- package/dist/actions/get-related-companies.mjs +21 -0
- package/dist/actions/get-related-companies.mjs.map +1 -0
- package/dist/actions/get-rsi.cjs +45 -0
- package/dist/actions/get-rsi.cjs.map +1 -0
- package/dist/actions/get-rsi.d.cts +9 -0
- package/dist/actions/get-rsi.d.cts.map +1 -0
- package/dist/actions/get-rsi.d.mts +9 -0
- package/dist/actions/get-rsi.d.mts.map +1 -0
- package/dist/actions/get-rsi.mjs +44 -0
- package/dist/actions/get-rsi.mjs.map +1 -0
- package/dist/actions/get-sma.cjs +45 -0
- package/dist/actions/get-sma.cjs.map +1 -0
- package/dist/actions/get-sma.d.cts +9 -0
- package/dist/actions/get-sma.d.cts.map +1 -0
- package/dist/actions/get-sma.d.mts +9 -0
- package/dist/actions/get-sma.d.mts.map +1 -0
- package/dist/actions/get-sma.mjs +44 -0
- package/dist/actions/get-sma.mjs.map +1 -0
- package/dist/actions/get-splits.cjs +39 -0
- package/dist/actions/get-splits.cjs.map +1 -0
- package/dist/actions/get-splits.d.cts +9 -0
- package/dist/actions/get-splits.d.cts.map +1 -0
- package/dist/actions/get-splits.d.mts +9 -0
- package/dist/actions/get-splits.d.mts.map +1 -0
- package/dist/actions/get-splits.mjs +38 -0
- package/dist/actions/get-splits.mjs.map +1 -0
- package/dist/actions/get-stocks-custom-bars.cjs +50 -0
- package/dist/actions/get-stocks-custom-bars.cjs.map +1 -0
- package/dist/actions/get-stocks-custom-bars.d.cts +9 -0
- package/dist/actions/get-stocks-custom-bars.d.cts.map +1 -0
- package/dist/actions/get-stocks-custom-bars.d.mts +9 -0
- package/dist/actions/get-stocks-custom-bars.d.mts.map +1 -0
- package/dist/actions/get-stocks-custom-bars.mjs +49 -0
- package/dist/actions/get-stocks-custom-bars.mjs.map +1 -0
- package/dist/actions/get-stocks-daily-market-summary.cjs +39 -0
- package/dist/actions/get-stocks-daily-market-summary.cjs.map +1 -0
- package/dist/actions/get-stocks-daily-market-summary.d.cts +9 -0
- package/dist/actions/get-stocks-daily-market-summary.d.cts.map +1 -0
- package/dist/actions/get-stocks-daily-market-summary.d.mts +9 -0
- package/dist/actions/get-stocks-daily-market-summary.d.mts.map +1 -0
- package/dist/actions/get-stocks-daily-market-summary.mjs +38 -0
- package/dist/actions/get-stocks-daily-market-summary.mjs.map +1 -0
- package/dist/actions/get-stocks-filings-risk-factors.cjs +51 -0
- package/dist/actions/get-stocks-filings-risk-factors.cjs.map +1 -0
- package/dist/actions/get-stocks-filings-risk-factors.d.cts +9 -0
- package/dist/actions/get-stocks-filings-risk-factors.d.cts.map +1 -0
- package/dist/actions/get-stocks-filings-risk-factors.d.mts +9 -0
- package/dist/actions/get-stocks-filings-risk-factors.d.mts.map +1 -0
- package/dist/actions/get-stocks-filings-risk-factors.mjs +50 -0
- package/dist/actions/get-stocks-filings-risk-factors.mjs.map +1 -0
- package/dist/actions/get-stocks-filings-sections.cjs +57 -0
- package/dist/actions/get-stocks-filings-sections.cjs.map +1 -0
- package/dist/actions/get-stocks-filings-sections.d.cts +9 -0
- package/dist/actions/get-stocks-filings-sections.d.cts.map +1 -0
- package/dist/actions/get-stocks-filings-sections.d.mts +9 -0
- package/dist/actions/get-stocks-filings-sections.d.mts.map +1 -0
- package/dist/actions/get-stocks-filings-sections.mjs +56 -0
- package/dist/actions/get-stocks-filings-sections.mjs.map +1 -0
- package/dist/actions/get-stocks-free-float.cjs +41 -0
- package/dist/actions/get-stocks-free-float.cjs.map +1 -0
- package/dist/actions/get-stocks-free-float.d.cts +9 -0
- package/dist/actions/get-stocks-free-float.d.cts.map +1 -0
- package/dist/actions/get-stocks-free-float.d.mts +9 -0
- package/dist/actions/get-stocks-free-float.d.mts.map +1 -0
- package/dist/actions/get-stocks-free-float.mjs +40 -0
- package/dist/actions/get-stocks-free-float.mjs.map +1 -0
- package/dist/actions/get-stocks-full-market-snapshot.cjs +68 -0
- package/dist/actions/get-stocks-full-market-snapshot.cjs.map +1 -0
- package/dist/actions/get-stocks-full-market-snapshot.d.cts +9 -0
- package/dist/actions/get-stocks-full-market-snapshot.d.cts.map +1 -0
- package/dist/actions/get-stocks-full-market-snapshot.d.mts +9 -0
- package/dist/actions/get-stocks-full-market-snapshot.d.mts.map +1 -0
- package/dist/actions/get-stocks-full-market-snapshot.mjs +67 -0
- package/dist/actions/get-stocks-full-market-snapshot.mjs.map +1 -0
- package/dist/actions/get-stocks-income-statements.cjs +92 -0
- package/dist/actions/get-stocks-income-statements.cjs.map +1 -0
- package/dist/actions/get-stocks-income-statements.d.cts +9 -0
- package/dist/actions/get-stocks-income-statements.d.cts.map +1 -0
- package/dist/actions/get-stocks-income-statements.d.mts +9 -0
- package/dist/actions/get-stocks-income-statements.d.mts.map +1 -0
- package/dist/actions/get-stocks-income-statements.mjs +91 -0
- package/dist/actions/get-stocks-income-statements.mjs.map +1 -0
- package/dist/actions/get-stocks-previous-day-bar.cjs +38 -0
- package/dist/actions/get-stocks-previous-day-bar.cjs.map +1 -0
- package/dist/actions/get-stocks-previous-day-bar.d.cts +9 -0
- package/dist/actions/get-stocks-previous-day-bar.d.cts.map +1 -0
- package/dist/actions/get-stocks-previous-day-bar.d.mts +9 -0
- package/dist/actions/get-stocks-previous-day-bar.d.mts.map +1 -0
- package/dist/actions/get-stocks-previous-day-bar.mjs +37 -0
- package/dist/actions/get-stocks-previous-day-bar.mjs.map +1 -0
- package/dist/actions/get-stocks-risk-factor-taxonomies.cjs +54 -0
- package/dist/actions/get-stocks-risk-factor-taxonomies.cjs.map +1 -0
- package/dist/actions/get-stocks-risk-factor-taxonomies.d.cts +9 -0
- package/dist/actions/get-stocks-risk-factor-taxonomies.d.cts.map +1 -0
- package/dist/actions/get-stocks-risk-factor-taxonomies.d.mts +9 -0
- package/dist/actions/get-stocks-risk-factor-taxonomies.d.mts.map +1 -0
- package/dist/actions/get-stocks-risk-factor-taxonomies.mjs +53 -0
- package/dist/actions/get-stocks-risk-factor-taxonomies.mjs.map +1 -0
- package/dist/actions/get-stocks-v1-dividends.cjs +62 -0
- package/dist/actions/get-stocks-v1-dividends.cjs.map +1 -0
- package/dist/actions/get-stocks-v1-dividends.d.cts +9 -0
- package/dist/actions/get-stocks-v1-dividends.d.cts.map +1 -0
- package/dist/actions/get-stocks-v1-dividends.d.mts +9 -0
- package/dist/actions/get-stocks-v1-dividends.d.mts.map +1 -0
- package/dist/actions/get-stocks-v1-dividends.mjs +61 -0
- package/dist/actions/get-stocks-v1-dividends.mjs.map +1 -0
- package/dist/actions/get-stocks-v1-short-interest.cjs +55 -0
- package/dist/actions/get-stocks-v1-short-interest.cjs.map +1 -0
- package/dist/actions/get-stocks-v1-short-interest.d.cts +9 -0
- package/dist/actions/get-stocks-v1-short-interest.d.cts.map +1 -0
- package/dist/actions/get-stocks-v1-short-interest.d.mts +9 -0
- package/dist/actions/get-stocks-v1-short-interest.d.mts.map +1 -0
- package/dist/actions/get-stocks-v1-short-interest.mjs +54 -0
- package/dist/actions/get-stocks-v1-short-interest.mjs.map +1 -0
- package/dist/actions/get-stocks-v1-short-volume.cjs +65 -0
- package/dist/actions/get-stocks-v1-short-volume.cjs.map +1 -0
- package/dist/actions/get-stocks-v1-short-volume.d.cts +9 -0
- package/dist/actions/get-stocks-v1-short-volume.d.cts.map +1 -0
- package/dist/actions/get-stocks-v1-short-volume.d.mts +9 -0
- package/dist/actions/get-stocks-v1-short-volume.d.mts.map +1 -0
- package/dist/actions/get-stocks-v1-short-volume.mjs +64 -0
- package/dist/actions/get-stocks-v1-short-volume.mjs.map +1 -0
- package/dist/actions/get-stocks-v1-splits.cjs +50 -0
- package/dist/actions/get-stocks-v1-splits.cjs.map +1 -0
- package/dist/actions/get-stocks-v1-splits.d.cts +9 -0
- package/dist/actions/get-stocks-v1-splits.d.cts.map +1 -0
- package/dist/actions/get-stocks-v1-splits.d.mts +9 -0
- package/dist/actions/get-stocks-v1-splits.d.mts.map +1 -0
- package/dist/actions/get-stocks-v1-splits.mjs +49 -0
- package/dist/actions/get-stocks-v1-splits.mjs.map +1 -0
- package/dist/actions/get-ticker-events.cjs +33 -0
- package/dist/actions/get-ticker-events.cjs.map +1 -0
- package/dist/actions/get-ticker-events.d.cts +9 -0
- package/dist/actions/get-ticker-events.d.cts.map +1 -0
- package/dist/actions/get-ticker-events.d.mts +9 -0
- package/dist/actions/get-ticker-events.d.mts.map +1 -0
- package/dist/actions/get-ticker-events.mjs +32 -0
- package/dist/actions/get-ticker-events.mjs.map +1 -0
- package/dist/actions/get-ticker-overview.cjs +57 -0
- package/dist/actions/get-ticker-overview.cjs.map +1 -0
- package/dist/actions/get-ticker-overview.d.cts +9 -0
- package/dist/actions/get-ticker-overview.d.cts.map +1 -0
- package/dist/actions/get-ticker-overview.d.mts +9 -0
- package/dist/actions/get-ticker-overview.d.mts.map +1 -0
- package/dist/actions/get-ticker-overview.mjs +56 -0
- package/dist/actions/get-ticker-overview.mjs.map +1 -0
- package/dist/actions/get-ticker-types.cjs +24 -0
- package/dist/actions/get-ticker-types.cjs.map +1 -0
- package/dist/actions/get-ticker-types.d.cts +9 -0
- package/dist/actions/get-ticker-types.d.cts.map +1 -0
- package/dist/actions/get-ticker-types.d.mts +9 -0
- package/dist/actions/get-ticker-types.d.mts.map +1 -0
- package/dist/actions/get-ticker-types.mjs +23 -0
- package/dist/actions/get-ticker-types.mjs.map +1 -0
- package/dist/actions/get-treasury-yields.cjs +45 -0
- package/dist/actions/get-treasury-yields.cjs.map +1 -0
- package/dist/actions/get-treasury-yields.d.cts +9 -0
- package/dist/actions/get-treasury-yields.d.cts.map +1 -0
- package/dist/actions/get-treasury-yields.d.mts +9 -0
- package/dist/actions/get-treasury-yields.d.mts.map +1 -0
- package/dist/actions/get-treasury-yields.mjs +44 -0
- package/dist/actions/get-treasury-yields.mjs.map +1 -0
- package/dist/actions/index.cjs +121 -0
- package/dist/actions/index.d.cts +61 -0
- package/dist/actions/index.d.mts +61 -0
- package/dist/actions/index.mjs +61 -0
- package/dist/actions/list-exchanges.cjs +42 -0
- package/dist/actions/list-exchanges.cjs.map +1 -0
- package/dist/actions/list-exchanges.d.cts +9 -0
- package/dist/actions/list-exchanges.d.cts.map +1 -0
- package/dist/actions/list-exchanges.d.mts +9 -0
- package/dist/actions/list-exchanges.d.mts.map +1 -0
- package/dist/actions/list-exchanges.mjs +41 -0
- package/dist/actions/list-exchanges.mjs.map +1 -0
- package/dist/actions/list-filing-files.cjs +46 -0
- package/dist/actions/list-filing-files.cjs.map +1 -0
- package/dist/actions/list-filing-files.d.cts +9 -0
- package/dist/actions/list-filing-files.d.cts.map +1 -0
- package/dist/actions/list-filing-files.d.mts +9 -0
- package/dist/actions/list-filing-files.d.mts.map +1 -0
- package/dist/actions/list-filing-files.mjs +45 -0
- package/dist/actions/list-filing-files.mjs.map +1 -0
- package/dist/actions/list-filings.cjs +62 -0
- package/dist/actions/list-filings.cjs.map +1 -0
- package/dist/actions/list-filings.d.cts +9 -0
- package/dist/actions/list-filings.d.cts.map +1 -0
- package/dist/actions/list-filings.d.mts +9 -0
- package/dist/actions/list-filings.d.mts.map +1 -0
- package/dist/actions/list-filings.mjs +61 -0
- package/dist/actions/list-filings.mjs.map +1 -0
- package/dist/actions/list-options-contracts.cjs +57 -0
- package/dist/actions/list-options-contracts.cjs.map +1 -0
- package/dist/actions/list-options-contracts.d.cts +9 -0
- package/dist/actions/list-options-contracts.d.cts.map +1 -0
- package/dist/actions/list-options-contracts.d.mts +9 -0
- package/dist/actions/list-options-contracts.d.mts.map +1 -0
- package/dist/actions/list-options-contracts.mjs +56 -0
- package/dist/actions/list-options-contracts.mjs.map +1 -0
- package/dist/actions/polygon-last-quote-for-a-symbol.cjs +30 -0
- package/dist/actions/polygon-last-quote-for-a-symbol.cjs.map +1 -0
- package/dist/actions/polygon-last-quote-for-a-symbol.d.cts +9 -0
- package/dist/actions/polygon-last-quote-for-a-symbol.d.cts.map +1 -0
- package/dist/actions/polygon-last-quote-for-a-symbol.d.mts +9 -0
- package/dist/actions/polygon-last-quote-for-a-symbol.d.mts.map +1 -0
- package/dist/actions/polygon-last-quote-for-a-symbol.mjs +29 -0
- package/dist/actions/polygon-last-quote-for-a-symbol.mjs.map +1 -0
- package/dist/actions/polygon-last-trade-for-a-currency-pair.cjs +30 -0
- package/dist/actions/polygon-last-trade-for-a-currency-pair.cjs.map +1 -0
- package/dist/actions/polygon-last-trade-for-a-currency-pair.d.cts +9 -0
- package/dist/actions/polygon-last-trade-for-a-currency-pair.d.cts.map +1 -0
- package/dist/actions/polygon-last-trade-for-a-currency-pair.d.mts +9 -0
- package/dist/actions/polygon-last-trade-for-a-currency-pair.d.mts.map +1 -0
- package/dist/actions/polygon-last-trade-for-a-currency-pair.mjs +29 -0
- package/dist/actions/polygon-last-trade-for-a-currency-pair.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +126 -0
- package/dist/index.d.cts +63 -0
- package/dist/index.d.mts +63 -0
- package/dist/index.mjs +64 -0
- package/package.json +49 -0
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-market-holidays.ts
|
|
4
|
+
const PolygonIoGetMarketHolidaysInput = z.object({}).describe("Parameters for retrieving upcoming market holidays and half-days. No parameters required.");
|
|
5
|
+
const PolygonIoGetMarketHolidays_HolidaySchema = z.object({
|
|
6
|
+
date: z.string().describe("Date of the holiday or half-day in YYYY-MM-DD format."),
|
|
7
|
+
name: z.string().describe("Name of the holiday (e.g., 'Christmas', 'Thanksgiving')."),
|
|
8
|
+
open: z.string().describe("Market opening time in ISO 8601 format (only for early-close days).").nullable().optional(),
|
|
9
|
+
close: z.string().describe("Market closing time in ISO 8601 format (only for early-close days).").nullable().optional(),
|
|
10
|
+
status: z.string().describe("Status of the market on this day (e.g., 'closed', 'early-close')."),
|
|
11
|
+
exchange: z.string().describe("Exchange or market name (e.g., 'NYSE', 'NASDAQ').")
|
|
12
|
+
});
|
|
13
|
+
const polygonIoGetMarketHolidays = action("POLYGON_IO_GET_MARKET_HOLIDAYS", {
|
|
14
|
+
slug: "polygon_io-get-market-holidays",
|
|
15
|
+
name: "Get Market Holidays",
|
|
16
|
+
description: "Tool to retrieve upcoming market holidays and their corresponding open/close times. Use when planning around market schedules before trading.",
|
|
17
|
+
input: PolygonIoGetMarketHolidaysInput,
|
|
18
|
+
output: z.object({ holidays: z.array(PolygonIoGetMarketHolidays_HolidaySchema).describe("List of upcoming market holidays and half-days.") })
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
export { polygonIoGetMarketHolidays };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=get-market-holidays.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-market-holidays.mjs","names":[],"sources":["../../src/actions/get-market-holidays.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PolygonIoGetMarketHolidaysInput: z.ZodTypeAny = z.object({}).describe(\"Parameters for retrieving upcoming market holidays and half-days. No parameters required.\");\nconst PolygonIoGetMarketHolidays_HolidaySchema: z.ZodTypeAny = z.object({\n date: z.string().describe(\"Date of the holiday or half-day in YYYY-MM-DD format.\"),\n name: z.string().describe(\"Name of the holiday (e.g., 'Christmas', 'Thanksgiving').\"),\n open: z.string().describe(\"Market opening time in ISO 8601 format (only for early-close days).\").nullable().optional(),\n close: z.string().describe(\"Market closing time in ISO 8601 format (only for early-close days).\").nullable().optional(),\n status: z.string().describe(\"Status of the market on this day (e.g., 'closed', 'early-close').\"),\n exchange: z.string().describe(\"Exchange or market name (e.g., 'NYSE', 'NASDAQ').\"),\n});\nexport const PolygonIoGetMarketHolidaysOutput: z.ZodTypeAny = z.object({\n holidays: z.array(PolygonIoGetMarketHolidays_HolidaySchema).describe(\"List of upcoming market holidays and half-days.\"),\n});\n\nexport const polygonIoGetMarketHolidays = action(\"POLYGON_IO_GET_MARKET_HOLIDAYS\", {\n slug: \"polygon_io-get-market-holidays\",\n name: \"Get Market Holidays\",\n description: \"Tool to retrieve upcoming market holidays and their corresponding open/close times. Use when planning around market schedules before trading.\",\n input: PolygonIoGetMarketHolidaysInput,\n output: PolygonIoGetMarketHolidaysOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2FAA2F;AAC9K,MAAM,2CAAyD,EAAE,OAAO;CACtE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACjF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CACpF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;CAC/F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;AACnF,CAAC;AAKD,MAAa,6BAA6B,OAAO,kCAAkC;CACjF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT4D,EAAE,OAAO,EACrE,UAAU,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,iDAAiD,EACxH,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-market-status.ts
|
|
4
|
+
const PolygonIoGetMarketStatusInput = zod.z.object({}).describe("Request schema for retrieving the current trading status of markets.");
|
|
5
|
+
const PolygonIoGetMarketStatusOutput = zod.z.object({
|
|
6
|
+
market: zod.z.string().describe("Overall market status ('open', 'closed', 'extended-hours')."),
|
|
7
|
+
exchanges: zod.z.object({}).describe("Status of stock exchanges by name (e.g., 'nasdaq': 'extended-hours')."),
|
|
8
|
+
afterHours: zod.z.boolean().describe("Whether the after-hours session is currently open."),
|
|
9
|
+
currencies: zod.z.object({}).describe("Status of currency markets by type (e.g., 'crypto': 'open')."),
|
|
10
|
+
earlyHours: zod.z.boolean().describe("Whether the pre-market session is currently open."),
|
|
11
|
+
serverTime: zod.z.string().describe("Server timestamp in ISO-8601 format."),
|
|
12
|
+
indicesGroups: zod.z.object({}).describe("Status of index trading hours by provider (e.g., 's_and_p': 'open', 'nasdaq': 'closed').").nullable().optional()
|
|
13
|
+
});
|
|
14
|
+
const polygonIoGetMarketStatus = require_action.action("POLYGON_IO_GET_MARKET_STATUS", {
|
|
15
|
+
slug: "polygon_io-get-market-status",
|
|
16
|
+
name: "Get Market Status",
|
|
17
|
+
description: "Tool to retrieve the current trading status across major exchanges and currency markets. Use for real-time monitoring, scheduling, or UI updates.",
|
|
18
|
+
input: PolygonIoGetMarketStatusInput,
|
|
19
|
+
output: PolygonIoGetMarketStatusOutput
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
exports.polygonIoGetMarketStatus = polygonIoGetMarketStatus;
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=get-market-status.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-market-status.cjs","names":["z","action"],"sources":["../../src/actions/get-market-status.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PolygonIoGetMarketStatusInput: z.ZodTypeAny = z.object({}).describe(\"Request schema for retrieving the current trading status of markets.\");\nexport const PolygonIoGetMarketStatusOutput: z.ZodTypeAny = z.object({\n market: z.string().describe(\"Overall market status ('open', 'closed', 'extended-hours').\"),\n exchanges: z.object({}).describe(\"Status of stock exchanges by name (e.g., 'nasdaq': 'extended-hours').\"),\n afterHours: z.boolean().describe(\"Whether the after-hours session is currently open.\"),\n currencies: z.object({}).describe(\"Status of currency markets by type (e.g., 'crypto': 'open').\"),\n earlyHours: z.boolean().describe(\"Whether the pre-market session is currently open.\"),\n serverTime: z.string().describe(\"Server timestamp in ISO-8601 format.\"),\n indicesGroups: z.object({}).describe(\"Status of index trading hours by provider (e.g., 's_and_p': 'open', 'nasdaq': 'closed').\").nullable().optional(),\n});\n\nexport const polygonIoGetMarketStatus = action(\"POLYGON_IO_GET_MARKET_STATUS\", {\n slug: \"polygon_io-get-market-status\",\n name: \"Get Market Status\",\n description: \"Tool to retrieve the current trading status across major exchanges and currency markets. Use for real-time monitoring, scheduling, or UI updates.\",\n input: PolygonIoGetMarketStatusInput,\n output: PolygonIoGetMarketStatusOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sEAAsE;AACvJ,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CACzF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uEAAuE;CACxG,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oDAAoD;CACrF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DAA8D;CAChG,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD;CACpF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACtE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvJ,CAAC;AAED,MAAa,2BAA2BC,eAAAA,OAAO,gCAAgC;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-market-status.d.ts
|
|
4
|
+
declare const PolygonIoGetMarketStatusInput: z.ZodTypeAny;
|
|
5
|
+
declare const PolygonIoGetMarketStatusOutput: z.ZodTypeAny;
|
|
6
|
+
declare const polygonIoGetMarketStatus: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { polygonIoGetMarketStatus };
|
|
9
|
+
//# sourceMappingURL=get-market-status.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-market-status.d.cts","names":[],"sources":["../../src/actions/get-market-status.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAA0G;AAAA,cAC3I,8BAAA,EAAgC,CAAA,CAAE,UAQ7C;AAAA,cAEW,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-market-status.d.ts
|
|
4
|
+
declare const PolygonIoGetMarketStatusInput: z.ZodTypeAny;
|
|
5
|
+
declare const PolygonIoGetMarketStatusOutput: z.ZodTypeAny;
|
|
6
|
+
declare const polygonIoGetMarketStatus: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { polygonIoGetMarketStatus };
|
|
9
|
+
//# sourceMappingURL=get-market-status.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-market-status.d.mts","names":[],"sources":["../../src/actions/get-market-status.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAA0G;AAAA,cAC3I,8BAAA,EAAgC,CAAA,CAAE,UAQ7C;AAAA,cAEW,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const polygonIoGetMarketStatus = action("POLYGON_IO_GET_MARKET_STATUS", {
|
|
4
|
+
slug: "polygon_io-get-market-status",
|
|
5
|
+
name: "Get Market Status",
|
|
6
|
+
description: "Tool to retrieve the current trading status across major exchanges and currency markets. Use for real-time monitoring, scheduling, or UI updates.",
|
|
7
|
+
input: z.object({}).describe("Request schema for retrieving the current trading status of markets."),
|
|
8
|
+
output: z.object({
|
|
9
|
+
market: z.string().describe("Overall market status ('open', 'closed', 'extended-hours')."),
|
|
10
|
+
exchanges: z.object({}).describe("Status of stock exchanges by name (e.g., 'nasdaq': 'extended-hours')."),
|
|
11
|
+
afterHours: z.boolean().describe("Whether the after-hours session is currently open."),
|
|
12
|
+
currencies: z.object({}).describe("Status of currency markets by type (e.g., 'crypto': 'open')."),
|
|
13
|
+
earlyHours: z.boolean().describe("Whether the pre-market session is currently open."),
|
|
14
|
+
serverTime: z.string().describe("Server timestamp in ISO-8601 format."),
|
|
15
|
+
indicesGroups: z.object({}).describe("Status of index trading hours by provider (e.g., 's_and_p': 'open', 'nasdaq': 'closed').").nullable().optional()
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
//#endregion
|
|
19
|
+
export { polygonIoGetMarketStatus };
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=get-market-status.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-market-status.mjs","names":[],"sources":["../../src/actions/get-market-status.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PolygonIoGetMarketStatusInput: z.ZodTypeAny = z.object({}).describe(\"Request schema for retrieving the current trading status of markets.\");\nexport const PolygonIoGetMarketStatusOutput: z.ZodTypeAny = z.object({\n market: z.string().describe(\"Overall market status ('open', 'closed', 'extended-hours').\"),\n exchanges: z.object({}).describe(\"Status of stock exchanges by name (e.g., 'nasdaq': 'extended-hours').\"),\n afterHours: z.boolean().describe(\"Whether the after-hours session is currently open.\"),\n currencies: z.object({}).describe(\"Status of currency markets by type (e.g., 'crypto': 'open').\"),\n earlyHours: z.boolean().describe(\"Whether the pre-market session is currently open.\"),\n serverTime: z.string().describe(\"Server timestamp in ISO-8601 format.\"),\n indicesGroups: z.object({}).describe(\"Status of index trading hours by provider (e.g., 's_and_p': 'open', 'nasdaq': 'closed').\").nullable().optional(),\n});\n\nexport const polygonIoGetMarketStatus = action(\"POLYGON_IO_GET_MARKET_STATUS\", {\n slug: \"polygon_io-get-market-status\",\n name: \"Get Market Status\",\n description: \"Tool to retrieve the current trading status across major exchanges and currency markets. Use for real-time monitoring, scheduling, or UI updates.\",\n input: PolygonIoGetMarketStatusInput,\n output: PolygonIoGetMarketStatusOutput,\n});\n"],"mappings":";;AAeA,MAAa,2BAA2B,OAAO,gCAAgC;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAfyD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sEAexE;CACP,QAf0D,EAAE,OAAO;EACnE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;EACzF,WAAW,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uEAAuE;EACxG,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,oDAAoD;EACrF,YAAY,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DAA8D;EAChG,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD;EACpF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;EACtE,eAAe,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvJ,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-news.ts
|
|
4
|
+
const PolygonIoGetNewsInput = zod.z.object({
|
|
5
|
+
sort: zod.z.string().describe("Field to sort by; only 'published_utc' is supported").optional(),
|
|
6
|
+
limit: zod.z.number().int().describe("Limit the number of results (1-1000). Defaults to 10 if not provided.").optional(),
|
|
7
|
+
order: zod.z.enum(["asc", "desc"]).describe("Order of results by published_utc: 'asc' or 'desc'").optional(),
|
|
8
|
+
cursor: zod.z.string().describe("Cursor for pagination. Use the 'next_url' or cursor value from previous response.").optional(),
|
|
9
|
+
ticker: zod.z.string().describe("Only return news articles for this ticker symbol, e.g., 'AAPL'").optional(),
|
|
10
|
+
"published_utc.gte": zod.z.string().describe("Return articles published on or after this UTC date/time (ISO-8601), e.g., '2022-01-01T00:00:00Z'").optional(),
|
|
11
|
+
"published_utc.lte": zod.z.string().describe("Return articles published on or before this UTC date/time (ISO-8601), e.g., '2022-01-31T23:59:59Z'").optional()
|
|
12
|
+
}).describe("Parameters to filter and paginate news articles.");
|
|
13
|
+
const PolygonIoGetNews_PublisherSchema = zod.z.object({
|
|
14
|
+
name: zod.z.string().describe("Publisher name"),
|
|
15
|
+
logo_url: zod.z.string().describe("Publisher logo URL").nullable().optional(),
|
|
16
|
+
favicon_url: zod.z.string().describe("Publisher favicon URL").nullable().optional(),
|
|
17
|
+
homepage_url: zod.z.string().describe("Publisher homepage URL")
|
|
18
|
+
});
|
|
19
|
+
const PolygonIoGetNews_NewsArticleSchema = zod.z.object({
|
|
20
|
+
id: zod.z.string().describe("Unique article ID"),
|
|
21
|
+
title: zod.z.string().describe("Headline of the article"),
|
|
22
|
+
author: zod.z.string().describe("Author of the article").nullable().optional(),
|
|
23
|
+
amp_url: zod.z.string().describe("Accelerated Mobile Page URL, if available").nullable().optional(),
|
|
24
|
+
tickers: zod.z.array(zod.z.string()).describe("List of ticker symbols referenced in the article"),
|
|
25
|
+
keywords: zod.z.array(zod.z.string()).describe("Keywords associated with the article").nullable().optional(),
|
|
26
|
+
image_url: zod.z.string().describe("Image URL of the article, if available").nullable().optional(),
|
|
27
|
+
publisher: PolygonIoGetNews_PublisherSchema.nullable(),
|
|
28
|
+
article_url: zod.z.string().describe("URL to the full article"),
|
|
29
|
+
description: zod.z.string().describe("Summary of the article").nullable().optional(),
|
|
30
|
+
published_utc: zod.z.string().describe("Publish date/time in UTC (ISO-8601)")
|
|
31
|
+
});
|
|
32
|
+
const PolygonIoGetNewsOutput = zod.z.object({
|
|
33
|
+
status: zod.z.string().describe("Response status, e.g., 'OK'"),
|
|
34
|
+
results: zod.z.array(PolygonIoGetNews_NewsArticleSchema).describe("List of news articles"),
|
|
35
|
+
next_url: zod.z.string().describe("URL to fetch the next page of results, if available").nullable().optional(),
|
|
36
|
+
request_id: zod.z.string().describe("Unique identifier for the request")
|
|
37
|
+
});
|
|
38
|
+
const polygonIoGetNews = require_action.action("POLYGON_IO_GET_NEWS", {
|
|
39
|
+
slug: "polygon_io-get-news",
|
|
40
|
+
name: "Get News",
|
|
41
|
+
description: "Tool to retrieve the most recent news articles for a specified ticker. Use when you need summaries, source details, and sentiment analysis for market news.",
|
|
42
|
+
input: PolygonIoGetNewsInput,
|
|
43
|
+
output: PolygonIoGetNewsOutput
|
|
44
|
+
});
|
|
45
|
+
//#endregion
|
|
46
|
+
exports.polygonIoGetNews = polygonIoGetNews;
|
|
47
|
+
|
|
48
|
+
//# sourceMappingURL=get-news.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-news.cjs","names":["z","action"],"sources":["../../src/actions/get-news.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PolygonIoGetNewsInput: z.ZodTypeAny = z.object({\n sort: z.string().describe(\"Field to sort by; only 'published_utc' is supported\").optional(),\n limit: z.number().int().describe(\"Limit the number of results (1-1000). Defaults to 10 if not provided.\").optional(),\n order: z.enum([\"asc\", \"desc\"]).describe(\"Order of results by published_utc: 'asc' or 'desc'\").optional(),\n cursor: z.string().describe(\"Cursor for pagination. Use the 'next_url' or cursor value from previous response.\").optional(),\n ticker: z.string().describe(\"Only return news articles for this ticker symbol, e.g., 'AAPL'\").optional(),\n \"published_utc.gte\": z.string().describe(\"Return articles published on or after this UTC date/time (ISO-8601), e.g., '2022-01-01T00:00:00Z'\").optional(),\n \"published_utc.lte\": z.string().describe(\"Return articles published on or before this UTC date/time (ISO-8601), e.g., '2022-01-31T23:59:59Z'\").optional(),\n}).describe(\"Parameters to filter and paginate news articles.\");\nconst PolygonIoGetNews_PublisherSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Publisher name\"),\n logo_url: z.string().describe(\"Publisher logo URL\").nullable().optional(),\n favicon_url: z.string().describe(\"Publisher favicon URL\").nullable().optional(),\n homepage_url: z.string().describe(\"Publisher homepage URL\"),\n});\nconst PolygonIoGetNews_NewsArticleSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique article ID\"),\n title: z.string().describe(\"Headline of the article\"),\n author: z.string().describe(\"Author of the article\").nullable().optional(),\n amp_url: z.string().describe(\"Accelerated Mobile Page URL, if available\").nullable().optional(),\n tickers: z.array(z.string()).describe(\"List of ticker symbols referenced in the article\"),\n keywords: z.array(z.string()).describe(\"Keywords associated with the article\").nullable().optional(),\n image_url: z.string().describe(\"Image URL of the article, if available\").nullable().optional(),\n publisher: PolygonIoGetNews_PublisherSchema.nullable(),\n article_url: z.string().describe(\"URL to the full article\"),\n description: z.string().describe(\"Summary of the article\").nullable().optional(),\n published_utc: z.string().describe(\"Publish date/time in UTC (ISO-8601)\"),\n});\nexport const PolygonIoGetNewsOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Response status, e.g., 'OK'\"),\n results: z.array(PolygonIoGetNews_NewsArticleSchema).describe(\"List of news articles\"),\n next_url: z.string().describe(\"URL to fetch the next page of results, if available\").nullable().optional(),\n request_id: z.string().describe(\"Unique identifier for the request\"),\n});\n\nexport const polygonIoGetNews = action(\"POLYGON_IO_GET_NEWS\", {\n slug: \"polygon_io-get-news\",\n name: \"Get News\",\n description: \"Tool to retrieve the most recent news articles for a specified ticker. Use when you need summaries, source details, and sentiment analysis for market news.\",\n input: PolygonIoGetNewsInput,\n output: PolygonIoGetNewsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-news.d.ts
|
|
4
|
+
declare const PolygonIoGetNewsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PolygonIoGetNewsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const polygonIoGetNews: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { polygonIoGetNews };
|
|
9
|
+
//# sourceMappingURL=get-news.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-news.d.cts","names":[],"sources":["../../src/actions/get-news.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAQyB;AAAA,cAoBlD,sBAAA,EAAwB,CAAA,CAAE,UAKrC;AAAA,cAEW,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-news.d.ts
|
|
4
|
+
declare const PolygonIoGetNewsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PolygonIoGetNewsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const polygonIoGetNews: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { polygonIoGetNews };
|
|
9
|
+
//# sourceMappingURL=get-news.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-news.d.mts","names":[],"sources":["../../src/actions/get-news.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAQyB;AAAA,cAoBlD,sBAAA,EAAwB,CAAA,CAAE,UAKrC;AAAA,cAEW,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-news.ts
|
|
4
|
+
const PolygonIoGetNewsInput = z.object({
|
|
5
|
+
sort: z.string().describe("Field to sort by; only 'published_utc' is supported").optional(),
|
|
6
|
+
limit: z.number().int().describe("Limit the number of results (1-1000). Defaults to 10 if not provided.").optional(),
|
|
7
|
+
order: z.enum(["asc", "desc"]).describe("Order of results by published_utc: 'asc' or 'desc'").optional(),
|
|
8
|
+
cursor: z.string().describe("Cursor for pagination. Use the 'next_url' or cursor value from previous response.").optional(),
|
|
9
|
+
ticker: z.string().describe("Only return news articles for this ticker symbol, e.g., 'AAPL'").optional(),
|
|
10
|
+
"published_utc.gte": z.string().describe("Return articles published on or after this UTC date/time (ISO-8601), e.g., '2022-01-01T00:00:00Z'").optional(),
|
|
11
|
+
"published_utc.lte": z.string().describe("Return articles published on or before this UTC date/time (ISO-8601), e.g., '2022-01-31T23:59:59Z'").optional()
|
|
12
|
+
}).describe("Parameters to filter and paginate news articles.");
|
|
13
|
+
const PolygonIoGetNews_PublisherSchema = z.object({
|
|
14
|
+
name: z.string().describe("Publisher name"),
|
|
15
|
+
logo_url: z.string().describe("Publisher logo URL").nullable().optional(),
|
|
16
|
+
favicon_url: z.string().describe("Publisher favicon URL").nullable().optional(),
|
|
17
|
+
homepage_url: z.string().describe("Publisher homepage URL")
|
|
18
|
+
});
|
|
19
|
+
const PolygonIoGetNews_NewsArticleSchema = z.object({
|
|
20
|
+
id: z.string().describe("Unique article ID"),
|
|
21
|
+
title: z.string().describe("Headline of the article"),
|
|
22
|
+
author: z.string().describe("Author of the article").nullable().optional(),
|
|
23
|
+
amp_url: z.string().describe("Accelerated Mobile Page URL, if available").nullable().optional(),
|
|
24
|
+
tickers: z.array(z.string()).describe("List of ticker symbols referenced in the article"),
|
|
25
|
+
keywords: z.array(z.string()).describe("Keywords associated with the article").nullable().optional(),
|
|
26
|
+
image_url: z.string().describe("Image URL of the article, if available").nullable().optional(),
|
|
27
|
+
publisher: PolygonIoGetNews_PublisherSchema.nullable(),
|
|
28
|
+
article_url: z.string().describe("URL to the full article"),
|
|
29
|
+
description: z.string().describe("Summary of the article").nullable().optional(),
|
|
30
|
+
published_utc: z.string().describe("Publish date/time in UTC (ISO-8601)")
|
|
31
|
+
});
|
|
32
|
+
const polygonIoGetNews = action("POLYGON_IO_GET_NEWS", {
|
|
33
|
+
slug: "polygon_io-get-news",
|
|
34
|
+
name: "Get News",
|
|
35
|
+
description: "Tool to retrieve the most recent news articles for a specified ticker. Use when you need summaries, source details, and sentiment analysis for market news.",
|
|
36
|
+
input: PolygonIoGetNewsInput,
|
|
37
|
+
output: z.object({
|
|
38
|
+
status: z.string().describe("Response status, e.g., 'OK'"),
|
|
39
|
+
results: z.array(PolygonIoGetNews_NewsArticleSchema).describe("List of news articles"),
|
|
40
|
+
next_url: z.string().describe("URL to fetch the next page of results, if available").nullable().optional(),
|
|
41
|
+
request_id: z.string().describe("Unique identifier for the request")
|
|
42
|
+
})
|
|
43
|
+
});
|
|
44
|
+
//#endregion
|
|
45
|
+
export { polygonIoGetNews };
|
|
46
|
+
|
|
47
|
+
//# sourceMappingURL=get-news.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-news.mjs","names":[],"sources":["../../src/actions/get-news.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PolygonIoGetNewsInput: z.ZodTypeAny = z.object({\n sort: z.string().describe(\"Field to sort by; only 'published_utc' is supported\").optional(),\n limit: z.number().int().describe(\"Limit the number of results (1-1000). Defaults to 10 if not provided.\").optional(),\n order: z.enum([\"asc\", \"desc\"]).describe(\"Order of results by published_utc: 'asc' or 'desc'\").optional(),\n cursor: z.string().describe(\"Cursor for pagination. Use the 'next_url' or cursor value from previous response.\").optional(),\n ticker: z.string().describe(\"Only return news articles for this ticker symbol, e.g., 'AAPL'\").optional(),\n \"published_utc.gte\": z.string().describe(\"Return articles published on or after this UTC date/time (ISO-8601), e.g., '2022-01-01T00:00:00Z'\").optional(),\n \"published_utc.lte\": z.string().describe(\"Return articles published on or before this UTC date/time (ISO-8601), e.g., '2022-01-31T23:59:59Z'\").optional(),\n}).describe(\"Parameters to filter and paginate news articles.\");\nconst PolygonIoGetNews_PublisherSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Publisher name\"),\n logo_url: z.string().describe(\"Publisher logo URL\").nullable().optional(),\n favicon_url: z.string().describe(\"Publisher favicon URL\").nullable().optional(),\n homepage_url: z.string().describe(\"Publisher homepage URL\"),\n});\nconst PolygonIoGetNews_NewsArticleSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique article ID\"),\n title: z.string().describe(\"Headline of the article\"),\n author: z.string().describe(\"Author of the article\").nullable().optional(),\n amp_url: z.string().describe(\"Accelerated Mobile Page URL, if available\").nullable().optional(),\n tickers: z.array(z.string()).describe(\"List of ticker symbols referenced in the article\"),\n keywords: z.array(z.string()).describe(\"Keywords associated with the article\").nullable().optional(),\n image_url: z.string().describe(\"Image URL of the article, if available\").nullable().optional(),\n publisher: PolygonIoGetNews_PublisherSchema.nullable(),\n article_url: z.string().describe(\"URL to the full article\"),\n description: z.string().describe(\"Summary of the article\").nullable().optional(),\n published_utc: z.string().describe(\"Publish date/time in UTC (ISO-8601)\"),\n});\nexport const PolygonIoGetNewsOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Response status, e.g., 'OK'\"),\n results: z.array(PolygonIoGetNews_NewsArticleSchema).describe(\"List of news articles\"),\n next_url: z.string().describe(\"URL to fetch the next page of results, if available\").nullable().optional(),\n request_id: z.string().describe(\"Unique identifier for the request\"),\n});\n\nexport const polygonIoGetNews = action(\"POLYGON_IO_GET_NEWS\", {\n slug: \"polygon_io-get-news\",\n name: \"Get News\",\n description: \"Tool to retrieve the most recent news articles for a specified ticker. Use when you need summaries, source details, and sentiment analysis for market news.\",\n input: PolygonIoGetNewsInput,\n output: PolygonIoGetNewsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAsC,EAAE,OAAO;CAC1D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CAC1F,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CACnH,OAAO,EAAE,KAAK,CAAC,OAAO,MAAM,CAAC,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CACvG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;CAC1H,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CACvG,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,mGAAmG,CAAC,CAAC,SAAS;CACvJ,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS;AAC1J,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,mCAAiD,EAAE,OAAO;CAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB;CAC1C,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;AAC5D,CAAC;AACD,MAAM,qCAAmD,EAAE,OAAO;CAChE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB;CAC3C,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACpD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kDAAkD;CACxF,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,WAAW,iCAAiC,SAAS;CACrD,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CAC1D,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;AAC1E,CAAC;AAQD,MAAa,mBAAmB,OAAO,uBAAuB;CAC5D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZkD,EAAE,OAAO;EAC3D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;EACzD,SAAS,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,uBAAuB;EACrF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CACrE,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-options-contract-overview.ts
|
|
4
|
+
const PolygonIoGetOptionsContractOverviewInput = zod.z.object({
|
|
5
|
+
as_of: zod.z.string().describe("Specify a point in time for the contract as of this date. Format: YYYY-MM-DD. Defaults to today's date.").optional(),
|
|
6
|
+
options_ticker: zod.z.string().describe("The options contract identifier following standard options ticker format (e.g., O:SPY241220C00450000, O:AAPL251219C00010000).")
|
|
7
|
+
}).describe("Parameters to retrieve detailed information about a specific options contract.");
|
|
8
|
+
const PolygonIoGetOptionsContractOverview_AdditionalUnderlyingSchema = zod.z.object({
|
|
9
|
+
type: zod.z.string().describe("The type of additional underlying.").nullable().optional(),
|
|
10
|
+
amount: zod.z.number().describe("The amount of the additional underlying.").nullable().optional(),
|
|
11
|
+
underlying: zod.z.string().describe("The ticker symbol of the additional underlying.").nullable().optional()
|
|
12
|
+
}).describe("Additional underlyings or deliverables associated with the options contract.");
|
|
13
|
+
const PolygonIoGetOptionsContractOverview_ContractDetailsSchema = zod.z.object({
|
|
14
|
+
cfi: zod.z.string().describe("Classification of Financial Instruments code (e.g., 'OCASPS' for calls, 'OPASPS' for puts).").nullable().optional(),
|
|
15
|
+
ticker: zod.z.string().describe("The ticker symbol for the option contract.").nullable().optional(),
|
|
16
|
+
correction: zod.z.number().int().describe("The correction number for this option contract.").nullable().optional(),
|
|
17
|
+
strike_price: zod.z.number().describe("The strike price of the option contract.").nullable().optional(),
|
|
18
|
+
contract_type: zod.z.string().describe("The type of contract (e.g., 'call', 'put', 'other').").nullable().optional(),
|
|
19
|
+
exercise_style: zod.z.string().describe("The exercise style of this contract (e.g., 'american', 'european', 'bermudan').").nullable().optional(),
|
|
20
|
+
expiration_date: zod.z.string().describe("The contract's expiration date in YYYY-MM-DD format.").nullable().optional(),
|
|
21
|
+
primary_exchange: zod.z.string().describe("The MIC code of the primary exchange that this contract is listed on.").nullable().optional(),
|
|
22
|
+
underlying_ticker: zod.z.string().describe("The underlying ticker that the option contract relates to.").nullable().optional(),
|
|
23
|
+
shares_per_contract: zod.z.number().describe("The number of shares per contract for this contract.").nullable().optional(),
|
|
24
|
+
additional_underlyings: zod.z.array(PolygonIoGetOptionsContractOverview_AdditionalUnderlyingSchema).describe("If an option contract has additional underlyings or deliverables associated with it (e.g., corporate actions), they will appear here.").nullable().optional()
|
|
25
|
+
}).describe("Detailed information about the options contract.");
|
|
26
|
+
const PolygonIoGetOptionsContractOverviewOutput = zod.z.object({
|
|
27
|
+
status: zod.z.string().describe("The status of this request's response (e.g., 'OK', 'ERROR').").nullable().optional(),
|
|
28
|
+
results: PolygonIoGetOptionsContractOverview_ContractDetailsSchema.nullable().optional(),
|
|
29
|
+
request_id: zod.z.string().describe("A unique request identifier assigned by the server.").nullable().optional()
|
|
30
|
+
}).describe("Response containing detailed options contract information.");
|
|
31
|
+
const polygonIoGetOptionsContractOverview = require_action.action("POLYGON_IO_GET_OPTIONS_CONTRACT_OVERVIEW", {
|
|
32
|
+
slug: "polygon_io-get-options-contract-overview",
|
|
33
|
+
name: "Get Options Contract Overview",
|
|
34
|
+
description: "Tool to retrieve comprehensive details about a specific options contract including contract type, exercise style, expiration date, strike price, and underlying ticker. Use when you need specifications for options contract analysis or strategy development.",
|
|
35
|
+
input: PolygonIoGetOptionsContractOverviewInput,
|
|
36
|
+
output: PolygonIoGetOptionsContractOverviewOutput
|
|
37
|
+
});
|
|
38
|
+
//#endregion
|
|
39
|
+
exports.polygonIoGetOptionsContractOverview = polygonIoGetOptionsContractOverview;
|
|
40
|
+
|
|
41
|
+
//# sourceMappingURL=get-options-contract-overview.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-options-contract-overview.cjs","names":["z","action"],"sources":["../../src/actions/get-options-contract-overview.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PolygonIoGetOptionsContractOverviewInput: z.ZodTypeAny = z.object({\n as_of: z.string().describe(\"Specify a point in time for the contract as of this date. Format: YYYY-MM-DD. Defaults to today's date.\").optional(),\n options_ticker: z.string().describe(\"The options contract identifier following standard options ticker format (e.g., O:SPY241220C00450000, O:AAPL251219C00010000).\"),\n}).describe(\"Parameters to retrieve detailed information about a specific options contract.\");\nconst PolygonIoGetOptionsContractOverview_AdditionalUnderlyingSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"The type of additional underlying.\").nullable().optional(),\n amount: z.number().describe(\"The amount of the additional underlying.\").nullable().optional(),\n underlying: z.string().describe(\"The ticker symbol of the additional underlying.\").nullable().optional(),\n}).describe(\"Additional underlyings or deliverables associated with the options contract.\");\nconst PolygonIoGetOptionsContractOverview_ContractDetailsSchema: z.ZodTypeAny = z.object({\n cfi: z.string().describe(\"Classification of Financial Instruments code (e.g., 'OCASPS' for calls, 'OPASPS' for puts).\").nullable().optional(),\n ticker: z.string().describe(\"The ticker symbol for the option contract.\").nullable().optional(),\n correction: z.number().int().describe(\"The correction number for this option contract.\").nullable().optional(),\n strike_price: z.number().describe(\"The strike price of the option contract.\").nullable().optional(),\n contract_type: z.string().describe(\"The type of contract (e.g., 'call', 'put', 'other').\").nullable().optional(),\n exercise_style: z.string().describe(\"The exercise style of this contract (e.g., 'american', 'european', 'bermudan').\").nullable().optional(),\n expiration_date: z.string().describe(\"The contract's expiration date in YYYY-MM-DD format.\").nullable().optional(),\n primary_exchange: z.string().describe(\"The MIC code of the primary exchange that this contract is listed on.\").nullable().optional(),\n underlying_ticker: z.string().describe(\"The underlying ticker that the option contract relates to.\").nullable().optional(),\n shares_per_contract: z.number().describe(\"The number of shares per contract for this contract.\").nullable().optional(),\n additional_underlyings: z.array(PolygonIoGetOptionsContractOverview_AdditionalUnderlyingSchema).describe(\"If an option contract has additional underlyings or deliverables associated with it (e.g., corporate actions), they will appear here.\").nullable().optional(),\n}).describe(\"Detailed information about the options contract.\");\nexport const PolygonIoGetOptionsContractOverviewOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"The status of this request's response (e.g., 'OK', 'ERROR').\").nullable().optional(),\n results: PolygonIoGetOptionsContractOverview_ContractDetailsSchema.nullable().optional(),\n request_id: z.string().describe(\"A unique request identifier assigned by the server.\").nullable().optional(),\n}).describe(\"Response containing detailed options contract information.\");\n\nexport const polygonIoGetOptionsContractOverview = action(\"POLYGON_IO_GET_OPTIONS_CONTRACT_OVERVIEW\", {\n slug: \"polygon_io-get-options-contract-overview\",\n name: \"Get Options Contract Overview\",\n description: \"Tool to retrieve comprehensive details about a specific options contract including contract type, exercise style, expiration date, strike price, and underlying ticker. Use when you need specifications for options contract analysis or strategy development.\",\n input: PolygonIoGetOptionsContractOverviewInput,\n output: PolygonIoGetOptionsContractOverviewOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2CAAyDA,IAAAA,EAAE,OAAO;CAC7E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;CAC/I,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+HAA+H;AACrK,CAAC,CAAC,CAAC,SAAS,gFAAgF;AAC5F,MAAM,iEAA+EA,IAAAA,EAAE,OAAO;CAC5F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzG,CAAC,CAAC,CAAC,SAAS,8EAA8E;AAC1F,MAAM,4DAA0EA,IAAAA,EAAE,OAAO;CACvF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6FAA6F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5I,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3I,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnI,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,wBAAwBA,IAAAA,EAAE,MAAM,8DAA8D,CAAC,CAAC,SAAS,uIAAuI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxQ,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAa,4CAA0DA,IAAAA,EAAE,OAAO;CAC9E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,SAAS,0DAA0D,SAAS,CAAC,CAAC,SAAS;CACvF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7G,CAAC,CAAC,CAAC,SAAS,4DAA4D;AAExE,MAAa,sCAAsCC,eAAAA,OAAO,4CAA4C;CACpG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-options-contract-overview.d.ts
|
|
4
|
+
declare const PolygonIoGetOptionsContractOverviewInput: z.ZodTypeAny;
|
|
5
|
+
declare const PolygonIoGetOptionsContractOverviewOutput: z.ZodTypeAny;
|
|
6
|
+
declare const polygonIoGetOptionsContractOverview: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { polygonIoGetOptionsContractOverview };
|
|
9
|
+
//# sourceMappingURL=get-options-contract-overview.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-options-contract-overview.d.cts","names":[],"sources":["../../src/actions/get-options-contract-overview.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAGoC;AAAA,cAmBhF,yCAAA,EAA2C,CAAA,CAAE,UAIe;AAAA,cAE5D,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-options-contract-overview.d.ts
|
|
4
|
+
declare const PolygonIoGetOptionsContractOverviewInput: z.ZodTypeAny;
|
|
5
|
+
declare const PolygonIoGetOptionsContractOverviewOutput: z.ZodTypeAny;
|
|
6
|
+
declare const polygonIoGetOptionsContractOverview: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { polygonIoGetOptionsContractOverview };
|
|
9
|
+
//# sourceMappingURL=get-options-contract-overview.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-options-contract-overview.d.mts","names":[],"sources":["../../src/actions/get-options-contract-overview.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAGoC;AAAA,cAmBhF,yCAAA,EAA2C,CAAA,CAAE,UAIe;AAAA,cAE5D,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-options-contract-overview.ts
|
|
4
|
+
const PolygonIoGetOptionsContractOverviewInput = z.object({
|
|
5
|
+
as_of: z.string().describe("Specify a point in time for the contract as of this date. Format: YYYY-MM-DD. Defaults to today's date.").optional(),
|
|
6
|
+
options_ticker: z.string().describe("The options contract identifier following standard options ticker format (e.g., O:SPY241220C00450000, O:AAPL251219C00010000).")
|
|
7
|
+
}).describe("Parameters to retrieve detailed information about a specific options contract.");
|
|
8
|
+
const PolygonIoGetOptionsContractOverview_AdditionalUnderlyingSchema = z.object({
|
|
9
|
+
type: z.string().describe("The type of additional underlying.").nullable().optional(),
|
|
10
|
+
amount: z.number().describe("The amount of the additional underlying.").nullable().optional(),
|
|
11
|
+
underlying: z.string().describe("The ticker symbol of the additional underlying.").nullable().optional()
|
|
12
|
+
}).describe("Additional underlyings or deliverables associated with the options contract.");
|
|
13
|
+
const PolygonIoGetOptionsContractOverview_ContractDetailsSchema = z.object({
|
|
14
|
+
cfi: z.string().describe("Classification of Financial Instruments code (e.g., 'OCASPS' for calls, 'OPASPS' for puts).").nullable().optional(),
|
|
15
|
+
ticker: z.string().describe("The ticker symbol for the option contract.").nullable().optional(),
|
|
16
|
+
correction: z.number().int().describe("The correction number for this option contract.").nullable().optional(),
|
|
17
|
+
strike_price: z.number().describe("The strike price of the option contract.").nullable().optional(),
|
|
18
|
+
contract_type: z.string().describe("The type of contract (e.g., 'call', 'put', 'other').").nullable().optional(),
|
|
19
|
+
exercise_style: z.string().describe("The exercise style of this contract (e.g., 'american', 'european', 'bermudan').").nullable().optional(),
|
|
20
|
+
expiration_date: z.string().describe("The contract's expiration date in YYYY-MM-DD format.").nullable().optional(),
|
|
21
|
+
primary_exchange: z.string().describe("The MIC code of the primary exchange that this contract is listed on.").nullable().optional(),
|
|
22
|
+
underlying_ticker: z.string().describe("The underlying ticker that the option contract relates to.").nullable().optional(),
|
|
23
|
+
shares_per_contract: z.number().describe("The number of shares per contract for this contract.").nullable().optional(),
|
|
24
|
+
additional_underlyings: z.array(PolygonIoGetOptionsContractOverview_AdditionalUnderlyingSchema).describe("If an option contract has additional underlyings or deliverables associated with it (e.g., corporate actions), they will appear here.").nullable().optional()
|
|
25
|
+
}).describe("Detailed information about the options contract.");
|
|
26
|
+
const polygonIoGetOptionsContractOverview = action("POLYGON_IO_GET_OPTIONS_CONTRACT_OVERVIEW", {
|
|
27
|
+
slug: "polygon_io-get-options-contract-overview",
|
|
28
|
+
name: "Get Options Contract Overview",
|
|
29
|
+
description: "Tool to retrieve comprehensive details about a specific options contract including contract type, exercise style, expiration date, strike price, and underlying ticker. Use when you need specifications for options contract analysis or strategy development.",
|
|
30
|
+
input: PolygonIoGetOptionsContractOverviewInput,
|
|
31
|
+
output: z.object({
|
|
32
|
+
status: z.string().describe("The status of this request's response (e.g., 'OK', 'ERROR').").nullable().optional(),
|
|
33
|
+
results: PolygonIoGetOptionsContractOverview_ContractDetailsSchema.nullable().optional(),
|
|
34
|
+
request_id: z.string().describe("A unique request identifier assigned by the server.").nullable().optional()
|
|
35
|
+
}).describe("Response containing detailed options contract information.")
|
|
36
|
+
});
|
|
37
|
+
//#endregion
|
|
38
|
+
export { polygonIoGetOptionsContractOverview };
|
|
39
|
+
|
|
40
|
+
//# sourceMappingURL=get-options-contract-overview.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-options-contract-overview.mjs","names":[],"sources":["../../src/actions/get-options-contract-overview.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PolygonIoGetOptionsContractOverviewInput: z.ZodTypeAny = z.object({\n as_of: z.string().describe(\"Specify a point in time for the contract as of this date. Format: YYYY-MM-DD. Defaults to today's date.\").optional(),\n options_ticker: z.string().describe(\"The options contract identifier following standard options ticker format (e.g., O:SPY241220C00450000, O:AAPL251219C00010000).\"),\n}).describe(\"Parameters to retrieve detailed information about a specific options contract.\");\nconst PolygonIoGetOptionsContractOverview_AdditionalUnderlyingSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"The type of additional underlying.\").nullable().optional(),\n amount: z.number().describe(\"The amount of the additional underlying.\").nullable().optional(),\n underlying: z.string().describe(\"The ticker symbol of the additional underlying.\").nullable().optional(),\n}).describe(\"Additional underlyings or deliverables associated with the options contract.\");\nconst PolygonIoGetOptionsContractOverview_ContractDetailsSchema: z.ZodTypeAny = z.object({\n cfi: z.string().describe(\"Classification of Financial Instruments code (e.g., 'OCASPS' for calls, 'OPASPS' for puts).\").nullable().optional(),\n ticker: z.string().describe(\"The ticker symbol for the option contract.\").nullable().optional(),\n correction: z.number().int().describe(\"The correction number for this option contract.\").nullable().optional(),\n strike_price: z.number().describe(\"The strike price of the option contract.\").nullable().optional(),\n contract_type: z.string().describe(\"The type of contract (e.g., 'call', 'put', 'other').\").nullable().optional(),\n exercise_style: z.string().describe(\"The exercise style of this contract (e.g., 'american', 'european', 'bermudan').\").nullable().optional(),\n expiration_date: z.string().describe(\"The contract's expiration date in YYYY-MM-DD format.\").nullable().optional(),\n primary_exchange: z.string().describe(\"The MIC code of the primary exchange that this contract is listed on.\").nullable().optional(),\n underlying_ticker: z.string().describe(\"The underlying ticker that the option contract relates to.\").nullable().optional(),\n shares_per_contract: z.number().describe(\"The number of shares per contract for this contract.\").nullable().optional(),\n additional_underlyings: z.array(PolygonIoGetOptionsContractOverview_AdditionalUnderlyingSchema).describe(\"If an option contract has additional underlyings or deliverables associated with it (e.g., corporate actions), they will appear here.\").nullable().optional(),\n}).describe(\"Detailed information about the options contract.\");\nexport const PolygonIoGetOptionsContractOverviewOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"The status of this request's response (e.g., 'OK', 'ERROR').\").nullable().optional(),\n results: PolygonIoGetOptionsContractOverview_ContractDetailsSchema.nullable().optional(),\n request_id: z.string().describe(\"A unique request identifier assigned by the server.\").nullable().optional(),\n}).describe(\"Response containing detailed options contract information.\");\n\nexport const polygonIoGetOptionsContractOverview = action(\"POLYGON_IO_GET_OPTIONS_CONTRACT_OVERVIEW\", {\n slug: \"polygon_io-get-options-contract-overview\",\n name: \"Get Options Contract Overview\",\n description: \"Tool to retrieve comprehensive details about a specific options contract including contract type, exercise style, expiration date, strike price, and underlying ticker. Use when you need specifications for options contract analysis or strategy development.\",\n input: PolygonIoGetOptionsContractOverviewInput,\n output: PolygonIoGetOptionsContractOverviewOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2CAAyD,EAAE,OAAO;CAC7E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;CAC/I,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,+HAA+H;AACrK,CAAC,CAAC,CAAC,SAAS,gFAAgF;AAC5F,MAAM,iEAA+E,EAAE,OAAO;CAC5F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzG,CAAC,CAAC,CAAC,SAAS,8EAA8E;AAC1F,MAAM,4DAA0E,EAAE,OAAO;CACvF,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,6FAA6F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5I,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3I,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnI,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,wBAAwB,EAAE,MAAM,8DAA8D,CAAC,CAAC,SAAS,uIAAuI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxQ,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAO9D,MAAa,sCAAsC,OAAO,4CAA4C;CACpG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXqE,EAAE,OAAO;EAC9E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChH,SAAS,0DAA0D,SAAS,CAAC,CAAC,SAAS;EACvF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,CAAC,CAAC,CAAC,SAAS,4DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-options-ema.ts
|
|
4
|
+
const PolygonIoGetOptionsEmaInput = zod.z.object({
|
|
5
|
+
limit: zod.z.number().int().default(10).describe("Limit the number of results returned. Must be between 1 and 5000. Defaults to 10.").optional(),
|
|
6
|
+
order: zod.z.enum(["asc", "desc"]).default("desc").describe("The order in which to return the results, ordered by timestamp. 'asc' returns oldest first, 'desc' returns newest first. Defaults to 'desc'.").optional(),
|
|
7
|
+
window: zod.z.number().int().describe("The window size used to calculate the exponential moving average (EMA). For example, a window size of 10 with daily aggregates would result in a 10 day moving average. Required parameter."),
|
|
8
|
+
adjusted: zod.z.boolean().default(true).describe("Whether or not the aggregates used to calculate the EMA are adjusted for splits. Defaults to True.").optional(),
|
|
9
|
+
timespan: zod.z.string().describe("The size of the aggregate time window. Options: minute, hour, day, week, month, quarter, year. Required parameter."),
|
|
10
|
+
timestamp: zod.z.string().describe("Query by timestamp. Either a date with the format YYYY-MM-DD or a millisecond timestamp.").optional(),
|
|
11
|
+
series_type: zod.z.enum([
|
|
12
|
+
"open",
|
|
13
|
+
"high",
|
|
14
|
+
"low",
|
|
15
|
+
"close"
|
|
16
|
+
]).default("close").describe("The price in the aggregate which will be used to calculate the exponential moving average. Defaults to 'close'.").optional(),
|
|
17
|
+
"timestamp.gt": zod.z.string().describe("Filter for timestamps greater than the specified value.").optional(),
|
|
18
|
+
"timestamp.lt": zod.z.string().describe("Filter for timestamps less than the specified value.").optional(),
|
|
19
|
+
"timestamp.gte": zod.z.string().describe("Filter for timestamps greater than or equal to the specified value.").optional(),
|
|
20
|
+
"timestamp.lte": zod.z.string().describe("Filter for timestamps less than or equal to the specified value.").optional(),
|
|
21
|
+
options_ticker: zod.z.string().describe("The options ticker symbol in format O:UNDERLYINGYYMMDDCOOOOOOOOO (e.g., 'O:AAPL250117C00250000'). Must include the 'O:' prefix for options contracts."),
|
|
22
|
+
expand_underlying: zod.z.boolean().default(false).describe("Whether or not to include the aggregates used to calculate this indicator in the response. Defaults to False.").optional()
|
|
23
|
+
}).describe("Parameters to retrieve the Exponential Moving Average (EMA) for an options ticker.");
|
|
24
|
+
const PolygonIoGetOptionsEma_EMAValueSchema = zod.z.object({
|
|
25
|
+
value: zod.z.number().describe("The exponential moving average value for this period."),
|
|
26
|
+
timestamp: zod.z.number().int().describe("The Unix millisecond timestamp from the last aggregate used in this calculation.")
|
|
27
|
+
});
|
|
28
|
+
const PolygonIoGetOptionsEma_AggregateBarSchema = zod.z.object({
|
|
29
|
+
c: zod.z.number().describe("The close price for the aggregate window.").nullable().optional(),
|
|
30
|
+
h: zod.z.number().describe("The high price for the aggregate window.").nullable().optional(),
|
|
31
|
+
l: zod.z.number().describe("The low price for the aggregate window.").nullable().optional(),
|
|
32
|
+
n: zod.z.number().int().describe("The number of transactions in the aggregate window.").nullable().optional(),
|
|
33
|
+
o: zod.z.number().describe("The open price for the aggregate window.").nullable().optional(),
|
|
34
|
+
t: zod.z.number().int().describe("The Unix millisecond timestamp for the end of the aggregate window.").nullable().optional(),
|
|
35
|
+
v: zod.z.number().describe("The trading volume for the aggregate window.").nullable().optional(),
|
|
36
|
+
vw: zod.z.number().describe("The volume weighted average price for the aggregate window.").nullable().optional()
|
|
37
|
+
});
|
|
38
|
+
const PolygonIoGetOptionsEma_UnderlyingDataSchema = zod.z.object({
|
|
39
|
+
url: zod.z.string().describe("The URL which can be used to request the underlying aggregates used in this calculation.").nullable().optional(),
|
|
40
|
+
aggregates: zod.z.array(PolygonIoGetOptionsEma_AggregateBarSchema).describe("Array of aggregate objects containing price and volume data.").nullable().optional()
|
|
41
|
+
});
|
|
42
|
+
const PolygonIoGetOptionsEma_EMAResultsSchema = zod.z.object({
|
|
43
|
+
values: zod.z.array(PolygonIoGetOptionsEma_EMAValueSchema).describe("Array of EMA indicator calculation results.").nullable().optional(),
|
|
44
|
+
underlying: PolygonIoGetOptionsEma_UnderlyingDataSchema.nullable().optional()
|
|
45
|
+
});
|
|
46
|
+
const PolygonIoGetOptionsEmaOutput = zod.z.object({
|
|
47
|
+
status: zod.z.string().describe("The status of this request's response (e.g., 'OK').").nullable().optional(),
|
|
48
|
+
results: PolygonIoGetOptionsEma_EMAResultsSchema.nullable().optional(),
|
|
49
|
+
next_url: zod.z.string().describe("If present, this value can be used to fetch the next page of data.").nullable().optional(),
|
|
50
|
+
request_id: zod.z.string().describe("A request id assigned by the server.").nullable().optional()
|
|
51
|
+
});
|
|
52
|
+
const polygonIoGetOptionsEma = require_action.action("POLYGON_IO_GET_OPTIONS_EMA", {
|
|
53
|
+
slug: "polygon_io-get-options-ema",
|
|
54
|
+
name: "Get Options EMA",
|
|
55
|
+
description: "Tool to calculate Exponential Moving Average (EMA) technical indicator for an options ticker. Use when you need trend analysis or moving average calculations for options contracts.",
|
|
56
|
+
input: PolygonIoGetOptionsEmaInput,
|
|
57
|
+
output: PolygonIoGetOptionsEmaOutput
|
|
58
|
+
});
|
|
59
|
+
//#endregion
|
|
60
|
+
exports.polygonIoGetOptionsEma = polygonIoGetOptionsEma;
|
|
61
|
+
|
|
62
|
+
//# sourceMappingURL=get-options-ema.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-options-ema.cjs","names":["z","action"],"sources":["../../src/actions/get-options-ema.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PolygonIoGetOptionsEmaInput: z.ZodTypeAny = z.object({\n limit: z.number().int().default(10).describe(\"Limit the number of results returned. Must be between 1 and 5000. Defaults to 10.\").optional(),\n order: z.enum([\"asc\", \"desc\"]).default(\"desc\").describe(\"The order in which to return the results, ordered by timestamp. 'asc' returns oldest first, 'desc' returns newest first. Defaults to 'desc'.\").optional(),\n window: z.number().int().describe(\"The window size used to calculate the exponential moving average (EMA). For example, a window size of 10 with daily aggregates would result in a 10 day moving average. Required parameter.\"),\n adjusted: z.boolean().default(true).describe(\"Whether or not the aggregates used to calculate the EMA are adjusted for splits. Defaults to True.\").optional(),\n timespan: z.string().describe(\"The size of the aggregate time window. Options: minute, hour, day, week, month, quarter, year. Required parameter.\"),\n timestamp: z.string().describe(\"Query by timestamp. Either a date with the format YYYY-MM-DD or a millisecond timestamp.\").optional(),\n series_type: z.enum([\"open\", \"high\", \"low\", \"close\"]).default(\"close\").describe(\"The price in the aggregate which will be used to calculate the exponential moving average. Defaults to 'close'.\").optional(),\n \"timestamp.gt\": z.string().describe(\"Filter for timestamps greater than the specified value.\").optional(),\n \"timestamp.lt\": z.string().describe(\"Filter for timestamps less than the specified value.\").optional(),\n \"timestamp.gte\": z.string().describe(\"Filter for timestamps greater than or equal to the specified value.\").optional(),\n \"timestamp.lte\": z.string().describe(\"Filter for timestamps less than or equal to the specified value.\").optional(),\n options_ticker: z.string().describe(\"The options ticker symbol in format O:UNDERLYINGYYMMDDCOOOOOOOOO (e.g., 'O:AAPL250117C00250000'). Must include the 'O:' prefix for options contracts.\"),\n expand_underlying: z.boolean().default(false).describe(\"Whether or not to include the aggregates used to calculate this indicator in the response. Defaults to False.\").optional(),\n}).describe(\"Parameters to retrieve the Exponential Moving Average (EMA) for an options ticker.\");\nconst PolygonIoGetOptionsEma_EMAValueSchema: z.ZodTypeAny = z.object({\n value: z.number().describe(\"The exponential moving average value for this period.\"),\n timestamp: z.number().int().describe(\"The Unix millisecond timestamp from the last aggregate used in this calculation.\"),\n});\nconst PolygonIoGetOptionsEma_AggregateBarSchema: z.ZodTypeAny = z.object({\n c: z.number().describe(\"The close price for the aggregate window.\").nullable().optional(),\n h: z.number().describe(\"The high price for the aggregate window.\").nullable().optional(),\n l: z.number().describe(\"The low price for the aggregate window.\").nullable().optional(),\n n: z.number().int().describe(\"The number of transactions in the aggregate window.\").nullable().optional(),\n o: z.number().describe(\"The open price for the aggregate window.\").nullable().optional(),\n t: z.number().int().describe(\"The Unix millisecond timestamp for the end of the aggregate window.\").nullable().optional(),\n v: z.number().describe(\"The trading volume for the aggregate window.\").nullable().optional(),\n vw: z.number().describe(\"The volume weighted average price for the aggregate window.\").nullable().optional(),\n});\nconst PolygonIoGetOptionsEma_UnderlyingDataSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"The URL which can be used to request the underlying aggregates used in this calculation.\").nullable().optional(),\n aggregates: z.array(PolygonIoGetOptionsEma_AggregateBarSchema).describe(\"Array of aggregate objects containing price and volume data.\").nullable().optional(),\n});\nconst PolygonIoGetOptionsEma_EMAResultsSchema: z.ZodTypeAny = z.object({\n values: z.array(PolygonIoGetOptionsEma_EMAValueSchema).describe(\"Array of EMA indicator calculation results.\").nullable().optional(),\n underlying: PolygonIoGetOptionsEma_UnderlyingDataSchema.nullable().optional(),\n});\nexport const PolygonIoGetOptionsEmaOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"The status of this request's response (e.g., 'OK').\").nullable().optional(),\n results: PolygonIoGetOptionsEma_EMAResultsSchema.nullable().optional(),\n next_url: z.string().describe(\"If present, this value can be used to fetch the next page of data.\").nullable().optional(),\n request_id: z.string().describe(\"A request id assigned by the server.\").nullable().optional(),\n});\n\nexport const polygonIoGetOptionsEma = action(\"POLYGON_IO_GET_OPTIONS_EMA\", {\n slug: \"polygon_io-get-options-ema\",\n name: \"Get Options EMA\",\n description: \"Tool to calculate Exponential Moving Average (EMA) technical indicator for an options ticker. Use when you need trend analysis or moving average calculations for options contracts.\",\n input: PolygonIoGetOptionsEmaInput,\n output: PolygonIoGetOptionsEmaOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-options-ema.d.ts
|
|
4
|
+
declare const PolygonIoGetOptionsEmaInput: z.ZodTypeAny;
|
|
5
|
+
declare const PolygonIoGetOptionsEmaOutput: z.ZodTypeAny;
|
|
6
|
+
declare const polygonIoGetOptionsEma: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { polygonIoGetOptionsEma };
|
|
9
|
+
//# sourceMappingURL=get-options-ema.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-options-ema.d.cts","names":[],"sources":["../../src/actions/get-options-ema.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAcqD;AAAA,cAuBpF,4BAAA,EAA8B,CAAA,CAAE,UAK3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-options-ema.d.ts
|
|
4
|
+
declare const PolygonIoGetOptionsEmaInput: z.ZodTypeAny;
|
|
5
|
+
declare const PolygonIoGetOptionsEmaOutput: z.ZodTypeAny;
|
|
6
|
+
declare const polygonIoGetOptionsEma: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { polygonIoGetOptionsEma };
|
|
9
|
+
//# sourceMappingURL=get-options-ema.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-options-ema.d.mts","names":[],"sources":["../../src/actions/get-options-ema.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAcqD;AAAA,cAuBpF,4BAAA,EAA8B,CAAA,CAAE,UAK3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|