nasdaq stock retriever
Reason this release was yanked:
Legacy
Project description
Nasdaq Stock: Stock data retriever
=========================
How to use
---------------
>>>from nasdaq_stock import nasdaq_stock as ns
or
>>>from nasdaq_stock import nasdaq_stock
>>>nasdaq_stock.stock(‘spyd’)
or
>>>spyd = nasdaq_stock.stock(‘spyd’)
This will return string data and a dictionary of that data.
Current data fields are:
ticker: The stock or id of that ticker.
date: The date when the stock was queried.
time: The time when the stock was taken. This can be helpful if you are trying to do minute by minute data gathering
price: The current price or bid price
ask: The current ask price
high: The high of the day
low: The low of the day
previous_close: The previous closing form the last day. Not to be confused with last ask price
volume: Volume of shares for the current day.
market_cap: Market cap of the stock. i.e. dollar amount currently vested in stock
=========================
How to use
---------------
>>>from nasdaq_stock import nasdaq_stock as ns
or
>>>from nasdaq_stock import nasdaq_stock
>>>nasdaq_stock.stock(‘spyd’)
or
>>>spyd = nasdaq_stock.stock(‘spyd’)
This will return string data and a dictionary of that data.
Current data fields are:
ticker: The stock or id of that ticker.
date: The date when the stock was queried.
time: The time when the stock was taken. This can be helpful if you are trying to do minute by minute data gathering
price: The current price or bid price
ask: The current ask price
high: The high of the day
low: The low of the day
previous_close: The previous closing form the last day. Not to be confused with last ask price
volume: Volume of shares for the current day.
market_cap: Market cap of the stock. i.e. dollar amount currently vested in stock
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
nasdaq_stock-0.0.2.tar.gz
(2.2 kB
view details)
File details
Details for the file nasdaq_stock-0.0.2.tar.gz
.
File metadata
- Download URL: nasdaq_stock-0.0.2.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c915e8b0098f887f9cda0311aef1a27fd276c29ffb194c2799236f91a5ffcaa2 |
|
MD5 | 7229c6bfd2d681fedb19e72e819e5c7f |
|
BLAKE2b-256 | 7d7cbc6ae9c6b48b81136d59b086c6b20e9f323bceea781bc24ca404f2c094d2 |