Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nklapste/stock_collector
Stock collector using yfinance to collect stocks into a sqlite database.
https://github.com/nklapste/stock_collector
python sqlite stocks yfinance
Last synced: about 2 months ago
JSON representation
Stock collector using yfinance to collect stocks into a sqlite database.
- Host: GitHub
- URL: https://github.com/nklapste/stock_collector
- Owner: nklapste
- License: mit
- Created: 2020-02-18T19:54:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T20:06:21.000Z (almost 5 years ago)
- Last Synced: 2024-10-22T11:20:40.542Z (3 months ago)
- Topics: python, sqlite, stocks, yfinance
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
###############
stock-collector
###############Description
===========Stock collector using yfinance to collect stocks into a sqlite database.
Installation
============To install stock-collector run the following command within the project folder
containing `setup.py`:.. code-block:: console
pip install .
Usage
=====After installing stock-collector, to collect MSFT stocks and store them into the sqlite
file ``stocks.sql`` run the following command:.. code-block:: console
stock-collector --database all_stocks.sql --stocks MSFT
To get additional help on using stock-collector run:
.. code-block:: console
stock-collector --help