由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Quant版 - 数据求助
相关主题
historical data back test的标准流程[NYC]Senior Macro Trader
求问FED MINUTES之后EURUSD跌 股市跌的逻辑[合集] 有人做quant用Matlab的么?
关于historical vol的一个弱问题[合集] Desk Quant VS Systematic Trading Strategist
[合集] where can I find implied volatility for FX option?[合集] 多元Garch模型如何预测covariance和correlation?
再问一个currency fwd quote的问题有人用过matlab那个SSM toolbox么?
哪里可以查到S&P近20年的的组成股票Matlab 中的max drawdown是怎么算的
JPM Rates Quant的面试太奇葩了吧如果会matlab和vba能找到什么方面的工作。。
下午还得跌?为什么short term systematic模型在牛市很少能用?
相关话题的讨论汇总
话题: eurusd话题: daily话题: data话题: load话题: 数据
进入Quant版参与讨论
1 (共1页)
u*******r
发帖数: 2855
1
最近做研究,需要用historical daily foreign currency exchange rate的数据,而
且这个数据要包括daily high跟daily low。只有closing price是不够的。网上找了半
天,有的只有closing price或者每天均价。请问版上有那位牛人知道怎样找daily
high和daily low的外汇数据?万分感谢。
m*****e
发帖数: 692
2
bbg

【在 u*******r 的大作中提到】
: 最近做研究,需要用historical daily foreign currency exchange rate的数据,而
: 且这个数据要包括daily high跟daily low。只有closing price是不够的。网上找了半
: 天,有的只有closing price或者每天均价。请问版上有那位牛人知道怎样找daily
: high和daily low的外汇数据?万分感谢。

z******o
发帖数: 1224
3
Find R code in my folder. Seem to work but you may need to verify
the data it downloaded.
########################################################################
# Load Systematic Investor Toolbox (SIT)
# http://systematicinvestor.wordpress.com/systematic-investor-toolbox/
########################################################################
con = gzcon(url('http://www.systematicportfolio.com/sit.gz', 'rb'))
source(con)
close(con)
###################################
# Load historical data
###################################
load.packages('quantmod')
EURUSD = getSymbols.fxhistoricaldata('EURUSD', 'day', auto.assign = F,
download=T)
EURUSD_sub = EURUSD['2013:01:01::2013:10:25']

【在 u*******r 的大作中提到】
: 最近做研究,需要用historical daily foreign currency exchange rate的数据,而
: 且这个数据要包括daily high跟daily low。只有closing price是不够的。网上找了半
: 天,有的只有closing price或者每天均价。请问版上有那位牛人知道怎样找daily
: high和daily low的外汇数据?万分感谢。

k*****n
发帖数: 117
4
what pairs? what periods?
for a few beers I may be able to help.
a****y
发帖数: 268
5
这yahoo finance就有吧
u*******r
发帖数: 2855
6
The pair is CAD/USD and mexican peso/USD. I may need data for a period of 10
years. Thanks!

【在 k*****n 的大作中提到】
: what pairs? what periods?
: for a few beers I may be able to help.

u*******r
发帖数: 2855
7
Thanks!

【在 m*****e 的大作中提到】
: bbg
u*******r
发帖数: 2855
8
Thank you very much. I will try this.

【在 z******o 的大作中提到】
: Find R code in my folder. Seem to work but you may need to verify
: the data it downloaded.
: ########################################################################
: # Load Systematic Investor Toolbox (SIT)
: # http://systematicinvestor.wordpress.com/systematic-investor-toolbox/
: ########################################################################
: con = gzcon(url('http://www.systematicportfolio.com/sit.gz', 'rb'))
: source(con)
: close(con)
: ###################################

u*******r
发帖数: 2855
9
这个我看过了,finance.yahoo没有FX的historical data spreadsheet。谢谢回复。

【在 a****y 的大作中提到】
: 这yahoo finance就有吧
Y******u
发帖数: 1912
10
i will see if I have time tomorrow. I think it is easy to dump bloomberg
data to a spreadsheet for daily high/low price for 1-2 tickers

10

【在 u*******r 的大作中提到】
: The pair is CAD/USD and mexican peso/USD. I may need data for a period of 10
: years. Thanks!

u*******r
发帖数: 2855
11
万分感谢!

【在 Y******u 的大作中提到】
: i will see if I have time tomorrow. I think it is easy to dump bloomberg
: data to a spreadsheet for daily high/low price for 1-2 tickers
:
: 10

1 (共1页)
进入Quant版参与讨论
相关主题
为什么short term systematic模型在牛市很少能用?再问一个currency fwd quote的问题
MATLAB如何从数据库中调数据哪里可以查到S&P近20年的的组成股票
有人介绍下matlab里面的fixed income toolbox么?JPM Rates Quant的面试太奇葩了吧
matlab有GLS的function么?下午还得跌?
historical data back test的标准流程[NYC]Senior Macro Trader
求问FED MINUTES之后EURUSD跌 股市跌的逻辑[合集] 有人做quant用Matlab的么?
关于historical vol的一个弱问题[合集] Desk Quant VS Systematic Trading Strategist
[合集] where can I find implied volatility for FX option?[合集] 多元Garch模型如何预测covariance和correlation?
相关话题的讨论汇总
话题: eurusd话题: daily话题: data话题: load话题: 数据