A fluent API wrapper for Scott Brettle's Financial Forumlas nuget package
-
Fluent API: A fluent API, making use of readable, DevX forward coding patterns
-
.NET Powered: Utilises the flexibility and efficiency of .NET for expressive and concise code.
- .NET: Making use of the fluent API syntax, we get a LINQ inspired API to query the stock market in C#
If you'd like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature-name
. - Commit your changes:
git commit -m 'Add some feature'
. Commit standards - Push to the branch:
git push origin feature-name
. - Submit a pull request.
This project is licensed under the MIT License.
- A great thanks to Scott Brettle for the original formulas package, an inspiration for this learning exercise
Thanks for your interest in this project!