-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Components] polygon #15141
Labels
triaged
For maintainers: This issue has been triaged by a Pipedream employee
Comments
luancazarine
added a commit
that referenced
this issue
Feb 13, 2025
Sources - New Market Trade - New Market News - New Stock Price Summary Actions - Get Stock Price - Get Historical Prices - Get Company
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement. Please check the test report below for more information |
Hi everyone, all test cases are passed! Ready for release! Test report |
luancazarine
added a commit
that referenced
this issue
Feb 20, 2025
* polygon init * [Components] polygon #15141 Sources - New Market Trade - New Market News - New Stock Price Summary Actions - Get Stock Price - Get Historical Prices - Get Company * pnpm update * Update components/polygon/actions/get-historical-prices/get-historical-prices.mjs Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * some adjusts * fix source summary * pnpm update --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
polygon
URLs
URLs
Polling Sources
new-stock-trade
Prompt
Emit new event when a trade occurs for a specified stock ticker. Requires specifying a stock ticker as a prop.
URLs
new-market-news
Prompt
Emit new event when a news article related to the stock market is published. Optional props include keywords or stock tickers to filter results.
URLs
new-stock-price-summary
Prompt
Emit new event when the daily price summary (open, high, low, close) for a specified stock ticker is available. Requires providing a stock ticker and optionally the desired time interval.
URLs
Actions
get-stock-price
Prompt
Retrieve the current price of a specified stock ticker. Requires providing the stock ticker.
URLs
get-historical-prices
Prompt
Fetch historical price data for a specified stock ticker. Requires the stock ticker and a date range as props.
URLs
get-company-financials
Prompt
Retrieve financial details for a specific company by stock ticker. Requires specifying the stock ticker.
URLs
The text was updated successfully, but these errors were encountered: