Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在迈拓硬盘中有多伦多证券交易所的股票数据。数据是一个 TBF 文件,包含.dat和.pos组件。该.dat文件包含二进制格式的所有 Stamp 格式传输信息。
.dat
.pos
我可以.pos使用 R 读取文件。它有 3 列数字,这对我来说毫无意义。数据是关于库存的信息,我认为这是 Streambase 的结果。
我需要获取一些我感兴趣的股票的 2007 年价格、价值等信息。您能否建议任何读取数据的方法?我应该使用一些特定的软件来理解这些数据吗?
您是否考虑过使用 FileViewerPro 之类的东西?它的免费下载工具可以打开文件。另外,到目前为止,您尝试过哪些 Windows 程序,例如记事本、excel?