Giter Club home page Giter Club logo

fx-1-minute-data's Introduction

FX 1-Minute Dataset / Price API

Data files: Detailed Specification

Here you can find all the details regarding any downloaded file (Generic ASCII in M1 Bars). CSV is defined as semicolon separated file here.

As example, in DAT_ASCII_EURUSD_M1_201202.csv:

20120201 000000;1.306600;1.306600;1.306560;1.306560;0
20120201 000100;1.306570;1.306570;1.306470;1.306560;0
20120201 000200;1.306520;1.306560;1.306520;1.306560;0
20120201 000300;1.306610;1.306610;1.306450;1.306450;0
20120201 000400;1.306470;1.306540;1.306470;1.306520;0
20120201 000500;1.306510;1.306650;1.306510;1.306600;0
20120201 000600;1.306610;1.306760;1.306610;1.306650;0

Row Fields: DateTime Stamp;Bar OPEN Bid Quote;Bar HIGH Bid Quote;Bar LOW Bid Quote;Bar CLOSE Bid Quote;Volume

DateTime Stamp Format: YYYYMMDD HHMMSS

Legend:

  • YYYY – Year
  • MM – Month (01 to 12)
  • DD – Day of the Month
  • HH – Hour of the day (in 24h format)
  • MM – Minute
  • SS – Second, in this case it will be allways 00

TimeZone: Eastern Standard Time (EST) time-zone WITHOUT Day Light Savings adjustments

Example of downloaded files for EUR/USD from 2000 to 2005:

DAT_ASCII_EURUSD_M1_2000.zip (1.2M)
DAT_ASCII_EURUSD_M1_2001.zip (1.9M)
DAT_ASCII_EURUSD_M1_2002.zip (1.7M)
DAT_ASCII_EURUSD_M1_2003.zip (2.2M)
DAT_ASCII_EURUSD_M1_2004.zip (2.3M)
DAT_ASCII_EURUSD_M1_2005.zip (2.3M)

Data files provided: Early 2000 to May 2017

git clone https://github.com/philipperemy/FX-1-Minute-Data.git fx
cd fx/full-data-2000-2017 # contains the FULL dataset of all FX pairs.

How to use the API?

download_all_fx_data.py re-downloads all the FULL FX dataset (~4 hours to complete). It's a good example on how to use the FX API.

Use this function for downloading data related to the CURRENT year. E.g. if you're interested in data of 2017 and we're in 2017, use this one. api.download_fx_m1_data(year='2016', month='7', pair='eurgbp')

This function is used to download one year of data in one block. Use it for all the years EXCEPT the current one. E.g. if you're interested in data of 2004 and we're in 2017, use this one. api.download_fx_m1_data_year(year='2016', pair='eurgbp')

All the files are retrieved from: http://www.histdata.com/

fx-1-minute-data's People

Contributors

pahenrus avatar

Watchers

James Cloos avatar Deepakkumar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.