The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Finance::Robinhood::Forex::Quote - Represents Quote Data for a Single Forex Currency Pair

SYNOPSIS

    use Finance::Robinhood;
    my $rh = Finance::Robinhood->new;
    
    # TODO

METHODS

ask_price( )

Live ask price.

bid_price( )

Delayed bid price.

high_price( )

Period high price.

low_price( )

Period low price.

mark_price( )

Spread midpoint.

open_price( )

Period open price.

symbol( )

The ticker symbol of the currency pair related to this quote data. See pair( ) to be given the object itself.

volume( )

Volume traded during period.

instrument( )

    my $instrument = $quote->instrument();

Loops back to a Finance::Robinhood::Forex::Instrument object.

LEGAL

This is a simple wrapper around the API used in the official apps. The author provides no investment, legal, or tax advice and is not responsible for any damages incurred while using this software. This software is not affiliated with Robinhood Financial LLC in any way.

For Robinhood's terms and disclosures, please see their website at https://robinhood.com/legal/

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. Please refer to the LEGAL section.

AUTHOR

Sanko Robinson <sanko@cpan.org>