Has anybody connected to Yahoo Finance Australia as a data feed before?
조회 수: 1 (최근 30일)
이전 댓글 표시
Keen to conduct modelling on that exchange (ASX) only, curious if there is support for this. Thanks!
댓글 수: 0
채택된 답변
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Web Services에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!