data-link-python
data-link-python copied to clipboard
A Python library for Nasdaq Data Link's RESTful API
The following code returns a data up to 2024-01-02 usd_cot = nasdaqdatalink.get("CFTC/098662_FO_ALL") Any ideas?
Though I usually update treasury data every day, and as recently as Friday (2024-01-12), data link code USTREASURY/YIELD is now returning no data past 2024-01-05. Has the data code changed?...
NotFoundError: (Status 404) (Quandl Error QECx02) You have submitted an incorrect Dataset code. Please check your Dataset codes and try again. OECD/STLABOUR_CAN_LRUNTTTT_ST_M Does not exists anymore !!!! what is the...
RATEINF/CPI_CAN does not exists anymroe... what is the replacement name ?!!!
Hi team, Is it possible to have date filters possible for the "ZILLOW/DATA" dataset? This is my code right now: ``` data = nasdaqdatalink.get_table( "ZILLOW/DATA", indicator_id="ZALL", region_id="62004", paginate=True, ) ```...
Hi, I want to use this code data = nasdaqdatalink.Dataset('WIKI/AAPL').data() Is there a way to get all tickers? I asked Google's BARD and it came up with import nasdaqdatalink nasdaq_data_link...
Sometimes when downloading a lot of data from NasdaqDataLink, I get a hung connection during the ssl handshake. The requests library, which is being used to make requests, can take...
Hello, The below code send me an error code: AttributeError: module 'nasdaqdatalink' has no attribute 'get' import nasdaqdatalink data = nasdaqdatalink.get('NSE/OIL') print(data) Python version 3.7.3 nasdaq-data-link in /usr/local/lib/python3.7/dist-packages (1.0.4) Best...
Hello, I have an EOD product subscription, using python and the nasdaqdatalink.get_table(...) function. I know that exist 'QUOTEMEDIA/TICKERS', 'QUOTEMEDIA/PRICES' and 'QUOTEMEDIA/DAILYPRICES' that I can query. I'm interested also in like...
Does the free user can only get 28 companies for SP500 index? ``` sp500com = nasdaqdatalink.get_table('SHARADAR/SP500', action='current') sp500com date action ticker ... contraticker contraname note None ... 0 2023-01-20 current...