Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8856405
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T14:20:58+00:00 2026-06-14T14:20:58+00:00

So I have data that is in 1 minute resolution. Suppose I’d only like

  • 0

So I have data that is in 1 minute resolution. Suppose I’d only like to sample every point in my subset 1 minute past the hour (e.g. 9:01, 10:01…). How would I go about doing that? I tried playing around with endpoints, but it doesn’t seem possible.

edit:

AUD_CAD AUD_CHF AUD_JPY AUD_NZD AUD_USD AUX_AUD BCO_USD CAD_CHF CAD_JPY CHF_JPY ETX_EUR EUR_AUD EUR_CAD EUR_CHF EUR_CZK EUR_DKK EUR_GBP EUR_HUF  EUR_JPY EUR_NOK
2012-09-30 17:01:00 1.020020 0.97523  80.827 1.25020 1.03652      NA      NA 0.95623  79.241 82.8625      NA 1.23938 1.26419 1.20882      NA 7.45529 0.79569 285.598 100.1815 7.36363

Here’s an example of the data

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T14:20:59+00:00Added an answer on June 14, 2026 at 2:20 pm
    ## An example xts object with data pts at each minute in the past 12 hours
    library(xts)
    times <- seq(Sys.time() - 12*60*60, Sys.time(), by="min")
    x <- xts(index(times), times)
    
    ## Extract only those occuring at one minute past an hour.
    x[strftime(index(x), format="%M") == "01"]
    #                     [,1]
    # 2012-11-18 23:01:41    4
    # 2012-11-19 00:01:41   64
    # 2012-11-19 01:01:41  124
    # 2012-11-19 02:01:41  184
    # 2012-11-19 03:01:41  244
    # 2012-11-19 04:01:41  304
    # 2012-11-19 05:01:41  364
    # 2012-11-19 06:01:41  424
    # 2012-11-19 07:01:41  484
    # 2012-11-19 08:01:41  544
    # 2012-11-19 09:01:41  604
    # 2012-11-19 10:01:41  664
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a web scraping script that gets new data once every minute, but
I have data in a backend server that is updated every minute. I'm writing
I need to be able to display data that I have in 15 minute
I have a dataset of 1 minute data of 1000 stocks since 1998, that
I have data that looks like this: #info #info2 1:SRX004541 Submitter: UT-MGS, UT-MGS Study:
I have data that I would like to compute some statistics with. The data
I have some data that I would like to visualize. Each byte of the
I currently have 2000 records in a postgresql database being updated every minute that
I have a Web server that updates its data once per minute, and want
I have data that is organized in kind of a key-key format, rather than

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.