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
install
pip install pytickersymbols
quick start
Get all countries, indices and industries as follow:
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 follow:
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')
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
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.1.2.linux-x86_64.tar.gz.
File metadata
- Download URL: pytickersymbols-1.1.2.linux-x86_64.tar.gz
- Upload date:
- Size: 43.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8137919cb13ddf4181cc88a48628413bb41a686918494915aeefc622cd52e176
|
|
| MD5 |
d251ec69918de1ce848e4d5d8477c3c1
|
|
| BLAKE2b-256 |
428f2dfb6653c085d4ac2f4a663a36e9b6478720bd1872f126a1911e03bfd599
|
File details
Details for the file pytickersymbols-1.1.2-py3-none-any.whl.
File metadata
- Download URL: pytickersymbols-1.1.2-py3-none-any.whl
- Upload date:
- Size: 43.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
023a6bf868c11ff0b6fe3478e36190c8a62ca22cb063e4b49e30cb847d1cc04f
|
|
| MD5 |
e03449a00101ba2b9b3aa4cb712fcaf6
|
|
| BLAKE2b-256 |
5ec23244181ad9b6df08214f9d3e87d63538154d48d026ba61f0fa19988f218a
|