两侧同时换到之前的修订记录前一修订版后一修订版 | 前一修订版 |
project:stock:technicalindicators [2024-12-13 07:39] – [实例] goldentianya | project:stock:technicalindicators [2025-06-10 05:59] (当前版本) – [API 接口] goldentianya |
---|
* [[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://github.com/CTradeExchange/free-quote|免费接口]] | |
* [[https://finnhub.io/dashboard|Finnhub]] 提取财报日期(免费账户限定一个月) | * [[https://finnhub.io/dashboard|Finnhub]] 提取财报日期(免费账户限定一个月) |
* [[https://www.alphavantage.co/documentation/|alphavantage 日历]] 每次下载三个月的数据,然后上传到服务器, | * [[https://www.alphavantage.co/documentation/|alphavantage 日历]] 每次下载三个月的数据,然后上传到服务器, |
| |
[[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://finnhub.io/api/v1/calendar/earnings?symbol=NVDA&token=ctdtmf1r01qng9gfel2gctdtmf1r01qng9gfel30&from=2025-02-01&to=2025-02-28 | 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}]} | {"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> | </code> |
| |