You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This worked before this past Friday, and I have made no changes to my code. Basically, I am using get_data and it returns None for any use of the function. This has never happened before the past Friday, and it is still happening today. This seems like it is an API issue, but I can't be sure.
Expected Behavior
The function get_bars() should not return None.
SDK Version I encountered this issue in
Whatever the most recent version is, I just installed it two weeks ago and I reinstalled it yesterday.
Steps To Reproduce
1. Try to get stock bars for any stock in Python3.10
2. It returns None
Filled out the Steps to Reproduce section?
I have entered valid steps to reproduce my issue or have attached a minimally reproducible case in code that shows my issue happening; and understand that without this my issue will be flagged as invalid and closed after 30 days.
Anything else?
I am using an online IDE and host called pythonanywhere by Anaconda. I don't believe that this is important, as I have not changed this, but I figured I might as well state that here.
The text was updated successfully, but these errors were encountered:
Found a way around this. I can't tell if this was an issue on this API's end, but using get_snapshot gets all of the data that I need and actually works for me.
Is there an existing issue for this?
Current Behavior
This worked before this past Friday, and I have made no changes to my code. Basically, I am using get_data and it returns None for any use of the function. This has never happened before the past Friday, and it is still happening today. This seems like it is an API issue, but I can't be sure.
Expected Behavior
The function get_bars() should not return None.
SDK Version I encountered this issue in
Whatever the most recent version is, I just installed it two weeks ago and I reinstalled it yesterday.
Steps To Reproduce
Filled out the Steps to Reproduce section?
Anything else?
I am using an online IDE and host called pythonanywhere by Anaconda. I don't believe that this is important, as I have not changed this, but I figured I might as well state that here.
The text was updated successfully, but these errors were encountered: