Closed tommedema closed 2 years ago
A related question I have is if I need to define the export parameter in qopts? This is recommended by the docs but don't see it back in this library.
Hi @tommedema
The SSL issue you're experiencing is a strange one. If you're still experiencing issues, please email connect@data.nasdaq.com. We can further investigate by asking more details so we can check our logs. Our customer support team will be able to ask you more details you shouldn't share in this thread.
As for export, I'm assuming you're looking to download the entire table history. You can use the export_table feature.
With respect to your initial question regarding columns filtering, yes you can use qpots keyword argument. It's a bit clumsy at the moment, but you can fall back on some of our coding snippets.
A more complete example would be something like:
import nasdaqdatalink as ndl
table = ndl.get_table('ZACKS/FC', ticker=['AAPL','MSFT'])
print(table)
table = ndl.get_table('ZACKS/FC', ticker=['AAPL','MSFT'], qopts={'columns':['ticker', 'per_end_date']})
print(table)
Thanks I'll email connect@data.nasdaq.com re the SSL issue
I just purchased a subscription but am getting errors.
Can you also confirm if this is the right way to filter for specific columns?
Code:
Throws the following exceptions: