issues Search Results · repo:quandl/quandl-python language:Python
Filter by
68 results
(54 ms)68 results
inquandl/quandl-python (press backspace or delete to remove)For example when querying the FRED/GDP endpoint, I get back a list of dates and numbers, however, these dates are not
when the numbers were actually release but rather normalized dates representing the ...
QuadraKadabra
- 1
- Opened on Oct 13, 2021
- #178
in Jupiter Notebook 6.1.4:
import quandl aapl = quandl.get( WIKI/AAPL , start_date= 2006-10-01 , end_date= 2012-01-01 )
ModuleNotFoundError Traceback (most recent call last) ipython-input-13-727a0c18d61b ...
Starq7
- 1
- Opened on Feb 13, 2021
- #174
When I tried to use the following code to get the list of all datasets:
import csv
import quandl
quandl.ApiConfig.api_key = your_key
ds=quandl.Dataset.all()
npage=ds.meta[ total_pages ]
csv_file = open( ...
m-fayer
- 1
- Opened on Jan 14, 2021
- #173
Currently getting this whenever I try and run?
Traceback (most recent call last): File /Users/isaac/Work/Code/new.py , line 3, in module import quandl File
/Library/Python/2.7/site-packages/Quandl-3.5.2-py2.7.egg/quandl/init.py ...
sneddonisaac
- 2
- Opened on Aug 25, 2020
- #161
Getting 403 errors when calling quandl.get. Here s a couple examples:
(Pdb) quandl.get( EIA/PET_RWTC_D )
*** quandl.errors.quandl_error.QuandlError: (Status 403) Something went wrong. Please try again. ...
andystanley
- 2
- Opened on Aug 17, 2020
- #160
We have code which uses export_table, and we have some tests which ensure the code works. Would it be possible to
provision a small datatable that people could use in these tests?
We re currently using ...
max-sixty
- 2
- Opened on Jul 9, 2020
- #156
hello,
I am getting an error now when attempting to do a bulkdownload on the CHRIS database. This worked previously.
import quandl
fname = /tmp/CHRIS_data.zip
quandl.ApiConfig.api_key = api_key # ...
gborrageiro
- 5
- Opened on Jun 28, 2020
- #152
Hello,
i saw your great product for getting Stock Prices
is there is a way for get also keys ratios like eps diluted ?
regards,
Tomer
machine85
- 2
- Opened on Jun 21, 2020
- #151
Are the print statements (e.g. https://github.com/quandl/quandl-python/blob/v3.4.8/quandl/model/datatable.py#L81) in the
library intentional? Could they be changed to logging?
max-sixty
- 3
- Opened on May 25, 2020
- #150
Hi,
Could you please help me with the following question:
I am trying to change date format from 2018-12-01 to 2020-12-01 00:00:00
I tried the following:
df = quandl.get( BITFINEX/BTCUSD ,start_date= ...
antonkiselevtdg
- Opened on Mar 5, 2020
- #149

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.