Filter löschen
Filter löschen

proper syntax to retrieve quandl equity

3 Ansichten (letzte 30 Tage)
cris
cris am 19 Apr. 2021
Beantwortet: surya venu am 4 Apr. 2024
Would love some advice on the syntax required to retrieve fundamental data on individual equities via Quandl object. I have been able to retrieve data from several different data bases on their platform but not the equity feed. There aren't any examples in documentation specifically covering equity. Would attaching the data base code to the front of the ticker work?
Thanks, all.

Antworten (1)

surya venu
surya venu am 4 Apr. 2024
Hi,
I found a github repo regarding Quandl and how to access it with Python. Here is the github link: https://github.com/quandl/quandl-python
You can make use of MATLAB-Python interface to call python libraries and functions from MATLAB. You can learn about it on the link given below:
Here is an example MATLAB code for get 'AAPL' price history:
data = py.quandl.get_table('ZACKS/FC', ticker='AAPL')
disp(data)
Please note that you have to have MATLAB compatible Python version installed. To know more, check out: https://www.mathworks.com/support/requirements/python-compatibility.html
Hope it helps.

Kategorien

Mehr zu Call Python from MATLAB finden Sie in Help Center und File Exchange

Produkte


Version

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by