确定今天是否是纽约证券交易所交易日的例行程序?
有谁知道如果今天是纽约证券交易所的交易日,有什么可行的程序吗?
我可以手动编码这些值,但我想要一些可以持续很长时间的可靠的东西。
Matlab 中有一个例程,但我不想安装 100MB 的 Matlab 运行时和 C# 到 Matlab 的桥接器。
Does anyone know of a routine that works out if today is a trading day on the NYSE?
I could hand-code the values, but I want something solid that will last a long time.
There is a routine in Matlab, but I'd rather not have to install 100MB of Matlab runtimes and a C#-to-Matlab bridge.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
询问你的经纪人。我的数据源为我提供了我每天订阅的所有交易所未来几天的交易时间。
Ask your broker. My data feed gives me the trading hours for the next few days for all exchanges I subscribe to on a daily basis.
如果您有一个例程,并且想要对其进行单元测试,这里列出了 NYSE 的交易日,从 1885 年到 2010 年:
http://www.chronos-st.org/NYSE_Observed_Holidays-1885-Present.html
编辑:页面消失,请参见此处:
https://web.archive.org/web/2019*/ http://chronos-st.org/NYSE_Observed_Holidays-1885-Present.html
If you have a routine, and want to unit test it, the trading days for the NYSE are listed from 1885 to 2010 here:
http://www.chronos-st.org/NYSE_Observed_Holidays-1885-Present.html
Edit: Page disappeared, see here:
https://web.archive.org/web/2019*/http://chronos-st.org/NYSE_Observed_Holidays-1885-Present.html