mnalevanko / getting-stock-quotes

A simple module to retrieve stock quotes from public sources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting stock quotes from public sources

A simple module to retrieve stock quotes from public sources. The current version uses WSJ.com to get the last price of the stock, it's intraday high, low and volume.

I created the module to be used few minutes after the market close, not sure if it works properly during trading sessions.

Since the WSJ.com site does not provide the opening price, the module returns 0 as the opening price.

Should you want to add another public sources, feel free to create a new pull request.

About

A simple module to retrieve stock quotes from public sources


Languages

Language:Python 100.0%