Provides a list of stock symbols from all major stock exchanges across various regions and markets.
Project description
Introduction
Stocksymbol connects to the StockSymbol API that I created to provide a list of stock symbols from all major stock exchanges across various regions and markets.
Quick Start
Install package
pip install stocksymbol
Get an API key
You can register for a free API key here.
Symbol list
from stocksymbol import StockSymbol
api_key = '<your API key here>'
ss = StockSymbol(api_key)
# get symbol list based on market
symbol_list_us = ss.get_symbol_list(market="US") # "us" or "america" will also work
# get symbol list based on index
symbol_list_spx = ss.get_symbol_list(index="SPX")
# show a list of available market
market_list = ss.market_list
# show a list of available index
index_list = ss.index_list
Further reads
Check out this blog post (free link here) for a detailed tutorial with output examples and the motivation behind stocksymbol.
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 stocksymbol-0.0.5.tar.gz.
File metadata
- Download URL: stocksymbol-0.0.5.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f368faee1d237513dc75ae54dc45eccecddffb6a6748328b6776e6bffc3dad5
|
|
| MD5 |
b456ba6ab81813dc4a11b71e444f26e6
|
|
| BLAKE2b-256 |
4631e44af6c1ca000001c5fbc920b1e95c898872910065b3b3a48fc503005db8
|
File details
Details for the file stocksymbol-0.0.5-py3-none-any.whl.
File metadata
- Download URL: stocksymbol-0.0.5-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8156426134c9e81a3461fb5a1ec0a82ff034539b353392822c8baadb8c419f98
|
|
| MD5 |
024131ec85ca27de8f2781ff141cdd3f
|
|
| BLAKE2b-256 |
bd2aeaceff95022a22161c04f6b0d090e5ce46840a03032bf4f62f913840d130
|