Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
parameters incorrect
  • Loading branch information
ChrisStevens committed Apr 2, 2013
1 parent 08ad0ca commit 5638de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Usage is simple and mirrors the functionality found at http://www.quandl.com/api
A request with a full list of options would be the following.
```
import Quandl
data = Quandl.get('PRAGUESE/PX',authtoken='xxxxxx',startdate='2001-01-01',enddate='2010-01-01',frequency='annual',transformation = 'rdiff',rows='4',formats='numpy')
data = Quandl.get('PRAGUESE/PX',authtoken='xxxxxx',startdate='2001-01-01',enddate='2010-01-01',frequency='annual',transformation = 'rdiff',rows= 4,formats='numpy')
```
All options beyond specifying the dataset (PRAUGESE/PX) are optional,though it is helpful to specify an authtoken at
least once to increase download limits, it should be cached after that.
Expand Down

0 comments on commit 5638de9

Please sign in to comment.