vnquant icon indicating copy to clipboard operation
vnquant copied to clipboard

VietNam Data Stock Market Price

Results 15 vnquant issues
Sort by recently updated
recently updated
newest added

Hiện tại sử dụng hàm thì kết quả trả về theo quý, có cách nào để mình xem báo cáo tài chính theo năm không bạn?

Mình đang làm một web app sử dụng vnquant nhưng khi push to heroku thì bị lỗi không cài được vnquant. Trong requirements.txt mình có thử cài thằng link trên...

Mình lấy giá cổ phiếu sàn Upcom như sau: `loader = dt.DataLoader('BSR', '2000-01-01','2022-06-03')` `df = loader.download()` Báo lỗi: `File ~\Anaconda3\lib\site-packages\vnquant-0.0.3-py3.9.egg\vnquant\data\dataloader.py:256 in download_one stock_data['change_perc1'], stock_data['change_perc2'] = stock_data['change_perc'].apply(utils.split_change_col).str ValueError: not enough values...

Dear bạn, Ví dụ những mã có sự kiện trả cổ tức hoặc cổ phiếu thưởng -> giá trên biểu đồ sẽ được chia lại nhưng thư viện chưa thể...

Get_finan_report trả ra df bị thiếu item đầu tiên: Tài sản ngắn hạn Ví dụ với đường link; https://finfo-api.vndirect.com.vn/v3/stocks/financialStatement?secCodes=AAA&reportTypes=QUARTER&modelTypes=1,89,101,411&fromDate=2020-12-31&toDate=2020-12-31 Kết quả từ api: ![image](https://user-images.githubusercontent.com/53222511/139691301-ff021065-5817-4c58-a3fa-9508b1ce201d.png) kết quả từ câu lệnh: ![image](https://user-images.githubusercontent.com/53222511/139691460-acb49e71-f839-4583-8be9-8903ce08b53e.png)

Dear bạn, Bạn có thể hỗ trợ lấy dữ liệu candle_stick theo nến tuần và tháng được không ? Thanks

Khi lấy dữ liệu từ lệnh get_finan_report() của các ngân hàng (ACB, CTG...) thì kết quả không trả về số lượng Cổ phiếu lưu hành. Mình hiểu là khi gọi...

Mình chạy phần này trong file test.py `import vnquant.data as dt ` `loader = dt.FinanceLoader('VND', '2019-06-02','2021-12-31', data_source='VND', minimal=True)` `data_business = loader.get_business_report()` `print(data_business.head())` `data_business.head().to_html('data_business.html')` thì gặp lỗi: > Traceback (most recent...

Em cài trên máy local bị lỗi này làm sao để fix vậy anh? ![Loi](https://user-images.githubusercontent.com/68654236/190954733-957af2ef-1550-4848-9c58-ce043f033ea2.PNG)

I cannot get data with these function The request always return 403