data-link-python icon indicating copy to clipboard operation
data-link-python copied to clipboard

A Python library for Nasdaq Data Link's RESTful API

Results 22 data-link-python issues
Sort by recently updated
recently updated
newest added

Hello, Since the 29 November we don't have any values from your api for everything related to the currencies change. For example nasdaqdatalink.get("ECB/EURGBP", start_date="2022-12-05", api_key=...) does not return anything. Can...

I am beginner at coding. Should I store the api key in a json format file? containing the following statement : api_key = XXXXXXXXXXX (my api key) AND import nasdaqdatalink...

Hi there, just a simple question. Which kind of network protocol are compatible with Nasdaq for messages and order management? I've found out FIX protocol (used for messages between brokers,...

Replace support email details. While we're at it, simplify maintenance by using constants instead. Signed-off-by: Jamie Couture

In the example, need to set dataset name like below. import nasdaqdatalink data = nasdaqdatalink.get('NSE/OIL') 'NSE/OIL' seems like a dataset name. So where is the list of available dataset names?

I know i can do this by doing something like this in a browser: https://api.nasdaq.com/api/screener/stocks?tableonly=true&limit=25&exchange=NASDAQ But can that list be served by the python library?

This pr adds a new way to set ApiConfig and making requests. - ApiConfig Previously, we use ApiConfig as a global singleton to set api_key and configuration, users cannot use...

PR for running cumulative changes we want to merge into main.

Please remove it in favor of some other way to handle json. Project was last updated 10 years ago, and their example is [broken](https://github.com/rconradharris/jsondate/issues/10).

Hello, I hope this message finds you well. I would like to retrieve historical data for Brent Oil, API2 Carbon and Henry Hub gas, also the Exchange rates for dollar,...