Has anybody connected to Yahoo Finance Australia as a data feed before?

1 回表示 (過去 30 日間)
Peter Campbell
Peter Campbell 2017 年 1 月 28 日
編集済み: Carl 2017 年 2 月 8 日
Keen to conduct modelling on that exchange (ASX) only, curious if there is support for this. Thanks!

採用された回答

Carl
Carl 2017 年 2 月 8 日
編集済み: Carl 2017 年 2 月 8 日
The MATLAB Yahoo API operates the same regardless of country or exchange. You can do something like the following to obtain security information from Yahoo:
c = yahoo
d = fetch(c,'ASX.AX')
In general, the securities and fields supported by this are dependent on which symbols are recognized by the Yahoo server. MATLAB simply queries the server with the information that you specify, and returns the result. It's very simple to set up a connection and obtain data (see above), so I would recommend just trying out the API to see if it provides the relevant information. See the documentation to get started:

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeWeb Services についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by