flutter_edgar_sec 0.0.2 copy "flutter_edgar_sec: ^0.0.2" to clipboard
flutter_edgar_sec: ^0.0.2 copied to clipboard

Connect to edgar sec to get fundamental stock data, income statements, balance sheets, cash flow statements, and metrics

pub package downloads likes pub points

flutter_edgar_sec #

Package to get data from https://www.sec.gov/edgar/

Flutter edgar sec table example screenshot Flutter edgar sec char example screenshot

Installation #

Add this to your package's pubspec.yaml file:

dependencies:
  flutter_edgar_sec: ^0.0.1

Usage #

After adding the dependency, you can use the package in your code by just adding an EdgarTableUI:

import 'package:flutter_edgar_sec/flutter_edgar_sec.dart';

EdgarTableUI(
  symbol: 'AAPL',
)


You can also try the CompanyChartUI:
    
import 'package:flutter_edgar_sec/flutter_edgar_sec.dart';
CompanyChartUI(
  symbol: 'AAPL',
),

Using just to get the data #

You can also use the package just to get the data:

import 'package:flutter_edgar_sec/flutter_edgar_sec.dart';
final CompanyResults results = await EdgarSecService.getFinancialStatementsForSymbol('AAPL');

Like us on pub.flutter-io.cn #

Package url: https://pub.flutter-io.cn/packages/flutter_edgar_sec

Contributing #

If you want to contribute to this project, please fork it and submit a pull request: https://github.com/ivofernandes/flutter_edgar_sec

0
likes
150
points
151
downloads

Publisher

verified publisherincaview.com

Weekly Downloads

Connect to edgar sec to get fundamental stock data, income statements, balance sheets, cash flow statements, and metrics

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, horizontal_data_table, http, intl, logger, path, path_provider, sembast, sembast_web, yahoo_finance_data_reader

More

Packages that depend on flutter_edgar_sec