Add ThinkCapital pricing dataset with promo code PFK
Browse files- README.md +90 -0
- metadata.json +17 -0
- pricing.csv +6 -0
- rules.json +27 -0
README.md
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- finance
|
| 7 |
+
- trading
|
| 8 |
+
- proprietary-trading
|
| 9 |
+
- prop-firms
|
| 10 |
+
- futures
|
| 11 |
+
- forex
|
| 12 |
+
- dataset
|
| 13 |
+
- pricing
|
| 14 |
+
size_categories:
|
| 15 |
+
- n<1K
|
| 16 |
+
pretty_name: "ThinkCapital Pricing Dataset"
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
# ThinkCapital Promo Code 2026 - 25% OFF with code PFK
|
| 20 |
+
|
| 21 |
+
Official pricing dataset for **ThinkCapital** proprietary trading firm, including the latest active promotional discount code for 2026.
|
| 22 |
+
|
| 23 |
+
## Active Promotional Offer
|
| 24 |
+
|
| 25 |
+
| Field | Value |
|
| 26 |
+
|-------|-------|
|
| 27 |
+
| **Firm** | ThinkCapital |
|
| 28 |
+
| **Code** | `PFK` |
|
| 29 |
+
| **Discount** | 25% OFF |
|
| 30 |
+
| **Market** | Forex |
|
| 31 |
+
| **Rating** | 4.2/5 |
|
| 32 |
+
| **Country** | GB |
|
| 33 |
+
|
| 34 |
+
## Dataset Description
|
| 35 |
+
|
| 36 |
+
This dataset contains structured information about ThinkCapital, a proprietary trading firm offering funded trading accounts for retail traders. The data includes pricing tiers, challenge rules, supported platforms, and current promotional codes.
|
| 37 |
+
|
| 38 |
+
ThinkCapital is a UK-based proprietary trading firm launched in 2024 by ThinkMarkets, a multi-regulated broker holding FCA, ASIC, and CySEC licenses. This broker-backing sets ThinkCapital apart from most prop firms, providing traders with added confidence in the firm's legitimacy and financial stability. ThinkCapital offers three challenge types — Lightning (1-step), Dual Step (2-step), and Nexus (3-step) — with account sizes from $5K to $200K and scaling potential up to $1.5M. Traders access 4,
|
| 39 |
+
|
| 40 |
+
## Quick Facts
|
| 41 |
+
|
| 42 |
+
- **Max Allocation:** $1,500,000
|
| 43 |
+
- **Profit Split:** 90%
|
| 44 |
+
- **Starting Price:** $39
|
| 45 |
+
- **Market Type:** forex
|
| 46 |
+
- **Years in Operation:** 2 years
|
| 47 |
+
- **Supported Platforms:** ThinkTrader, MT5, TradingView
|
| 48 |
+
|
| 49 |
+
## Usage
|
| 50 |
+
|
| 51 |
+
```python
|
| 52 |
+
from datasets import load_dataset
|
| 53 |
+
|
| 54 |
+
dataset = load_dataset("propfirmkey/thinkcapital-promo-code-25-off")
|
| 55 |
+
print(dataset)
|
| 56 |
+
```
|
| 57 |
+
|
| 58 |
+
## Files
|
| 59 |
+
|
| 60 |
+
- `pricing.csv` - Challenge pricing structure
|
| 61 |
+
- `rules.json` - Trading rules and parameters
|
| 62 |
+
- `metadata.json` - Firm metadata and profile
|
| 63 |
+
|
| 64 |
+
## Applying the Discount
|
| 65 |
+
|
| 66 |
+
To apply the 25% discount when purchasing a ThinkCapital challenge:
|
| 67 |
+
|
| 68 |
+
1. Visit [ThinkCapital official website](https://thinkcapital.com)
|
| 69 |
+
2. Select your preferred challenge size
|
| 70 |
+
3. Enter code **`PFK`** at checkout
|
| 71 |
+
4. The 25% discount will be applied automatically
|
| 72 |
+
|
| 73 |
+
## Links and References
|
| 74 |
+
|
| 75 |
+
- **Official Website:** https://thinkcapital.com
|
| 76 |
+
- **Full Review & Comparison:** https://propfirmkey.com/firms/thinkcapital
|
| 77 |
+
- **All Prop Firm Deals:** https://propfirmkey.com
|
| 78 |
+
- **Chrome Extension:** https://propfirmkey.com/extension
|
| 79 |
+
|
| 80 |
+
## About PropFirmKey
|
| 81 |
+
|
| 82 |
+
[PropFirmKey](https://propfirmkey.com) is a comparison platform that helps traders find the best proprietary trading firms. We aggregate real-time pricing, review data, and active promotional codes from 18+ prop firms worldwide.
|
| 83 |
+
|
| 84 |
+
## License
|
| 85 |
+
|
| 86 |
+
MIT License. Data provided as-is for research and informational purposes. Prices and promotional codes are subject to change. Always verify on the official firm website before purchasing.
|
| 87 |
+
|
| 88 |
+
## Disclaimer
|
| 89 |
+
|
| 90 |
+
Trading proprietary firm challenges involves risk. This dataset is provided for informational purposes only and does not constitute financial advice. PropFirmKey may earn affiliate commissions when users purchase challenges through referenced links, at no additional cost to the user.
|
metadata.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "ThinkCapital",
|
| 3 |
+
"slug": "thinkcapital",
|
| 4 |
+
"website": "https://thinkcapital.com",
|
| 5 |
+
"country": "GB",
|
| 6 |
+
"ceo": "Faizan Anees",
|
| 7 |
+
"headquarters": "London, United Kingdom",
|
| 8 |
+
"years_in_operation": 2,
|
| 9 |
+
"rating": 4.2,
|
| 10 |
+
"total_reviews": 602,
|
| 11 |
+
"description": "ThinkCapital is a UK-based proprietary trading firm launched in 2024 by ThinkMarkets, a multi-regulated broker holding FCA, ASIC, and CySEC licenses. This broker-backing sets ThinkCapital apart from most prop firms, providing traders with added confidence in the firm's legitimacy and financial stability. ThinkCapital offers three challenge types \u2014 Lightning (1-step), Dual Step (2-step), and Nexus (3-step) \u2014 with account sizes from $5K to $200K and scaling potential up to $1.5M. Traders access 4,000+ instruments including forex, commodities, indices, and crypto through ThinkTrader, MetaTrader 5, and TradingView. The firm offers up to 90% profit splits and bi-weekly payouts via crypto or broker transfer. ThinkCapital's Nexus plan starts at just $39, making it one of the most affordable entry points in the industry.",
|
| 12 |
+
"propfirmkey_review_url": "https://propfirmkey.com/firms/thinkcapital",
|
| 13 |
+
"current_promo": {
|
| 14 |
+
"code": "PFK",
|
| 15 |
+
"discount_percent": 25.0
|
| 16 |
+
}
|
| 17 |
+
}
|
pricing.csv
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
account_size_usd,regular_price_usd,discounted_price_usd,discount_percent,profit_split_percent,promo_code
|
| 2 |
+
10000,39,29.25,25.0,90,PFK
|
| 3 |
+
25000,70,52.5,25.0,90,PFK
|
| 4 |
+
50000,124,93.0,25.0,90,PFK
|
| 5 |
+
100000,214,160.5,25.0,90,PFK
|
| 6 |
+
200000,370,277.5,25.0,90,PFK
|
rules.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"firm_name": "ThinkCapital",
|
| 3 |
+
"firm_slug": "thinkcapital",
|
| 4 |
+
"market_type": "forex",
|
| 5 |
+
"profit_split_percent": 90,
|
| 6 |
+
"max_allocation_usd": 1500000,
|
| 7 |
+
"min_price_usd": 39,
|
| 8 |
+
"daily_loss_limit_percent": 3.0,
|
| 9 |
+
"max_loss_percent": 6.0,
|
| 10 |
+
"supported_platforms": [
|
| 11 |
+
"ThinkTrader",
|
| 12 |
+
"MT5",
|
| 13 |
+
"TradingView"
|
| 14 |
+
],
|
| 15 |
+
"country": "GB",
|
| 16 |
+
"headquarters": "London, United Kingdom",
|
| 17 |
+
"years_in_operation": 2,
|
| 18 |
+
"website": "https://thinkcapital.com",
|
| 19 |
+
"rating": 4.2,
|
| 20 |
+
"total_reviews": 602,
|
| 21 |
+
"promotional_offer": {
|
| 22 |
+
"code": "PFK",
|
| 23 |
+
"discount_percent": 25.0,
|
| 24 |
+
"active": true,
|
| 25 |
+
"year": 2026
|
| 26 |
+
}
|
| 27 |
+
}
|