在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):quandl/Matlab开源软件地址(OpenSource Url):https://github.com/quandl/Matlab开源编程语言(OpenSource Language):MATLAB 100.0%开源软件介绍(OpenSource Introduction):MATLAB-packageQuandl is no longer updating its MATLAB Package. Please refer to MathWorks for updates, which can be found here. License: MIT InstallationDownload the folder "+Quandl" into the directory of your choice. Then within MATLAB go to file >> Set path... and add the directory containing "+Quandl" to the list (if it isn't already). That's it. Two things to note, the '+' in "+Quandl" is important in the folder name. It tells Matlab to recognize get.m and auth.m as part of the Quandl package. Secondly, make sure you don't add the "+Quandl" folder in set path. You should be adding the folder that contains it. DependenciesThis package now REQUIRES urlread2. It can be found here. Unzip the package and place it in the same directory as +Quandl in the folder +urlread2. UsageOnce you've found the data you'd like to load into MATLAB on Quandl, copy the Quandl code from the description box and past it into the function.
To extend your access to the Quandl API, use your api key. To do this sign into your account (or create one) and go to account settings page. Then copy your api key next time you call the function:
Subsequently when you call:
MATLAB will remember your authentication token for the remainder of the session. Parameters
Available Data TypesThere are four options for which datatype you would like your data returned as, you choose your type as follows:
As well a cell string array is returned with the headers. The syntax is as follows:
Examples
DatatablesTo access datatables from the datatables api, you can use the Quandl.datatables function:
It returns data in a table. ParametersParameters are specific to each datatable. This datatable's filter parameters are
This call returns all data for Apple and Microsoft:
ALPHAYou can now search inside the Matlab Console
It is currently in ALPHA and only returns an xml object to the top node of the query results. Additional ResourcesMore help can be found at Quandl in our API docs. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论