-
I am getting a lot of the following warnings:
```
|WARN| Could not query exchange for pair (might be an invalid pair) : err = 'There was an error invoking Hub method 'c2.queryexchangestate'.'
``…
-
With the following code, I only get data for the top 100 cryptocurrencies:
```
coinmarketcapr::setup()
get_crypto_listings()
```
How do I modify it to get data for the top 500? 1000?
Thank…
ghost updated
3 years ago
-
the function
> stockSymbols()
is no longer working. Here is the minimal example:
`stockSymbols("NYSE")`
Then I get this error:
```
Fetching NYSE symbols...
Error in file(file, "rt"…
ghost updated
3 years ago
-
Hi,
Currently, cryptofeed is managing data coming from exchanges.
Please, is there any contraindication for proposing new data feeds like CoinMarketCap, CoinGecko, Nomics...
From these data feeds…
-
## Summary (include Python version)
Python 3.6
### Date/time of issue
7/17/2019 7-8:00 pm
### Expected behavior
stock_item = Stock.("AAPL", token = MY_AUTH_TOKEN)
stock_item.get_price() sh…
-
**Please provide the following information for your token.**
Token Address: 0x9a48bd0ec040ea4f1d3147c025cd4076a2e71e3e
Token Name (from contract): PieDAO USD++ Pool
Token Decimals (from contract)…
-
This more a questions: if I retrieve MSFT shares data its ok. If I try MSF, which is not on NASDAQ but on ETR (xetra, German) it finds nothing.
-
I am running into an issue very similar to #78, just with an alpaca factor I am running the following:
```
from pipeline_live.engine import LivePipelineEngine
from pipeline_live.data.sources.alpa…
-
When trying to use method getCoinMarkets, the response is always:
Unexpected JSON token at offset 156: Failed to parse 'long'.
JSON input: .....3579","current_price":11864.4,"market_cap":2189359131…
-
There are certain commands such as marketCap that makes the output messy. The bot would simply output '56638169088' I would like it to output '56.6B'.
Make it standardized convention to millions be…