필터 지우기
필터 지우기

How to fetch TSX financial data or other exchange data

조회 수: 2 (최근 30일)
Marc-Antoine
Marc-Antoine 2016년 10월 13일
편집: Kawee Numpacharoen 2016년 11월 2일
How to fetch TSX financial data or other exchange data using datafeed toolbox. It is nice and simple for major stocks, but when it comes to stocks on different exchanges like NASDAQ, TSX, etc. it becomes more complicated and there is no help about it. For example if I want to retrieve MLF-UN.TO, what should I write in the fetch command? Thank you

답변 (1개)

Kawee Numpacharoen
Kawee Numpacharoen 2016년 11월 2일
편집: Kawee Numpacharoen 2016년 11월 2일
In case of yahoo finance, you can simply use 2 lines of code here
>> c = yahoo;
>> price = fetch(c,'MLF-UN.TO')
price =
struct with fields:
Symbol: {'MLF-UN.TO'}
Last: 8.41
Date: 736636.00
Time: 0.58
Change: -0.10
Open: 8.50
High: 8.50
Low: 8.41
Volume: 6369.00

카테고리

Help CenterFile Exchange에서 Money.Net에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by