yahoo finance stock quote api

后端 未结 3 1179
情深已故
情深已故 2021-01-12 13:51

Is there any way to get historical stock prices from the yahoo api in the json format? I\'d like to use REST because it\'s more lightweight.

3条回答
  •  借酒劲吻你
    2021-01-12 14:08

    You can use YQL to fetch data. look at here the code in C#.

    Or if you want current stock look at https://github.com/samkiller/stoxxbees You can have stock data in both xml or json.

提交回复
热议问题