-
when trying to python main.py this is the error I get
Traceback (most recent call last):
File "C:\Users\jmsja\vector_stock_market_bot\main.py", line 147, in
login = r.login(username, passw…
-
Consider this a running list of new data sources we should add.
I was reading through the [`pandas_datareader` *see-also* docs](https://pydata.github.io/pandas-datareader/stable/see-also.html) as p…
-
Encountered error messages since 2 weeks ago: (robin-stocks ver: **3.0.4**)
> rs.order_buy_market('AAPL', 1)
**Error in request_post: Expecting value: line 1 column 1 (char 0)**
> rs.order_sel…
-
# High level overview
An increasing number of projects need to operate on growing large collections of files. Having (hundreds of ) thousands of files within a file tree is no longer atypical e.g. …
-
1) had to update the fundamentals endpoint to add auth token to meet newer requirements. Then had to move "verifytickerdata" before setOrderParameters.
2) even afterwards, I get 400 bad request wh…
-
Error: {'quantity': ['Order quantity has invalid increment.']}
rs.orders.order_buy_crypto_by_price(symbol, amount, priceType='mark_price', timeInForce='gtc')
Where symbol = 'DOGE', amount is a f…
-
Tried to place a limit order on DOGE but am unable to. I run the following command:
` purchase = rs.orders.order_buy_crypto_limit_by_price("DOGE", float(5), float(0.058501))
`
And the re…
-
# Description
I'm having issue login to Robinhood API, it started yesterday.
getting this error message
"pyrh.exceptions.AuthenticationError: Update to the newest version of Robinhood to access…
-
### Description of specific issue
We are expecting major disruption in getting data on
*equities, mutual funds, and ETFs* via **pandas_datareader**
due its dependency on API of both ***Yahoo an…
-
### Description of the bug:
Whenever I press `Sync` button on Clion:
### Which category does this issue belong to?
Intellij
### What's the simplest, easiest way to reproduce this bug? Pleas…