How do I retrieve static data from a list using the Thomson Datastream API provided by Datafeed Toolbox in MATLAB 7.2 (R2006a)?
古いコメントを表示
I want to retrieve static data from a list like 'LFRCAC40' using the Datafeed Toolbox. When I execute the following command:
data = fetch(datastream_connection, {'LFRCAC40'}, {'P'}, '8/01/2006')
I receive the following error message:
??? Error using ==> datastream.fetch
$$"ER", E100, INVALID CODE OR EXPRESSION ENTERED, LFRCAC40(P)
I have also tried retrieving NAME field using the Datafeed Toolbox:
data = fetch(datastream_connection, {'IBM'}, {'NAME'})
I get the same error:
??? Error using ==> datastream.fetch at 219
$$"ER", E100, INVALID CODE OR EXPRESSION ENTERED, IBM(NAME)
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Risk Management Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!