Skip to content

1997roylee/Python-Options-Chain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

How to use?

Setup

To run this program you have to setup your environment by below commands.

make install
make setup

Run the example

After you run the program, the output file will be stored in the root.

python examples/spy.py

Example code

You can change the STOCK variable to other symbol you want to request. (Only support US Stock).

import cnbc

STOCK = "SPY"

client = cnbc.Client()
client.apply(STOCK, client.queryQuote, client.save)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published