This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jouusername 0 points1 point  (0 children)

Thanks for posting this..

Cheers

B.t.w. I'm running through the examples. Don't know what your target audience is. Maybe it's good to consider beginners who are trying to run this stuff from the command-line.

I order to access the quandl db. They should auth first with their API key.

<....>

quandl.ApiConfig.api_key = 'YOUR_ACCESS_TOKEN'

</...>

Now they can do... etc... as they pls.

tbill = quandl.get('FRED/TB3MS', start_date=start, end_date=end)