当前位置:   article > 正文

印度股票实时行情API数据接口_印度股票api接口

印度股票api接口

1Rapids API :提供实时行情与历史行情,覆盖印度所有股票,指数,支持websocket和REST API接口

2Google数据其实是从新浪获取的,所以可以优先考虑从新浪获取,如果喜欢google的API,再考虑

3Alpha Vantage:一个提供股票市场数据的API,支持多个国家的股票市场。

4Yahoo Finance API:一个提供股票市场数据的API,支持多个国家的股票市场。 5Quandl:一个提供金融和经济数据的平台,包括股票市场数据。

也可以从交易所爬取行情

  • 获取股票市场状态(打开/关闭)格式:JSONhttp://localhost:3000/get_market_status
  • 获取NSE(变化,年份高低,索引顺序)格式的所有索引:JSONhttp://localhost:3000/nse/get_indices
  • 以NSE格式获取所有索引的引号:HTMLhttp://localhost:3000/nse/get_quotes
  • 从NSE格式获取符号(companyName)的引号数据:JSONhttp://localhost:3000/nse/get_quote_info?companyName=TCS
  • 从NSE-JSON格式获取符号(companyNames)的报价数据:JSONhttp://localhost:3000/nse/get_multiple_quote_info?companyNames=TCS,WIPRO,AND_MORE
  • 获取NSE格式的前10名获得者:JSONhttp://localhost:3000/nse/get_gainers
  • 获取NSE格式的前10名失败者:JSONhttp://localhost:3000/nse/get_losers
  • 获取单个索引的前进/下降,以及其格式是否更改的值:JSONhttp://localhost:3000/nse/get_incline_decline
  • 以单一NSE索引格式获取所有公司的信息:JSONhttp://localhost:3000/nse/get_index_stocks?symbol=nifty
  • 获取提供的NSE索引中的公司列表,并使用匹配的关键字数据格式:JSONhttp://localhost:3000/nse/search_stocks?keyword=AXIS
  • 以NSE格式获取公司的日内数据:XMLhttp://localhost:3000/nse/get_intra_day_data?companyName=TCS&time=1 http://localhost:3000/nse/get_intra_day_data?companyName=TCS&time=month
  • 以NSE格式获取52周所有高库存:JSONhttp://localhost:3000/nse/get_52_week_high
  • 以NSE格式获取52周所有低库存:JSONhttp://localhost:3000/nse/get_52_week_low
  • 获取具有最高值的NSE股票格式:JSONhttp://localhost:3000/nse/get_top_value_stocks
  • 获取销量最高的NSE股票格式:JSONhttp://localhost:3000/nse/get_top_volume_stocks
  • 获取公司股票的期货数据(符号)和时间格式:JSONhttp://localhost:3000/nse/get_stock_futures_data?companyName=TCS&time=15 http://localhost:3000/nse/get_stock_futures_data?companyName=VEDL&time=month
  • 根据时间以NSE格式获取公司名称(符号)的图表数据:CSV格式(分隔符-|)http://localhost:3000/nse/get_chart_data_new?companyName=VEDL&time=5 http://localhost:3000/nse/get_chart_data_new?companyName=VEDL&time=year
  • 符号(缓动列表)
声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号