8000
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 859131b commit 42ae5e4Copy full SHA for 42ae5e4
nasdaqdatalink/message.py
@@ -22,8 +22,9 @@ class Message:
22
minimum index is 1 and the maximum index is %s'
23
ERROR_REQUESTED_COLUMN_NOT_EXIST = 'Requested column index %s does not exist'
24
25
- WARN_DATA_LIMIT_EXCEEDED = 'This call exceeds the amount of data that nasdaqdatalink.get_table() \
26
- allows. Please use the following link in your browser, which will download the full \
+ WARN_DATA_LIMIT_EXCEEDED = 'This call exceeds the amount of data that \
+ nasdaqdatalink.get_table() allows. \
27
+ Please use the following link in your browser, which will download the full \
28
results as a CSV file: \
29
https://data.nasdaq.com.com/api/v3/datatables/%s?qopts.export=true&api_key=%s . \
30
See our API documentation for more info: \
0 commit comments