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::Fundamentals - Fundamental Instrument Data

SYNOPSIS

use Finance::Robinhood;

# ... $rh creation, login, etc...
$rh->instrument('IDK');
printf 'Current volume: ' . $rh->instrument('IDK')->fundamentals->volume;

DESCRIPTION

This class contains data related to a security's fundamental data. Objects of this type are not meant to be created directly from your code.

METHODS

This class has several getters and a few methods as follows...

average_volume( )

description( )

Human readable description of the security. This is well-suited for display in an application.

dividend_yield( )

high( )

high_52_weeks( )

instrument( )

Generates a new Finance::Robinhood::Instrument object related to this split.

low( )

low_52_weeks( )

market_cap( )

open( )

pe_ratio( )

volume( )

refresh( )

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. Neither this software nor its author are affiliated with Robinhood Financial LLC in any way.

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

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>