Metadata-Version: 2.1
Name: nasdaq_stock
Version: 0.0.5
Summary: nasdaq stock retriever
Home-page: https://github.com/georgejs/nasdaq_stock
Download-URL: https://github.com/georgejs/nasdaq_stock/archive/0.0.5.tar.gz
Author: George Shen
Author-email: georgejs.arch@gmail.com
Keywords: stock,nasdaq,stock retriever,nasdaq stock
License-File: LICENSE

# nasdaq_stock
nasdaq stock pull down

# 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. 
