两侧同时换到之前的修订记录前一修订版后一修订版 | 前一修订版 |
project:stock:technicalindicators [2024-01-21 13:56] – goldentianya | project:stock:technicalindicators [2025-06-10 05:59] (当前版本) – [API 接口] goldentianya |
---|
* otherlisted.txt | * otherlisted.txt |
| |
| [[https://www.oracle.com/de/cloud/price-list/|Oracle OCI Pricing]] |
====== 技术指标库 ====== | ====== 技术指标库 ====== |
适合在Node项目中使用的的技术指标库函数。 | 适合在Node项目中使用的的技术指标库函数。 |
* [[https://tushare.pro/|Tushare]] | * [[https://tushare.pro/|Tushare]] |
* [[https://marketstack.com/|Marketstack]] | * [[https://marketstack.com/|Marketstack]] |
* [[https://iexcloud.io/|IEX]]<color #c3c3c3>(5 milion 訪問單位/月 | 免費用戶每月5萬訪問單位)</color> ([[https://iexcloud.io/core-data-catalog|API 列表]]) | * [[https://finnhub.io/dashboard|Finnhub]] 提取财报日期(免费账户限定一个月) |
* [[https://github.com/CTradeExchange/free-quote|免费接口]] | * [[https://www.alphavantage.co/documentation/|alphavantage 日历]] 每次下载三个月的数据,然后上传到服务器, |
| |
EOD 所支持的[[https://eodhistoricaldata.com/financial-apis/list-supported-exchanges/|交易市場]] (A股為 SHE / SHG) [[https://eodhistoricaldata.com/financial-apis/bulk-api-eod-splits-dividends/|分紅和分股數據]] | EOD 所支持的[[https://eodhistoricaldata.com/financial-apis/list-supported-exchanges/|交易市場]] (A股為 SHE / SHG) [[https://eodhistoricaldata.com/financial-apis/bulk-api-eod-splits-dividends/|分紅和分股數據]] |
| |
| [[https://eodhd.com/financial-apis/exchanges-api-list-of-tickers-and-trading-hours/|市场以及股票类型]] paypal 支付 <color #ff7f27>''%%Unicorn Data Services%%''</color> |
| |
| ++++ Alpha Vantage 2 | |
| 'X-RapidAPI-Key': '5a68d21c84mshe237bb004adfff5p185df1jsn3bf342b66569' |
| 'X-RapidAPI-Host': 'alpha-vantage.p.rapidapi.com' |
| ++++ |
| |
[[https://data.gov.tw/dataset/11548|台股每日收盘价(政府开放平台)]] | [[https://data.gov.tw/dataset/11548|台股每日收盘价(政府开放平台)]] |
| |
[[https://finance.sina.com.cn/stock/usstock/sector.shtml|新浪美股]] | [[https://finance.sina.com.cn/stock/usstock/sector.shtml|新浪美股]] |
| |
| [[https://polygon.io/docs/rest/stocks/tickers/all-tickers|polygon]] ++Key|EeMcjqwrfODl8QoceuzpwyLOTpgM0fYo++ [[https://polygon.io/docs/rest/stocks/aggregates/daily-market-summary|全市场数据接口]] |
| |
| [[https://rapidapi.com/apidojo/api/yahoo-finance1/playground/apiendpoint_cacfb77a-b9ac-42c7-be06-2a586f1719e2|Yahoo Calendar 接口]] 包括earning 和 split |
===== 实例 ===== | ===== 实例 ===== |
| |
| |
- [[https://eodhistoricaldata.com/financial-apis/|API 列表]] ([[https://eodhistoricaldata.com/financial-apis/list-supported-exchanges/|支持的市场]]) | - [[https://eodhistoricaldata.com/financial-apis/|API 列表]] ([[https://eodhistoricaldata.com/financial-apis/list-supported-exchanges/|支持的市场]]) |
| |
| |
| Finnhub 日历数据 |
| 获取代码: |
| <code | download> |
| https://finnhub.io/api/v1/calendar/earnings?symbol=NVDA&token=ctdtmf1r01qng9gfel2gctdtmf1r01qng9gfel30&from=2025-02-01&to=2025-02-28 |
| |
| {"earningsCalendar":[ |
| {"date":"2025-02-19", |
| "epsActual":null, |
| "epsEstimate":0.8612, |
| "hour":"amc", |
| "quarter":4, |
| "revenueActual":null, |
| "revenueEstimate":38822662731, |
| "symbol":"NVDA", |
| "year":2025} |
| ]} |
| </code> |
| |
| AlphaVantage 下载数据 |
| <code> |
| https://www.alphavantage.co/query?function=EARNINGS_CALENDAR&horizon=3month&apikey=Y0JKW0Y848UJCY6X |
| </code> |
| |
===== 阿里数据 ===== | ===== 阿里数据 ===== |
|CNST|CNETF|USST|HKST|GBFSB|GBCFD|GBFT|CNFT|GBDC|GBIDX|CNCOP| | |CNST|CNETF|USST|HKST|GBFSB|GBCFD|GBFT|CNFT|GBDC|GBIDX|CNCOP| |
|沪深|50ETF|美股|港股|外汇|CFD|国际期货(指数/商品/外汇)|国内期货|数字货币|全球股指|商品期权| | |沪深|50ETF|美股|港股|外汇|CFD|国际期货(指数/商品/外汇)|国内期货|数字货币|全球股指|商品期权| |