Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
/ pymarketwatch Public archive

Python library to interface with the Market Watch virtual stock market game

License

Notifications You must be signed in to change notification settings

bwees/pymarketwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pymarketwatch

A Python libary to interact with the MarketWatch Stock Market Game Based on code from https://github.com/kevindong/MarketWatch_API/

‼️ NOTE: Unfortunately Marketwatch has decided to change their login system once again. There is a fork available at https://github.com/antoinebou12/marketwatch that is under active development.

Example

from pymarketwatch import MarketWatch

api = MarketWatch("email", "password", "game-name-from-url", True)
api.buy("AAPL", 100)

print(api.get_pending_orders())
print(api.get_positions())

About

Python library to interface with the Market Watch virtual stock market game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages