-
-
30 Apr 2021 22:56:50 UTC
- Distribution: Finance-Alpaca
- Module version: 0.9904
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (99 / 0 / 20)
- Kwalitee
Bus factor: 1- 80.44% Coverage
- License: artistic_2
- Perl: v5.22.0
- Activity
24 month- Tools
- Download (39.39KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Finance::Alpaca::Struct::Trade - A Single Trade Object
SYNOPSIS
use Finance::Alpaca; my %trades = Finance::Alpaca->new( ... )->trades( symbol => 'MSFT', start => Time::Moment->now->with_day_of_week(2), end => Time::Moment->now->with_hour(12)->with_day_of_week(3) ); say $quotes[0]->ap;
DESCRIPTION
The quote API provides historical trade data for a given ticker symbol on a specified date.
Properties
The following properties are contained in the object.
$trade-timestamp;
timestamp
- Timestamp with nanosecond precision as a Time::Moment objectexchange
- Exchange where the trade happenedprice
- Trade pricesize
- Trade sizeconditions
- Trade conditionsid
- Trade IDtape
- Tapesymbol
- Symbol; only provided if data is from a Finance::Alpaca::Stream session
LICENSE
Copyright (C) Sanko Robinson.
This library is free software; you can redistribute it and/or modify it under the terms found in the Artistic License 2. Other copyrights, terms, and conditions may apply to data transmitted through this module.
AUTHOR
Sanko Robinson <sanko@cpan.org>
Module Install Instructions
To install Finance::Alpaca, copy and paste the appropriate command in to your terminal.
cpanm Finance::Alpaca
perl -MCPAN -e shell install Finance::Alpaca
For more information on module installation, please visit the detailed CPAN module installation guide.