We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e14574 commit 318386bCopy full SHA for 318386b
pandas_datareader/econdb.py
@@ -18,7 +18,7 @@ def url(self):
18
if not isinstance(self.symbols, compat.string_types):
19
raise ValueError('data name must be string')
20
21
- return ('{0}?{1}&format=json&page_size=500&expand=meta'
+ return ('{0}?{1}&format=json&page_size=500&expand=both'
22
.format(self._URL, self.symbols))
23
24
def read(self):
0 commit comments