Code Monkey home page Code Monkey logo

Comments (4)

mathpaquette avatar mathpaquette commented on June 29, 2024

Sure, you can get it using Historical Daily request.
Something like this: var dailyMessages = await lookupClient.Historical.ReqHistoryDailyDatapointsAsync("AAPL", 100);

from iqfeed.csharpapiclient.

veng1 avatar veng1 commented on June 29, 2024

Actually, I'd like it minute by minute to scan for large block trades. That often indicates big players are taking an option position in advance of an event.

from iqfeed.csharpapiclient.

mathpaquette avatar mathpaquette commented on June 29, 2024

from iqfeed.csharpapiclient.

veng1 avatar veng1 commented on June 29, 2024

Please look at: API Doc Historical via TCP/IP ->Result Format for HIX, HID, and HIT requests
Note: Total Volume and Period Volume. They both return integers
Of course, the doc is not always correct.

I was able to retrieve this data using ver 5 protocol. As an example, VXX1019F20_Min.csv:

Time Stamp,High,Low,Open,Close,Total Volume,Period Volume,Number of Trades
2010-05-28 12:14:00,8.50,8.50,8.50,8.50,20,20,0,
2010-05-28 12:18:00,8.50,8.50,8.50,8.50,50,30,0,
2010-05-28 12:38:00,8.70,8.70,8.70,8.70,55,5,0,
2010-05-28 12:39:00,8.70,8.70,8.70,8.70,100,45,0,
2010-05-28 13:17:00,8.60,8.60,8.60,8.60,110,10,0,
2010-06-01 14:18:00,9.20,9.10,9.20,9.10,6,6,0,

from iqfeed.csharpapiclient.

Related Issues (20)

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.