-
-
### 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…
-
I notice when I try to run the project that I need an environment variable for AlphaVantage API key
```
(pycoin_env2) cyberguille@Predator:~/Projects/pycoin$ python run.py
Traceback (most recen…
-
Hi,
Why choosing this package over zipline-reloaded?
https://github.com/stefan-jansen/zipline-reloaded
Thanks in advance
-
現在、5分に一度Alpha VantageのCURRENCY_EXCHANGE_RATEを叩いてその時点でのレートを取得している。
そのため、一時間に12個のデータを取得し、そこからopen, close, high, lowを計算している。
FX_INTRADAYを叩けば一度に1000件近い(976? why? 要検証)5分毎のopen,close,high,lowを取得できるため、APIの…
-
[line 40](https://github.com/slevin48/stock/blob/8768d35a544b8e7b69d84e11afa2e45019a9f1c5/streamlit_app.py#L40)
```
File "/home/adminuser/venv/lib/python3.8/site-packages/streamlit/runtime/scriptrun…
-
I try to load historical data from alpaca for custom_asset_list: AAPL, TSLA, GOOG, and changed time period to:
>end_date = pd.Timestamp('2005-02-01 0:00', tz='utc')
start_date = end_date - timedel…
-
Is there a possibility that we can have the CSE (Colombo Stock Exchange) for Sri Lankan stock data?
-
Users have no idea what currency the app is using and cannot use another currency.
![image.png](https://raw.githubusercontent.com/GuoAi/pe/main/files/7730ef8d-7cf7-4da2-b316-81e75d7acb0b.png)
GuoAi updated
3 years ago
-
### Describe Design Problem
This issue seems to be pervasive through the library but can be demonstrated with the below (I use pandas_datareader which wraps this library):
```
import pandas_dat…