RStockvn


NameRStockvn JSON
Version 2.2.9 PyPI version JSON
download
home_pagehttps://github.com/NPhucBinh/RStockvn
SummaryReport Finance of Companies in Vietnamese and macro data - Lấy báo cáo tài chính của các công ty ở Việt Nam và số liệu vĩ mô
upload_time2023-12-05 03:12:13
maintainer
docs_urlNone
authorNGUYEN PHUC BINH
requires_python
license
keywords stockvn rpv rstockvn report stock vn báo cáo tài chính việt nam lấy báo cáo tài chính việt nam bằng python lấy báo cáo tài chính về excel lấy báo cáo tài chính về excel bằng python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # [RStockvn](https://pypi.org/project/RStockvn/)

Financial statements of companies on the Vietnamese stock exchange





# Introduce

Hi, my name is Nguyen Phuc Binh.

The reason that I do [RStockvn](https://pypi.org/project/RStockvn/) is to support the collection of basic data for analysis.



The financial statements that RStockvn collects mainly come from websites: [Cafef](https://cafef.vn).



For the exchange rate, RStockvn collects at ["exchangerate.host"](https://exchangerate.host/#/donate) if you have more interest or support for their project you can visit at:[Exchangerate](https://exchangerate.host/#/donate)

### From update 1.0.3 onwards, you can used rstockvn to get macro data.

The figures CPI, FDI, GDP, ... are taken from websites: [Vietstock](https://finance.vietstock.vn/du-lieu-vi-mo)



If you are on the old version and have errors, please update to the new version of RStockvn by: ``pip install --upgrade RStockvn``



Also you can refer to the library:'vnstock', written by Mr. Thinh Vu



## Thông báo hiện các hàm lấy dữ liệu từ Cophieu68 đã bị xóa khỏi [RStockvn](https://pypi.org/project/RStockvn/) do không còn hoạt động được. Thời gian tới sẽ được cập nhật sau.



# User guide

First you need to install RStockvn by:

``pip install RStockvn`` or ``conda install RStockvn``

To use you need to: ``import RStockvn as rpv`` or ``from RStockvn import *``



## 1. The function gets the list of listed companies



``rpv.list_company()``



Or you want to update list_company



``rpv.update_company()``





## 2. Function to get financial statements from 'vndirect':

`symbol` is the `stock symbol`

`report` is the type of report that needs to get `'BS' or 'BALANCESHEET' or 'CDKT - BalanceSheet`, `'P&L' or 'Business results' - Business results`, ''CF' - Cash Flows'

`year` is the financial year to get

`timely` is the time you want to get by year or quarter



rpv.report_finance_vnd(symbol,report,year,timely)



#### Example

``rpv.report_finance_vnd('vnd','bs','2023','quarter')``



## 3.Function retrieves financial statements of stock tickers from websites: 'Cafef.vn'



``report_finance_cf(symbol,report,year,timely)``

This function is similar to x except with some differences:

'report' will have the following options: `'CDKT' - BalanceSheet`, `'KQKD' - Business results`, `'CFD' - Direct Cash Flows`, `'CF' - Indirect Cash Flows`. `year` corresponds to the reporting datum you want to get. And `timely` corresponds to the choice: `'Year' - year` or `'quy' - quarter.`

#### Example

```

rpv.report_finance_cf('nkg','cfd','2022','year')

```



## 4. Function to retrieve price history of stock codes from vndirect, get_price_historical_vnd(symbol,fromdate,todate):

Where symbol is the stock code symbol, fromdate is the starting date, and todate is the ending time.

#### Example

```

rpv.get_price_historical_vnd('nkg','cfd','2022','year')

```



## 5. Functions to retrieve information about internal shareholder transactions, foreign transactions,...

Since I'm too lazy to explain in detail, I'll list the functions below.

Internal shareholder transactions

```

rpv.get_insider_transaction_history_cafef(symbol,fromdate,todate)

```



Foreign transactions from vndirect

```

rpv.get_foreign_historical_vnd(symbol,fromdate,todate)

```



Foreign transactions

```

rpv.get_foreign_transaction_history_cafef(symbol,fromdate,todate)

```



Proprietary trading of securities companies

```

rpv.get_proprietary_history_cafef(symbol,fromdate,todate)

```



## 6.View exchange rate change history

At the present time when accessing "exchangerate.host" can only get the history of exchange rates within the last 9 months.``exchange_currency(current,cover_current,from_date,to_date)``

#### Example

```

rpv.exchange_currency('USD','VND','2022-11-23','2023-01-10')

```

You can also convert other currencies, such as Japanese Yen and USD

```

rpv.exchange_currency('JPY','USD','2022-11-23','2023-01-10')

```

## 7.View a quick report on the profit, revenue, ... of a company

For this report I use the financial statements collected from the website 'Cophieu68', because it is similar to the financial statements provided by securities companies such as VNDirect, SSI.``baocaonhanh(mcp,loai,time)``



Here mcp corresponds to the ticker, 'type' corresponds to the following selection:

``'TM' - Thương mại``

For companies that manufacture, retail, basic materials, consumer goods,...

``'TC' - Finance``

For companies in the financial sector.



Because companies in the financial sector are quite separate in nature.

For example, the banking industry is an industry that uses capital to generate cash flow, so RStockvn currently does not provide a quick report template for these industriedsđ



About this kind of report I will add later

#### Example

```

rpv.baocaonhanh('HSG','TM','QUY')

```



## 8.Get historical interest rate data (Vietnam)

To get the interest rate data you need to use the function ``laisuat_vietstock(fromdate,todate)``, ``fromdate`` is from the date you need to get the ``todate`` to the date you want to get the data.

#### Example

```

rpv.laisuat_vietstock('2022-10-12','2023-02-01')

```

## 9.Get data for CPI (Vietnam)

To get data for CPI you need to use the function ``getCPI_vietstock(fromdate,todate)``, ``fromdate`` is from the date you need to get the ``todate`` to the date you want to get the data.

#### Example

```

rpv.getCPI_vietstock('2022-10-01','2023-02-01')

```



## 10.Get data on industrial production (Vietnam)

To get data on industrial production you need to use the function ``solieu_sanxuat_congnghiep(fromdate,todate)``, ``fromdate`` is from the date you need to get the ``todate`` to the date you want to get the data.

#### Example

```

rpv.solieu_sanxuat_congnghiep('2022-10-01','2023-02-01')

```

## 11.Get data on retail (Vietnam)

To get data on retail you need to use the function ``solieu_banle_vietstock(fromdate,todate)``, ``fromdate`` is from the date you need to get the ``todate`` to the date you want to get the data.

#### Example

```

rpv.solieu_banle_vietstock('2022-10-01','2023-02-01')

```



## 12.Get data on import and export (Vietnam)

To get data on import and export you need to use the function ``solieu_XNK_vietstock(fromdate,todate)``, ``fromdate`` is from the date you need to get the ``todate`` to the date you want to get the data.

#### Example

```

rpv.solieu_XNK_vietstock('2022-10-01','2023-02-01')

```



## 13.Get data on FDI capital (Vietnam)

To get data on FDI capital you need to use the function ``solieu_FDI_vietstock(fromdate,todate)``, ``fromdate`` is from the date you need to get the ``todate`` to the date you want to get the data.

#### Example

```

rpv.solieu_FDI_vietstock('2022-10-01','2023-02-01')

```



## 14.Get data on the exchange rate of USD/VND

To get data on the exchange rate of USD/VND you need to use the function ``tygia_vietstock(fromdate,todate)``, ``fromdate`` is from the date you need to get the ``todate`` to the date you want to get the data.

#### Example

```

rpv.tygia_vietstock('2022-10-01','2023-02-01')

```



## 15.Get data on credit in Vietnam

To get data on credit in Vietnam you need to use the function ``solieu_tindung_vietstock(fromdate,todate)``, ``fromdate`` is from the date you need to get the ``todate`` to the date you want to get the data.

#### Example

```

rpv.solieu_tindung_vietstock('2022-10-01','2023-02-01')

```



## 16.Get data on population, unemployment rate (Vietnam)

To get data on population, unemployment rate you need to use the function ``solieu_danso_vietstock(fromdate,todate)``, ``fromdate`` is from the date you need to get the ``todate`` to the date you want to get the data.

#### Example

```

rpv.solieu_danso_vietstock('2022-10-01','2023-02-01')

```



## 17.Get GDP index (Vietnam)

To get the GDP index you need to use the ``solieu_GDP_vietstock(fromyear,fromQ,toyear,toQ)`` function. ``fromyear`` ``toyear`` are the year milestones to be taken, ``fromQ``, ``toQ`` is the quarters you choose.

#### Example

You want to get the GDP index from 2nd quarter 2020 to 3rd quarter 2022.

```

rpv.solieu_GDP_vietstock('2020','2','2022','3')

```



## 18.Get price historical data of CafeF

To get historical stock price data from [CafeF](https://cafef.vn) websites you need to use the function ``get_data_history_cafef(symbol,fromdate,todate)``. ``symbol`` is the stock symbol you need to get data from, ``fromdate`` is the start date and ``todate`` is the end date.



#### Example

For example, you want to get the price history of VNINDEX from January 20, 2022 to February 20, 2023

```

rpv.get_price_history_cafef('VNINDEX','20/01/2022','20/02/2023')

```

OR you want to get the price history of symbol stock ``SSI`` from January 20, 2022 to February 20, 2023

```

rpv.get_price_history_cafef('SSI','20/01/2022','20/02/2023')

```



# Epilogue

If you like the idea or want to add more suggestions about RStockvn. 

Please send your comments to email: nguyenphucbinh67@gmail.com, thank you for testing RStockvn


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/NPhucBinh/RStockvn",
    "name": "RStockvn",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "stockvn,rpv,rstockvn,report stock vn,b\u00e1o c\u00e1o t\u00e0i ch\u00ednh vi\u1ec7t nam,l\u1ea5y b\u00e1o c\u00e1o t\u00e0i ch\u00ednh vi\u1ec7t nam b\u1eb1ng python,l\u1ea5y b\u00e1o c\u00e1o t\u00e0i ch\u00ednh v\u1ec1 excel,l\u1ea5y b\u00e1o c\u00e1o t\u00e0i ch\u00ednh v\u1ec1 excel b\u1eb1ng python",
    "author": "NGUYEN PHUC BINH",
    "author_email": "nguyenphucbinh67@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/78/5f/9ee32f29b18710e2377c047b6fd3084264700d0811cf9e280b46620280ce/RStockvn-2.2.9.tar.gz",
    "platform": null,
    "description": "# [RStockvn](https://pypi.org/project/RStockvn/)\r\n\r\nFinancial statements of companies on the Vietnamese stock exchange\r\n\r\n\r\n\r\n\r\n\r\n# Introduce\r\n\r\nHi, my name is Nguyen Phuc Binh.\r\n\r\nThe reason that I do [RStockvn](https://pypi.org/project/RStockvn/) is to support the collection of basic data for analysis.\r\n\r\n\r\n\r\nThe financial statements that RStockvn collects mainly come from websites: [Cafef](https://cafef.vn).\r\n\r\n\r\n\r\nFor the exchange rate, RStockvn collects at [\"exchangerate.host\"](https://exchangerate.host/#/donate) if you have more interest or support for their project you can visit at:[Exchangerate](https://exchangerate.host/#/donate)\r\n\r\n### From update 1.0.3 onwards, you can used rstockvn to get macro data.\r\n\r\nThe figures CPI, FDI, GDP, ... are taken from websites: [Vietstock](https://finance.vietstock.vn/du-lieu-vi-mo)\r\n\r\n\r\n\r\nIf you are on the old version and have errors, please update to the new version of RStockvn by: ``pip install --upgrade RStockvn``\r\n\r\n\r\n\r\nAlso you can refer to the library:'vnstock', written by Mr. Thinh Vu\r\n\r\n\r\n\r\n## Th\u00f4ng b\u00e1o hi\u1ec7n c\u00e1c h\u00e0m l\u1ea5y d\u1eef li\u1ec7u t\u1eeb Cophieu68 \u0111\u00e3 b\u1ecb x\u00f3a kh\u1ecfi [RStockvn](https://pypi.org/project/RStockvn/) do kh\u00f4ng c\u00f2n ho\u1ea1t \u0111\u1ed9ng \u0111\u01b0\u1ee3c. Th\u1eddi gian t\u1edbi s\u1ebd \u0111\u01b0\u1ee3c c\u1eadp nh\u1eadt sau.\r\n\r\n\r\n\r\n# User guide\r\n\r\nFirst you need to install RStockvn by:\r\n\r\n``pip install RStockvn`` or ``conda install RStockvn``\r\n\r\nTo use you need to: ``import RStockvn as rpv`` or ``from RStockvn import *``\r\n\r\n\r\n\r\n## 1. The function gets the list of listed companies\r\n\r\n\r\n\r\n``rpv.list_company()``\r\n\r\n\r\n\r\nOr you want to update list_company\r\n\r\n\r\n\r\n``rpv.update_company()``\r\n\r\n\r\n\r\n\r\n\r\n## 2. Function to get financial statements from 'vndirect':\r\n\r\n`symbol` is the `stock symbol`\r\n\r\n`report` is the type of report that needs to get `'BS' or 'BALANCESHEET' or 'CDKT - BalanceSheet`, `'P&L' or 'Business results' - Business results`, ''CF' - Cash Flows'\r\n\r\n`year` is the financial year to get\r\n\r\n`timely` is the time you want to get by year or quarter\r\n\r\n\r\n\r\nrpv.report_finance_vnd(symbol,report,year,timely)\r\n\r\n\r\n\r\n#### Example\r\n\r\n``rpv.report_finance_vnd('vnd','bs','2023','quarter')``\r\n\r\n\r\n\r\n## 3.Function retrieves financial statements of stock tickers from websites: 'Cafef.vn'\r\n\r\n\r\n\r\n``report_finance_cf(symbol,report,year,timely)``\r\n\r\nThis function is similar to x except with some differences:\r\n\r\n'report' will have the following options: `'CDKT' - BalanceSheet`, `'KQKD' - Business results`, `'CFD' - Direct Cash Flows`, `'CF' - Indirect Cash Flows`. `year` corresponds to the reporting datum you want to get. And `timely` corresponds to the choice: `'Year' - year` or `'quy' - quarter.`\r\n\r\n#### Example\r\n\r\n```\r\n\r\nrpv.report_finance_cf('nkg','cfd','2022','year')\r\n\r\n```\r\n\r\n\r\n\r\n## 4. Function to retrieve price history of stock codes from vndirect, get_price_historical_vnd(symbol,fromdate,todate):\r\n\r\nWhere symbol is the stock code symbol, fromdate is the starting date, and todate is the ending time.\r\n\r\n#### Example\r\n\r\n```\r\n\r\nrpv.get_price_historical_vnd('nkg','cfd','2022','year')\r\n\r\n```\r\n\r\n\r\n\r\n## 5. Functions to retrieve information about internal shareholder transactions, foreign transactions,...\r\n\r\nSince I'm too lazy to explain in detail, I'll list the functions below.\r\n\r\nInternal shareholder transactions\r\n\r\n```\r\n\r\nrpv.get_insider_transaction_history_cafef(symbol,fromdate,todate)\r\n\r\n```\r\n\r\n\r\n\r\nForeign transactions from vndirect\r\n\r\n```\r\n\r\nrpv.get_foreign_historical_vnd(symbol,fromdate,todate)\r\n\r\n```\r\n\r\n\r\n\r\nForeign transactions\r\n\r\n```\r\n\r\nrpv.get_foreign_transaction_history_cafef(symbol,fromdate,todate)\r\n\r\n```\r\n\r\n\r\n\r\nProprietary trading of securities companies\r\n\r\n```\r\n\r\nrpv.get_proprietary_history_cafef(symbol,fromdate,todate)\r\n\r\n```\r\n\r\n\r\n\r\n## 6.View exchange rate change history\r\n\r\nAt the present time when accessing \"exchangerate.host\" can only get the history of exchange rates within the last 9 months.``exchange_currency(current,cover_current,from_date,to_date)``\r\n\r\n#### Example\r\n\r\n```\r\n\r\nrpv.exchange_currency('USD','VND','2022-11-23','2023-01-10')\r\n\r\n```\r\n\r\nYou can also convert other currencies, such as Japanese Yen and USD\r\n\r\n```\r\n\r\nrpv.exchange_currency('JPY','USD','2022-11-23','2023-01-10')\r\n\r\n```\r\n\r\n## 7.View a quick report on the profit, revenue, ... of a company\r\n\r\nFor this report I use the financial statements collected from the website 'Cophieu68', because it is similar to the financial statements provided by securities companies such as VNDirect, SSI.``baocaonhanh(mcp,loai,time)``\r\n\r\n\r\n\r\nHere mcp corresponds to the ticker, 'type' corresponds to the following selection:\r\n\r\n``'TM' - Th\u01b0\u01a1ng m\u1ea1i``\r\n\r\nFor companies that manufacture, retail, basic materials, consumer goods,...\r\n\r\n``'TC' - Finance``\r\n\r\nFor companies in the financial sector.\r\n\r\n\r\n\r\nBecause companies in the financial sector are quite separate in nature.\r\n\r\nFor example, the banking industry is an industry that uses capital to generate cash flow, so RStockvn currently does not provide a quick report template for these industrieds\u0111\r\n\r\n\r\n\r\nAbout this kind of report I will add later\r\n\r\n#### Example\r\n\r\n```\r\n\r\nrpv.baocaonhanh('HSG','TM','QUY')\r\n\r\n```\r\n\r\n\r\n\r\n## 8.Get historical interest rate data (Vietnam)\r\n\r\nTo get the interest rate data you need to use the function ``laisuat_vietstock(fromdate,todate)``, ``fromdate`` is from the date you need to get the ``todate`` to the date you want to get the data.\r\n\r\n#### Example\r\n\r\n```\r\n\r\nrpv.laisuat_vietstock('2022-10-12','2023-02-01')\r\n\r\n```\r\n\r\n## 9.Get data for CPI (Vietnam)\r\n\r\nTo get data for CPI you need to use the function ``getCPI_vietstock(fromdate,todate)``, ``fromdate`` is from the date you need to get the ``todate`` to the date you want to get the data.\r\n\r\n#### Example\r\n\r\n```\r\n\r\nrpv.getCPI_vietstock('2022-10-01','2023-02-01')\r\n\r\n```\r\n\r\n\r\n\r\n## 10.Get data on industrial production (Vietnam)\r\n\r\nTo get data on industrial production you need to use the function ``solieu_sanxuat_congnghiep(fromdate,todate)``, ``fromdate`` is from the date you need to get the ``todate`` to the date you want to get the data.\r\n\r\n#### Example\r\n\r\n```\r\n\r\nrpv.solieu_sanxuat_congnghiep('2022-10-01','2023-02-01')\r\n\r\n```\r\n\r\n## 11.Get data on retail (Vietnam)\r\n\r\nTo get data on retail you need to use the function ``solieu_banle_vietstock(fromdate,todate)``, ``fromdate`` is from the date you need to get the ``todate`` to the date you want to get the data.\r\n\r\n#### Example\r\n\r\n```\r\n\r\nrpv.solieu_banle_vietstock('2022-10-01','2023-02-01')\r\n\r\n```\r\n\r\n\r\n\r\n## 12.Get data on import and export (Vietnam)\r\n\r\nTo get data on import and export you need to use the function ``solieu_XNK_vietstock(fromdate,todate)``, ``fromdate`` is from the date you need to get the ``todate`` to the date you want to get the data.\r\n\r\n#### Example\r\n\r\n```\r\n\r\nrpv.solieu_XNK_vietstock('2022-10-01','2023-02-01')\r\n\r\n```\r\n\r\n\r\n\r\n## 13.Get data on FDI capital (Vietnam)\r\n\r\nTo get data on FDI capital you need to use the function ``solieu_FDI_vietstock(fromdate,todate)``, ``fromdate`` is from the date you need to get the ``todate`` to the date you want to get the data.\r\n\r\n#### Example\r\n\r\n```\r\n\r\nrpv.solieu_FDI_vietstock('2022-10-01','2023-02-01')\r\n\r\n```\r\n\r\n\r\n\r\n## 14.Get data on the exchange rate of USD/VND\r\n\r\nTo get data on the exchange rate of USD/VND you need to use the function ``tygia_vietstock(fromdate,todate)``, ``fromdate`` is from the date you need to get the ``todate`` to the date you want to get the data.\r\n\r\n#### Example\r\n\r\n```\r\n\r\nrpv.tygia_vietstock('2022-10-01','2023-02-01')\r\n\r\n```\r\n\r\n\r\n\r\n## 15.Get data on credit in Vietnam\r\n\r\nTo get data on credit in Vietnam you need to use the function ``solieu_tindung_vietstock(fromdate,todate)``, ``fromdate`` is from the date you need to get the ``todate`` to the date you want to get the data.\r\n\r\n#### Example\r\n\r\n```\r\n\r\nrpv.solieu_tindung_vietstock('2022-10-01','2023-02-01')\r\n\r\n```\r\n\r\n\r\n\r\n## 16.Get data on population, unemployment rate (Vietnam)\r\n\r\nTo get data on population, unemployment rate you need to use the function ``solieu_danso_vietstock(fromdate,todate)``, ``fromdate`` is from the date you need to get the ``todate`` to the date you want to get the data.\r\n\r\n#### Example\r\n\r\n```\r\n\r\nrpv.solieu_danso_vietstock('2022-10-01','2023-02-01')\r\n\r\n```\r\n\r\n\r\n\r\n## 17.Get GDP index (Vietnam)\r\n\r\nTo get the GDP index you need to use the ``solieu_GDP_vietstock(fromyear,fromQ,toyear,toQ)`` function. ``fromyear`` ``toyear`` are the year milestones to be taken, ``fromQ``, ``toQ`` is the quarters you choose.\r\n\r\n#### Example\r\n\r\nYou want to get the GDP index from 2nd quarter 2020 to 3rd quarter 2022.\r\n\r\n```\r\n\r\nrpv.solieu_GDP_vietstock('2020','2','2022','3')\r\n\r\n```\r\n\r\n\r\n\r\n## 18.Get price historical data of CafeF\r\n\r\nTo get historical stock price data from [CafeF](https://cafef.vn) websites you need to use the function ``get_data_history_cafef(symbol,fromdate,todate)``. ``symbol`` is the stock symbol you need to get data from, ``fromdate`` is the start date and ``todate`` is the end date.\r\n\r\n\r\n\r\n#### Example\r\n\r\nFor example, you want to get the price history of VNINDEX from January 20, 2022 to February 20, 2023\r\n\r\n```\r\n\r\nrpv.get_price_history_cafef('VNINDEX','20/01/2022','20/02/2023')\r\n\r\n```\r\n\r\nOR you want to get the price history of symbol stock ``SSI`` from January 20, 2022 to February 20, 2023\r\n\r\n```\r\n\r\nrpv.get_price_history_cafef('SSI','20/01/2022','20/02/2023')\r\n\r\n```\r\n\r\n\r\n\r\n# Epilogue\r\n\r\nIf you like the idea or want to add more suggestions about RStockvn. \r\n\r\nPlease send your comments to email: nguyenphucbinh67@gmail.com, thank you for testing RStockvn\r\n\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Report Finance of Companies in Vietnamese and macro data - L\u1ea5y b\u00e1o c\u00e1o t\u00e0i ch\u00ednh c\u1ee7a c\u00e1c c\u00f4ng ty \u1edf Vi\u1ec7t Nam v\u00e0 s\u1ed1 li\u1ec7u v\u0129 m\u00f4",
    "version": "2.2.9",
    "project_urls": {
        "Facebook": "https://www.facebook.com/phuc.binh.3839",
        "Homepage": "https://github.com/NPhucBinh/RStockvn"
    },
    "split_keywords": [
        "stockvn",
        "rpv",
        "rstockvn",
        "report stock vn",
        "b\u00e1o c\u00e1o t\u00e0i ch\u00ednh vi\u1ec7t nam",
        "l\u1ea5y b\u00e1o c\u00e1o t\u00e0i ch\u00ednh vi\u1ec7t nam b\u1eb1ng python",
        "l\u1ea5y b\u00e1o c\u00e1o t\u00e0i ch\u00ednh v\u1ec1 excel",
        "l\u1ea5y b\u00e1o c\u00e1o t\u00e0i ch\u00ednh v\u1ec1 excel b\u1eb1ng python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97495dd346b78850fc53e4ba8b956f837226f2f348a4e88a61a5ae9bd4ed4740",
                "md5": "6f8b050e4e55321831a2893d4d123c37",
                "sha256": "7a8614bd2f9c8c7385c4fca5fde47d018bcdbc8cfd2e81dd864f221a649ba57c"
            },
            "downloads": -1,
            "filename": "RStockvn-2.2.9-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6f8b050e4e55321831a2893d4d123c37",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 426569,
            "upload_time": "2023-12-05T03:12:11",
            "upload_time_iso_8601": "2023-12-05T03:12:11.470492Z",
            "url": "https://files.pythonhosted.org/packages/97/49/5dd346b78850fc53e4ba8b956f837226f2f348a4e88a61a5ae9bd4ed4740/RStockvn-2.2.9-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "785f9ee32f29b18710e2377c047b6fd3084264700d0811cf9e280b46620280ce",
                "md5": "3086043a0801d133aecb354a9c93cce5",
                "sha256": "be1fee084a35b96a378029bba0e34e2496ee66f22abb15c3416011a12ff3884f"
            },
            "downloads": -1,
            "filename": "RStockvn-2.2.9.tar.gz",
            "has_sig": false,
            "md5_digest": "3086043a0801d133aecb354a9c93cce5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 725319,
            "upload_time": "2023-12-05T03:12:13",
            "upload_time_iso_8601": "2023-12-05T03:12:13.911279Z",
            "url": "https://files.pythonhosted.org/packages/78/5f/9ee32f29b18710e2377c047b6fd3084264700d0811cf9e280b46620280ce/RStockvn-2.2.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-05 03:12:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NPhucBinh",
    "github_project": "RStockvn",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "rstockvn"
}
        
Elapsed time: 0.14755s