Quickfin is a Python module providing instant access to live and historical stock market price data, automated Plotly data visualization generators, live stock ticker visualization for Streamlit applications and a data catalog for referencing equities, stock symbols, sector, and industry information.
Project description
Quick Fin
Docs Code Examples Data Github Repo
Description
Quickfin is a Python module providing instant access to live and historical stock market price data, automated Plotly data visualization generators and a data catalog for referencing equities, stock symbols, sector, and industry information.
Dependencies
Library | Language | Link |
---|---|---|
Plotly | Python | https://github.com/plotly/plotly.py |
Installation
pip install quickfin
Upgrade
pip install --upgrade quickfin
Quickstart
Retrieve the most recent stock price data available for the stock symbol passed to the symbol
parameter. Method will return live market price quotes during trading hours.
Input:
from quickfin import *
price_data = PriceData()
print(price_data.current("SNOW"))
Output:
{
'current': {
'Adj Close': 161.6,
'Change Amount': 2.42,
'Change Rate': 0.01,
'Close': 161.6,
'Date': '2024-03-28',
'Day Range': 4.89,
'High': 165.89,
'Low': 161.0,
'Open': 164.02,
'Volume': 10106900
},
'info': {
'industry': 'Software - Application',
'name': 'Snowflake Inc.',
'sector': 'Technology',
'symbol': 'SNOW'
}
}
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
File details
Details for the file quickfin-1.14.1.tar.gz
.
File metadata
- Download URL: quickfin-1.14.1.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8e831cc16d7891bbd8e82959018bc80f674eae55acebff604b8af99e9cc8087 |
|
MD5 | fbf4351d6f78c243e73cfef15efb9e84 |
|
BLAKE2b-256 | 28dcc8c9539ec8d65e794316d05b5642aad7d5280d3bed6f9be20298540ec127 |
File details
Details for the file quickfin-1.14.1-py3-none-any.whl
.
File metadata
- Download URL: quickfin-1.14.1-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 006cae5644c9699b72dfa7da1607b644f5d80992ee90e0a6e2b0d5b7688ce704 |
|
MD5 | 6bcdac968ecc8ebafd040cdbadd8aa79 |
|
BLAKE2b-256 | 508fa245842e430643bfeb3342116a6c6c7e31d847cf51291afc744e060e486f |