The lib provides ticker symbols for yahoo and google finance.
Project description
pytickersymbols
pytickersymbols provides access to google and yahoo ticker symbols for all stocks of the following indices:
- AEX
- BEL 20
- CAC 40
- DAX
- DOW JONES
- FTSE 100
- IBEX 35
- MDAX
- NASDAQ 100
- OMX Helsinki 15
- OMX Helsinki 25
- OMX Stockholm 30
- S&P 100
- S&P 500
- SDAX
- SMI
- TECDAX
- MOEX
install
pip install pytickersymbols
quick start
Get all countries, indices and industries as follows:
from pytickersymbols import PyTickerSymbols
stock_data = PyTickerSymbols()
countries = stock_data.get_all_countries()
indices = stock_data.get_all_indices()
industries = stock_data.get_all_industries()
You can select all stocks of an index as follows:
from pytickersymbols import PyTickerSymbols
stock_data = PyTickerSymbols()
german_stocks = stock_data.get_stocks_by_index('DAX')
uk_stocks = stock_data.get_stocks_by_index('FTSE 100')
print(list(uk_stocks))
issue tracker
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pytickersymbols-1.7.0.tar.gz
(4.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pytickersymbols-1.7.0.tar.gz.
File metadata
- Download URL: pytickersymbols-1.7.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9497255a5bff64a955d0e02b060e92864da2189daa9ed4fa7d7f531eb49625b
|
|
| MD5 |
9586615c3cbe56d8ec475ea8bec7b40f
|
|
| BLAKE2b-256 |
d715c57f4dca908e155d204d70710b257421699be292d252053fa41910db5957
|
File details
Details for the file pytickersymbols-1.7.0-py3-none-any.whl.
File metadata
- Download URL: pytickersymbols-1.7.0-py3-none-any.whl
- Upload date:
- Size: 75.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d20d8de0b7c1e3a192b67272a9f68e7bb2ceda3792e7f01e04c9e8ffe2e3ade
|
|
| MD5 |
9ccfc92ee184967813c3bf693c7ef351
|
|
| BLAKE2b-256 |
7e8b95e7f2b5b6a1af7d4e1f8c2ca08590b438b5329597d2d3fb1761d9d86e91
|