Skip to content
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

Added 'month' parameter support for intraday data endpoints #348

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

masonJamesWheeler
Copy link

Alpha Vantage recently discontinued their intraday_extended and introduced a 'month' parameter to their time-series and indicator data endpoints. This pull request updates the Python wrapper accordingly.

Changes include:

  • Update to support the 'month' parameter for intraday data fetching.
  • Users can now input a month in the format "YYYY-MM" to fetch corresponding intraday data.
  • Necessary adjustments to the relevant functions and methods.

This update should align the wrapper with the latest changes in Alpha Vantage's API and improve the overall user experience.

@am1ter
Copy link

am1ter commented Jul 16, 2023

@masonJamesWheeler, hello! Thank you for the PR. I was considering creating my own, but I noticed that you have already created one.

By the way, I took a look at your commit and discovered that it includes a broken file rename, resulting in a broken git history. Could you please revise your commit to fix this issue? I'm concerned that the maintainers might not merge the PR if the history remains broken.

Moreover, TIME_SERIES_INTRADAY_EXTENDED function is depreciated, so TimeSeries.get_intraday_extended() method should be removed or marked as depreciated.

@masonJamesWheeler
Copy link
Author

masonJamesWheeler commented Jul 17, 2023 via email

@seanbearden
Copy link

@masonJamesWheeler Thanks for this! I would love to see this merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants