├── .github └── FUNDING.yml └── README.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: marcelometal 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # MFinance API 2 | 3 | ## Live Example & Documentation 4 | 5 | Checkout our website with a [live demo][swagger]! 6 | 7 | All endpoints and parameters available are [docummented][swagger]. 8 | 9 | ### Entities 10 | 11 | * FII 12 | * Stocks 13 | * Treasury Direct 14 | 15 | ## Discussion & Support 16 | 17 | If you have any doubts don't hesitate to open an [issue][issues]. 18 | 19 | ## Disclaimer 20 | 21 | All data was collected from public, open APIs, crawling services and may be 22 | delayed ~20 minutes. MFinance does not verify any data and disclaims any 23 | obligation to do so. 24 | 25 | You agree not to copy, modify, reformat, download, store, reproduce, reprocess, 26 | transmit or redistribute any data or information found herein or use any such 27 | data or information in a commercial enterprise without obtaining prior written 28 | consent. 29 | 30 | 31 | [issues]: https://github.com/mfinancecombr/site/issues 32 | [swagger]: https://mfinance.com.br/swagger/index.html 33 | --------------------------------------------------------------------------------