Skip to main content

Questions tagged [csv]

0 votes
0 answers
37 views

I have the output of an MT5 EA in csv format. I want to analyse the output to identify best time of day, day of week, duration, buy or sell, consecutive wins and losses. Ideally I would like to use a ...
Eric's user avatar
  • 1
2 votes
1 answer
98 views

I was curious how I would get this same data, but also with a column with a ticker column (e.g. FB)? https://www.quandl.com/api/v3/datasets/WIKI/FB/data.csv?&start_date=2014-01-01&end_date=...
Andrew McComb's user avatar
2 votes
1 answer
501 views

Suppose I want to calculate the Sharpe ratio given a risk free rate of 0.05 for a portfolio consisting of assets from 500 ETFs. How can I do so in R given the data I've collected thus far in my R code?...
Stoner's user avatar
  • 205
0 votes
2 answers
171 views

The description of an argument of Quantopian's fetch_csv() function is the following: A well-formed http or https url pointing to a CSV file that has a header, a date column, and a symbol column (...
user28039's user avatar
2 votes
1 answer
626 views

Not sure, if this has already been asked or if I'm just overlooking a simple switch (such as for dividends or splits or something), so I'd like to ask for help: I'm very aware of the fact that there ...
Marcus C.'s user avatar
  • 153
4 votes
1 answer
466 views

I am very new to the stocks. I checked the TNTE.AS stock on Yahoo Finance website. Here it provides "Interactive Chart" and "Historical Prices". But I found they are showing different values. For ...
aura's user avatar
  • 143
0 votes
1 answer
414 views

What are the best sources to find free Forex historical Fundamental Data in a .csv format?
Uninvited Guest's user avatar
2 votes
0 answers
1k views

By using http://finance.yahoo.com/d/quotes.csv?s=STOCKNAME&f=I am able to download a CSV file, does anyone know what the symbol for beta is? It should go after <...
darknessReigns's user avatar