Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This module provides **no delay**, **real time** stock data in NYSE & NASDAQ.

Another awesome module, [yahoo-finance](https://github.com/lukaszbanasiak/yahoo-finance)'s data is delayed by 15 min, but it provides convenient apis to fetch historical day-by-day stock data.

##Install
## Install
From PyPI with pip:

$pip install googlefinance
Expand All @@ -16,7 +16,7 @@ From development repo (requires git)
$cd googlefinance
$python setup.py install

##Usage example
## Usage example

>>> from googlefinance import getQuotes
>>> import json
Expand Down