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
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
pytickersymbols-1.0.2.tar.gz
(41.9 kB
view details)
File details
Details for the file pytickersymbols-1.0.2.tar.gz.
File metadata
- Download URL: pytickersymbols-1.0.2.tar.gz
- Upload date:
- Size: 41.9 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.5.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ae92a36c5ee27a58ff181f620eb3f8dcac08448f7c75347213810ea9f4e9b6c
|
|
| MD5 |
1fe2eef9869d67e36b68f4a417dab8b5
|
|
| BLAKE2b-256 |
35369666af7b430ab4295ed8886df1aa250d7cb96336a6fb90d0c05ba3e9c168
|